Home
last modified time | relevance | path

Searched refs:PACKET_RX_RING (Results 1 – 11 of 11) sorted by relevance

/third_party/ltp/include/lapi/
Dif_packet.h16 #ifndef PACKET_RX_RING
17 # define PACKET_RX_RING 5 macro
/third_party/ltp/testcases/kernel/syscalls/sendto/
Dsendto03.c108 TEST(setsockopt(dst_sock, SOL_PACKET, PACKET_RX_RING, &tpreq, in check_tiny_frame()
154 TEST(setsockopt(dst_sock, SOL_PACKET, PACKET_RX_RING, &tpreq, in check_vnet_hdr()
/third_party/musl/ndk_musl_include/netpacket/
Dpacket.h33 #define PACKET_RX_RING 5 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netpacket/
Dpacket.h33 #define PACKET_RX_RING 5 macro
/third_party/musl/porting/liteos_a/kernel/include/netpacket/
Dpacket.h33 #define PACKET_RX_RING 5 macro
/third_party/musl/porting/uniproton/kernel/include/netpacket/
Dpacket.h33 #define PACKET_RX_RING 5 macro
/third_party/musl/porting/liteos_m/kernel/include/netpacket/
Dpacket.h33 #define PACKET_RX_RING 5 macro
/third_party/musl/include/netpacket/
Dpacket.h33 #define PACKET_RX_RING 5 macro
/third_party/ltp/testcases/kernel/syscalls/setsockopt/
Dsetsockopt02.c60 return setsockopt(sk, SOL_PACKET, PACKET_RX_RING, &req, sizeof(req)); in create_skbuf()
Dsetsockopt06.c64 ret = setsockopt(sock, SOL_PACKET, PACKET_RX_RING, &req, in thread_run()
Dsetsockopt07.c99 TEST(setsockopt(sock, SOL_PACKET, PACKET_RX_RING, &req, in run()