Home
last modified time | relevance | path

Searched refs:tp_status (Results 1 – 4 of 4) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dif_packet.h94 __u32 tp_status; member
129 unsigned long tp_status; member
143 __u32 tp_status; member
168 __u32 tp_status; member
/external/android-clat/
Dring.c120 if (tp->tp_status & TP_STATUS_USER) { in ring_read()
123 tp->tp_status = TP_STATUS_KERNEL; in ring_read()
/external/libpcap/
Dpcap-linux.c353 uint64_t tp_status; member
403 # define VLAN_TPID(hdr, hv) (((hv)->tp_vlan_tpid || ((hdr)->tp_status & TP_STATUS_VLAN_TPID_VALID))…
1734 if ((aux->tp_vlan_tci == 0) && !(aux->tp_status & TP_STATUS_VLAN_VALID))
1756 aux_data.vlan_tag_present = (aux->tp_status & TP_STATUS_VLAN_VALID);
4314 if (status != (h.h1->tp_status ? TP_STATUS_USER :
4319 if (status != (h.h1_64->tp_status ? TP_STATUS_USER :
4325 if (status != (h.h2->tp_status ? TP_STATUS_USER :
4649 h.h1->tp_status = TP_STATUS_KERNEL;
4723 h.h1_64->tp_status = TP_STATUS_KERNEL;
4783 (h.h2->tp_vlan_tci || (h.h2->tp_status & TP_STATUS_VLAN_VALID)),
[all …]
/external/dhcpcd-6.8.2/
Dif-linux.c1276 if (aux->tp_status & TP_STATUS_CSUMNOTREADY) in if_readrawpacket()