Searched refs:len_max (Results 1 – 2 of 2) sorted by relevance
2535 int to_write, offset, len, nr_frags, len_max; in tpacket_fill_skb() local2576 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()
3606 u32 len_max = BPF_SKB_MAX_LEN; in BPF_CALL_4() local3635 (!shrink && (skb->len + len_diff_abs > len_max && in BPF_CALL_4()