Searched refs:packet_lookup_frame (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/packet/ |
H A D | af_packet.c | 479 static void *packet_lookup_frame(const struct packet_sock *po, in packet_lookup_frame() function 503 return packet_lookup_frame(po, rb, rb->head, status); in packet_current_frame() 1086 curr = packet_lookup_frame(po, &po->rx_ring, in packet_current_rx_frame() 1160 return packet_lookup_frame(po, rb, previous, status); in packet_previous_frame() 1224 return packet_lookup_frame(po, &po->rx_ring, idx, TP_STATUS_KERNEL); in __tpacket_has_room()
|
/kernel/linux/linux-6.6/net/packet/ |
H A D | af_packet.c | 514 static void *packet_lookup_frame(const struct packet_sock *po, in packet_lookup_frame() function 538 return packet_lookup_frame(po, rb, rb->head, status); in packet_current_frame() 1121 curr = packet_lookup_frame(po, &po->rx_ring, in packet_current_rx_frame() 1195 return packet_lookup_frame(po, rb, previous, status); in packet_previous_frame() 1259 return packet_lookup_frame(po, &po->rx_ring, idx, TP_STATUS_KERNEL); in __tpacket_has_room()
|
Completed in 10 milliseconds