Searched refs:__packet_set_status (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/packet/ |
H A D | af_packet.c | 365 static void __packet_set_status(struct packet_sock *po, void *frame, int status) in __packet_set_status() function 399 /* READ_ONCE() are paired with WRITE_ONCE() in __packet_set_status */ in __packet_get_status() 2446 __packet_set_status(po, h.raw, status); in tpacket_rcv() 2488 __packet_set_status(po, ph, TP_STATUS_AVAILABLE | ts); in tpacket_destruct_skb() 2806 __packet_set_status(po, ph, in tpacket_snd() 2827 __packet_set_status(po, ph, TP_STATUS_SENDING); in tpacket_snd() 2863 __packet_set_status(po, ph, status); in tpacket_snd()
|
/kernel/linux/linux-6.6/net/packet/ |
H A D | af_packet.c | 400 static void __packet_set_status(struct packet_sock *po, void *frame, int status) in __packet_set_status() function 434 /* READ_ONCE() are paired with WRITE_ONCE() in __packet_set_status */ in __packet_get_status() 2487 __packet_set_status(po, h.raw, status); in tpacket_rcv() 2529 __packet_set_status(po, ph, TP_STATUS_AVAILABLE | ts); in tpacket_destruct_skb() 2858 __packet_set_status(po, ph, in tpacket_snd() 2879 __packet_set_status(po, ph, TP_STATUS_SENDING); in tpacket_snd() 2914 __packet_set_status(po, ph, status); in tpacket_snd()
|
Completed in 10 milliseconds