Searched refs:packet_lookup_frame (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/net/packet/ |
D | af_packet.c | 488 static void *packet_lookup_frame(struct packet_sock *po, in packet_lookup_frame() function 512 return packet_lookup_frame(po, rb, rb->head, status); in packet_current_frame() 1114 curr = packet_lookup_frame(po, &po->rx_ring, in packet_current_rx_frame() 1188 return packet_lookup_frame(po, rb, previous, status); in packet_previous_frame() 1252 has_room = packet_lookup_frame(po, &po->rx_ring, in packet_rcv_has_room()
|