Home
last modified time | relevance | path

Searched refs:PDI_VNETHDR (Results 1 – 6 of 6) sorted by relevance

/external/strace/xlat/
Dpacket_diag_info_flags.h26 #if defined(PDI_VNETHDR) || (defined(HAVE_DECL_PDI_VNETHDR) && HAVE_DECL_PDI_VNETHDR)
27 XLAT(PDI_VNETHDR),
Dpacket_diag_info_flags.in4 PDI_VNETHDR
/external/kernel-headers/original/uapi/linux/
Dpacket_diag.h59 #define PDI_VNETHDR 0x8 macro
/external/iproute2/include/uapi/linux/
Dpacket_diag.h59 #define PDI_VNETHDR 0x8 macro
/external/strace/linux/
Dpacket_diag.h51 #define PDI_VNETHDR 0x8 macro
/external/iproute2/misc/
Dss.c3382 if (pinfo->pdi_flags & PDI_VNETHDR) in packet_show_sock()