Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/packet/
H A Daf_packet.c2688 int len_sum = 0; in tpacket_snd() local
2791 if (likely(len_sum > 0)) in tpacket_snd()
2792 err = len_sum; in tpacket_snd()
2849 len_sum += tp_len; in tpacket_snd()
2859 err = len_sum; in tpacket_snd()
/kernel/linux/linux-6.6/net/packet/
H A Daf_packet.c2740 int len_sum = 0; in tpacket_snd() local
2843 if (likely(len_sum > 0)) in tpacket_snd()
2844 err = len_sum; in tpacket_snd()
2900 len_sum += tp_len; in tpacket_snd()
2910 err = len_sum; in tpacket_snd()

Completed in 11 milliseconds