Home
last modified time | relevance | path

Searched refs:len_max (Results 1 – 2 of 2) sorted by relevance

/net/packet/
Daf_packet.c2535 int to_write, offset, len, nr_frags, len_max; in tpacket_fill_skb() local
2576 len_max = PAGE_SIZE - offset; in tpacket_fill_skb()
2577 len = ((to_write > len_max) ? len_max : to_write); in tpacket_fill_skb()
2600 len_max = PAGE_SIZE; in tpacket_fill_skb()
2601 len = ((to_write > len_max) ? len_max : to_write); in tpacket_fill_skb()
/net/core/
Dfilter.c3606 u32 len_max = BPF_SKB_MAX_LEN; in BPF_CALL_4() local
3635 (!shrink && (skb->len + len_diff_abs > len_max && in BPF_CALL_4()