Home
last modified time | relevance | path

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

/linux/net/core/
H A Dfilter.c2711 u32 first_sge, last_sge, i, shift, bytes_sg_total; in BPF_CALL_4() local
2736 bytes_sg_total = start - offset + bytes; in BPF_CALL_4()
2737 if (!sk_msg_elem_is_copy(msg, i) && bytes_sg_total <= len) in BPF_CALL_4()
2753 if (bytes_sg_total <= copy) in BPF_CALL_4()
2758 if (unlikely(bytes_sg_total > copy)) in BPF_CALL_4()