Searched refs:TPACKET_V3 (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/include/lapi/ |
H A D | if_packet.h | 41 # define TPACKET_V3 2 macro
|
/third_party/ltp/testcases/kernel/syscalls/setsockopt/ |
H A D | setsockopt02.c | 42 int ver = TPACKET_V3; in create_skbuf() 56 tst_brk(TCONF | TTERRNO, "TPACKET_V3 not supported"); in create_skbuf() 58 tst_brk(TBROK | TTERRNO, "setsockopt(sk, SOL_PACKET, PACKET_VERSION, TPACKET_V3)"); in create_skbuf()
|
H A D | setsockopt07.c | 64 unsigned int val, version = TPACKET_V3; in run() 82 tst_brk(TCONF | TTERRNO, "TPACKET_V3 not supported"); in run() 86 "setsockopt(PACKET_VERSION, TPACKET_V3"); in run()
|
H A D | setsockopt06.c | 67 int val1 = TPACKET_V1, val3 = TPACKET_V3; in run() 77 tst_brk(TCONF | TTERRNO, "TPACKET_V3 not supported"); in run() 81 "setsockopt(PACKET_VERSION, TPACKET_V3"); in run()
|
H A D | setsockopt09.c | 47 unsigned int i, version = TPACKET_V3; in run() 65 tst_brk(TCONF | TTERRNO, "TPACKET_V3 not supported"); in run() 69 "setsockopt(PACKET_VERSION, TPACKET_V3)"); in run()
|
Completed in 2 milliseconds