Home
last modified time | relevance | path

Searched refs:TPACKET_V3 (Results 1 - 5 of 5) sorted by relevance

/third_party/ltp/include/lapi/
H A Dif_packet.h41 # define TPACKET_V3 2 macro
/third_party/ltp/testcases/kernel/syscalls/setsockopt/
H A Dsetsockopt02.c42 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 Dsetsockopt07.c64 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 Dsetsockopt06.c67 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 Dsetsockopt09.c47 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