HomeSort by relevance Sort by last modified time
    Searched refs:tp_status (Results 1 - 9 of 9) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_packet.h 76 __u32 tp_status; member in struct:tpacket_auxdata
104 unsigned long tp_status; member in struct:tpacket_hdr
118 __u32 tp_status; member in struct:tpacket2_hdr
140 __u32 tp_status; member in struct:tpacket3_hdr
  /bionic/libc/kernel/uapi/linux/
if_packet.h 96 __u32 tp_status; member in struct:tpacket_auxdata
122 unsigned long tp_status; member in struct:tpacket_hdr
134 __u32 tp_status; member in struct:tpacket2_hdr
157 __u32 tp_status; member in struct:tpacket3_hdr
  /external/iproute2/include/uapi/linux/
if_packet.h 96 __u32 tp_status; member in struct:tpacket_auxdata
131 unsigned long tp_status; member in struct:tpacket_hdr
145 __u32 tp_status; member in struct:tpacket2_hdr
170 __u32 tp_status; member in struct:tpacket3_hdr
  /external/kernel-headers/original/uapi/linux/
if_packet.h 96 __u32 tp_status; member in struct:tpacket_auxdata
131 unsigned long tp_status; member in struct:tpacket_hdr
145 __u32 tp_status; member in struct:tpacket2_hdr
170 __u32 tp_status; member in struct:tpacket3_hdr
  /external/android-clat/
ring.c 120 if (tp->tp_status & TP_STATUS_USER) {
123 tp->tp_status = TP_STATUS_KERNEL;
  /external/linux-kselftest/tools/testing/selftests/net/
psock_tpacket.c 190 return ((hdr->tp_status & TP_STATUS_USER) == TP_STATUS_USER);
195 hdr->tp_status = TP_STATUS_KERNEL;
201 return ((hdr->tp_status & TP_STATUS_USER) == TP_STATUS_USER);
206 hdr->tp_status = TP_STATUS_KERNEL;
296 return !(hdr->tp_status & (TP_STATUS_SEND_REQUEST | TP_STATUS_SENDING));
301 hdr->tp_status = TP_STATUS_SEND_REQUEST;
307 return !(hdr->tp_status & (TP_STATUS_SEND_REQUEST | TP_STATUS_SENDING));
312 hdr->tp_status = TP_STATUS_SEND_REQUEST;
318 return !(hdr->tp_status & (TP_STATUS_SEND_REQUEST | TP_STATUS_SENDING));
323 hdr->tp_status = TP_STATUS_SEND_REQUEST
    [all...]
psock_fanout.c 211 while (count < RING_NUM_FRAMES && header->tp_status & TP_STATUS_USER) {
  /external/libpcap/
pcap-linux.c 363 uint64_t tp_status; member in struct:tpacket_hdr_64
414 # define VLAN_TPID(hdr, hv) (((hv)->tp_vlan_tpid || ((hdr)->tp_status & TP_STATUS_VLAN_TPID_VALID)) ? (hv)->tp_vlan_tpid : ETH_P_8021Q)
    [all...]
  /external/dhcpcd-6.8.2/
if-linux.c 1276 if (aux->tp_status & TP_STATUS_CSUMNOTREADY)
    [all...]

Completed in 302 milliseconds