Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/sendto/
H A Dsendto03.c66 struct tpacket_req tpreq; in check_tiny_frame() local
68 tpreq.tp_block_size = SAFE_SYSCONF(_SC_PAGESIZE); in check_tiny_frame()
69 tpreq.tp_frame_size = TPACKET_ALIGNMENT; in check_tiny_frame()
70 tpreq.tp_block_nr = 1; in check_tiny_frame()
71 tpreq.tp_frame_nr = (tpreq.tp_block_size * tpreq.tp_block_nr) / in check_tiny_frame()
72 tpreq.tp_frame_size; in check_tiny_frame()
98 TEST(setsockopt(dst_sock, SOL_PACKET, PACKET_RX_RING, &tpreq, in check_tiny_frame()
99 sizeof(tpreq))); in check_tiny_frame()
127 struct tpacket_req tpreq; check_vnet_hdr() local
[all...]

Completed in 1 milliseconds