Home
last modified time | relevance | path

Searched refs:__packet_get_status (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/packet/
H A Daf_packet.c369 /* WRITE_ONCE() are paired with READ_ONCE() in __packet_get_status */ in __packet_set_status()
393 static int __packet_get_status(const struct packet_sock *po, void *frame) in __packet_get_status() function
493 if (status != __packet_get_status(po, h.raw)) in packet_lookup_frame()
2836 if (err && __packet_get_status(po, ph) == in tpacket_snd()
/kernel/linux/linux-6.6/net/packet/
H A Daf_packet.c404 /* WRITE_ONCE() are paired with READ_ONCE() in __packet_get_status */ in __packet_set_status()
428 static int __packet_get_status(const struct packet_sock *po, void *frame) in __packet_get_status() function
528 if (status != __packet_get_status(po, h.raw)) in packet_lookup_frame()
2887 if (err && __packet_get_status(po, ph) == in tpacket_snd()

Completed in 12 milliseconds