Searched refs:packet_lookup_frame (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/net/packet/ |
| H A D | af_packet.c | 474 static void *packet_lookup_frame(const struct packet_sock *po, in packet_lookup_frame() function 498 return packet_lookup_frame(po, rb, rb->head, status); in packet_current_frame() 1081 curr = packet_lookup_frame(po, &po->rx_ring, in packet_current_rx_frame() 1155 return packet_lookup_frame(po, rb, previous, status); in packet_previous_frame() 1219 return packet_lookup_frame(po, &po->rx_ring, idx, TP_STATUS_KERNEL); in __tpacket_has_room()
|