Searched refs:packet_set_ring (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/net/packet/ |
D | af_packet.c | 168 static int packet_set_ring(struct sock *sk, union tpacket_req_u *req_u, 2660 packet_set_ring(sk, &req_u, 1, 0); in packet_release() 2665 packet_set_ring(sk, &req_u, 1, 1); in packet_release() 3330 return packet_set_ring(sk, &req_u, 0, in packet_setsockopt() 3813 static int packet_set_ring(struct sock *sk, union tpacket_req_u *req_u, in packet_set_ring() function
|
/linux-4.1.27/Documentation/networking/ |
D | packet_mmap.txt | 225 indeed, packet_set_ring checks that the following condition is true 395 The following are conditions that are checked in packet_set_ring
|