Searched refs:packet_set_ring (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/packet/ |
H A D | af_packet.c | 173 static int packet_set_ring(struct sock *sk, union tpacket_req_u *req_u, 3227 packet_set_ring(sk, &req_u, 1, 0); in packet_release() 3232 packet_set_ring(sk, &req_u, 1, 1); in packet_release() 3912 ret = packet_set_ring(sk, &req_u, 0, in packet_setsockopt() 4472 static int packet_set_ring(struct sock *sk, union tpacket_req_u *req_u, in packet_set_ring() function
|
/openbmc/linux/Documentation/networking/ |
H A D | packet_mmap.rst | 221 indeed, packet_set_ring checks that the following condition is true:: 392 The following are conditions that are checked in packet_set_ring
|