Home
last modified time | relevance | path

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

/Linux-v4.19/net/core/
Dfilter.c2296 int bytes = end - start, bytes_sg_total; in BPF_CALL_4() local
2322 bytes_sg_total = start - offset + bytes; in BPF_CALL_4()
2323 if (!msg->sg_copy[i] && bytes_sg_total <= len) in BPF_CALL_4()
2339 if (bytes_sg_total <= copy) in BPF_CALL_4()
2344 if (unlikely(bytes_sg_total > copy)) in BPF_CALL_4()