Home
last modified time | relevance | path

Searched refs:PACKET_DIAG_UID (Results 1 – 7 of 7) sorted by relevance

/external/strace/xlat/
Dpacket_diag_attrs.in7 PACKET_DIAG_UID
/external/strace/linux/
Dpacket_diag.h35 PACKET_DIAG_UID, enumerator
/external/iproute2/include/uapi/linux/
Dpacket_diag.h39 PACKET_DIAG_UID, enumerator
/external/kernel-headers/original/uapi/linux/
Dpacket_diag.h39 PACKET_DIAG_UID, enumerator
/external/strace/
Dnetlink_packet_diag.c178 [PACKET_DIAG_UID] = decode_nla_uid,
DChangeLog233 (packet_diag_msg_nla_decoders) <PACKET_DIAG_UID>: Decode using
/external/iproute2/misc/
Dss.c3354 if (tb[PACKET_DIAG_UID]) in packet_show_sock()
3355 stat.uid = rta_getattr_u32(tb[PACKET_DIAG_UID]); in packet_show_sock()