Searched refs:PACKET_RX_RING (Results 1 - 11 of 11) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/setsockopt/ |
H A D | setsockopt09.c | 73 SAFE_SETSOCKOPT(sock, SOL_PACKET, PACKET_RX_RING, &req, in run() 77 SAFE_SETSOCKOPT(sock, SOL_PACKET, PACKET_RX_RING, &req, in run() 83 SAFE_SETSOCKOPT(sock, SOL_PACKET, PACKET_RX_RING, &req, in run()
|
H A D | setsockopt02.c | 60 return setsockopt(sk, SOL_PACKET, PACKET_RX_RING, &req, sizeof(req)); in create_skbuf()
|
H A D | setsockopt07.c | 90 TEST(setsockopt(sock, SOL_PACKET, PACKET_RX_RING, &req, in run()
|
H A D | setsockopt06.c | 54 ret = setsockopt(sock, SOL_PACKET, PACKET_RX_RING, &req, in thread_run() 91 /* setsockopt(PACKET_RX_RING) created a 100ms timer. Wait for it. */ in run()
|
/third_party/ltp/include/lapi/ |
H A D | if_packet.h | 16 #ifndef PACKET_RX_RING 17 # define PACKET_RX_RING 5 macro
|
/third_party/ltp/testcases/kernel/syscalls/sendto/ |
H A D | sendto03.c | 98 TEST(setsockopt(dst_sock, SOL_PACKET, PACKET_RX_RING, &tpreq, in check_tiny_frame() 103 tst_res(TFAIL, "setsockopt(PACKET_RX_RING) accepted frame " in check_tiny_frame() 110 "Invalid setsockopt(PACKET_RX_RING) return value"); in check_tiny_frame() 115 "setsockopt(PACKET_RX_RING): unexpeced error"); in check_tiny_frame() 118 tst_res(TPASS | TTERRNO, "setsockopt(PACKET_RX_RING) frame size check " in check_tiny_frame() 144 TEST(setsockopt(dst_sock, SOL_PACKET, PACKET_RX_RING, &tpreq, in check_vnet_hdr() 149 tst_res(TCONF, "PACKET_VNET_HDR and PACKET_RX_RING not " in check_vnet_hdr() 156 "setsockopt(PACKET_RX_RING): unexpected error"); in check_vnet_hdr() 161 "Invalid setsockopt(PACKET_RX_RING) return value"); in check_vnet_hdr()
|
/third_party/musl/porting/uniproton/kernel/include/netpacket/ |
H A D | packet.h | 33 #define PACKET_RX_RING 5 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netpacket/ |
H A D | packet.h | 33 #define PACKET_RX_RING 5 macro
|
/third_party/musl/porting/liteos_a/kernel/include/netpacket/ |
H A D | packet.h | 33 #define PACKET_RX_RING 5 macro
|
/third_party/musl/porting/liteos_m/kernel/include/netpacket/ |
H A D | packet.h | 33 #define PACKET_RX_RING 5 macro
|
/third_party/musl/include/netpacket/ |
H A D | packet.h | 33 #define PACKET_RX_RING 5 macro
|
Completed in 4 milliseconds