Home
last modified time | relevance | path

Searched refs:TP_STATUS_KERNEL (Results 1 – 25 of 2556) sorted by relevance

12345678910>>...103

/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/linux/
H A Dif_packet.h59 #define TP_STATUS_KERNEL 0 macro
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/linux/
H A Dif_packet.h59 #define TP_STATUS_KERNEL 0 macro
/dports/security/suricata/suricata-6.0.4/src/
H A Dsource-af-packet.c173 #ifndef TP_STATUS_KERNEL
174 #define TP_STATUS_KERNEL 0 macro
864 h.h2->tp_status = TP_STATUS_KERNEL; in AFPReleaseDataFromRing()
895 h.h2->tp_status = TP_STATUS_KERNEL; in AFPSuriFailure()
1010 if (tp_status == TP_STATUS_KERNEL) { in AFPReadFromRingWaitForPacket()
1057 if (unlikely(tp_status == TP_STATUS_KERNEL)) { in AFPReadFromRing()
1067 h.h2->tp_status = TP_STATUS_KERNEL; in AFPReadFromRing()
1081 h.h2->tp_status = TP_STATUS_KERNEL; in AFPReadFromRing()
1104 pbd->hdr.bh1.block_status = TP_STATUS_KERNEL; in AFPFlushBlock()
1405 if (h.h2->tp_status == TP_STATUS_KERNEL) in AFPReadAndDiscardFromRing()
[all …]
/dports/security/nmap/nmap-7.91/libpcap/
H A Dpcap-linux.c5315 if (h.h1->tp_status == TP_STATUS_KERNEL) {
5334 if (h.h1->tp_status == TP_STATUS_KERNEL)
5363 h.h1->tp_status = TP_STATUS_KERNEL;
5399 if (h.h1_64->tp_status == TP_STATUS_KERNEL) {
5418 if (h.h1_64->tp_status == TP_STATUS_KERNEL)
5447 h.h1_64->tp_status = TP_STATUS_KERNEL;
5484 if (h.h2->tp_status == TP_STATUS_KERNEL) {
5503 if (h.h2->tp_status == TP_STATUS_KERNEL)
5532 h.h2->tp_status = TP_STATUS_KERNEL;
5584 if (h.h3->hdr.bh1.block_status == TP_STATUS_KERNEL) {
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/net/
H A Dpsock_tpacket.c180 hdr->tp_status = TP_STATUS_KERNEL; in __v1_rx_user_ready()
191 hdr->tp_status = TP_STATUS_KERNEL; in __v2_rx_user_ready()
577 pbd->h1.block_status = TP_STATUS_KERNEL; in __v3_flush_block()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/net/
H A Dpsock_tpacket.c180 hdr->tp_status = TP_STATUS_KERNEL; in __v1_rx_user_ready()
191 hdr->tp_status = TP_STATUS_KERNEL; in __v2_rx_user_ready()
577 pbd->h1.block_status = TP_STATUS_KERNEL; in __v3_flush_block()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/net/
H A Dpsock_tpacket.c180 hdr->tp_status = TP_STATUS_KERNEL; in __v1_rx_user_ready()
191 hdr->tp_status = TP_STATUS_KERNEL; in __v2_rx_user_ready()
577 pbd->h1.block_status = TP_STATUS_KERNEL; in __v3_flush_block()
/dports/net-mgmt/lldpd/lldpd-1.0.8/include/linux/
H A Dif_packet.h106 #define TP_STATUS_KERNEL 0 macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/uapi/linux/
H A Dif_packet.h108 #define TP_STATUS_KERNEL 0 macro
/dports/multimedia/libv4l/linux-5.13-rc2/include/uapi/linux/
H A Dif_packet.h108 #define TP_STATUS_KERNEL 0 macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Dif_packet.h108 #define TP_STATUS_KERNEL 0 macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Dif_packet.h108 #define TP_STATUS_KERNEL 0 macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/uapi/linux/
H A Dif_packet.h108 #define TP_STATUS_KERNEL 0 macro
/dports/net-mgmt/fastnetmon/fastnetmon-1.1.4/src/tests/
H A Daf_packet_ring.cpp76 pbd->h1.block_status = TP_STATUS_KERNEL; in flush_block()
/dports/net/goreplay/goreplay-1.2.0/capture/
H A Dsock_linux.go135 tpHdr.Status = unix.TP_STATUS_KERNEL
/dports/net-mgmt/fastnetmon/fastnetmon-1.1.4/src/afpacket_plugin/
H A Dafpacket_collector.cpp93 pbd->h1.block_status = TP_STATUS_KERNEL; in flush_block()
/dports/net/libpcap/libpcap-1.10.1/
H A Dpcap-linux.c134 (__atomic_load_n(&pkt->tp_status, __ATOMIC_ACQUIRE) != TP_STATUS_KERNEL)
136 (__atomic_store_n(&pkt->tp_status, TP_STATUS_KERNEL, __ATOMIC_RELEASE))
138 (__atomic_load_n(&pkt->hdr.bh1.block_status, __ATOMIC_ACQUIRE) != TP_STATUS_KERNEL)
140 (__atomic_store_n(&pkt->hdr.bh1.block_status, TP_STATUS_KERNEL, __ATOMIC_RELEASE))
4382 if (pcap_get_ring_frame_status(handle, offset) != TP_STATUS_KERNEL) in pcap_setfilter_linux()
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/networking/
H A Dpacket_mmap.rst478 #define TP_STATUS_KERNEL 0
481 The kernel initializes all frames to TP_STATUS_KERNEL, when the kernel
496 if (status == TP_STATUS_KERNEL)
939 pbd->h1.block_status = TP_STATUS_KERNEL;
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/networking/
H A Dpacket_mmap.rst478 #define TP_STATUS_KERNEL 0
481 The kernel initializes all frames to TP_STATUS_KERNEL, when the kernel
496 if (status == TP_STATUS_KERNEL)
939 pbd->h1.block_status = TP_STATUS_KERNEL;
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/networking/
H A Dpacket_mmap.rst478 #define TP_STATUS_KERNEL 0
481 The kernel initializes all frames to TP_STATUS_KERNEL, when the kernel
496 if (status == TP_STATUS_KERNEL)
939 pbd->h1.block_status = TP_STATUS_KERNEL;
/dports/net/libdaq/libdaq-3.0.5/modules/afpacket/
H A Ddaq_afpacket.c1425 entry->hdr.h2->tp_status = TP_STATUS_KERNEL; in afpacket_daq_msg_receive()
1434 entry->hdr.h2->tp_status = TP_STATUS_KERNEL; in afpacket_daq_msg_receive()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/packet/
H A Daf_packet.c917 if (likely(TP_STATUS_KERNEL == BLOCK_STATUS(pbd))) { in prb_retire_current_block()
1219 return packet_lookup_frame(po, &po->rx_ring, idx, TP_STATUS_KERNEL); in __tpacket_has_room()
1232 return prb_lookup_block(po, &po->rx_ring, idx, TP_STATUS_KERNEL); in __tpacket_v3_has_room()
2302 TP_STATUS_KERNEL, (macoff+snaplen)); in tpacket_rcv()
4183 TP_STATUS_KERNEL)) in packet_poll()
/dports/multimedia/libv4l/linux-5.13-rc2/net/packet/
H A Daf_packet.c917 if (likely(TP_STATUS_KERNEL == BLOCK_STATUS(pbd))) { in prb_retire_current_block()
1219 return packet_lookup_frame(po, &po->rx_ring, idx, TP_STATUS_KERNEL); in __tpacket_has_room()
1232 return prb_lookup_block(po, &po->rx_ring, idx, TP_STATUS_KERNEL); in __tpacket_v3_has_room()
2302 TP_STATUS_KERNEL, (macoff+snaplen)); in tpacket_rcv()
4183 TP_STATUS_KERNEL)) in packet_poll()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/packet/
H A Daf_packet.c917 if (likely(TP_STATUS_KERNEL == BLOCK_STATUS(pbd))) { in prb_retire_current_block()
1219 return packet_lookup_frame(po, &po->rx_ring, idx, TP_STATUS_KERNEL); in __tpacket_has_room()
1232 return prb_lookup_block(po, &po->rx_ring, idx, TP_STATUS_KERNEL); in __tpacket_v3_has_room()
2302 TP_STATUS_KERNEL, (macoff+snaplen)); in tpacket_rcv()
4183 TP_STATUS_KERNEL)) in packet_poll()
/dports/net/daq/daq-2.2.2/os-daq-modules/
H A Ddaq_afpacket.c965 hdr.h2->tp_status = TP_STATUS_KERNEL; in afpacket_daq_acquire()

12345678910>>...103