Home
last modified time | relevance | path

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

/linux/net/core/
H A Dfilter.c2848 struct scatterlist sge, nsge, nnsge, rsge = {0}, *psge; in BPF_CALL_4() local
2925 rsge = sk_msg_elem_cpy(msg, i); in BPF_CALL_4()
2929 rsge.length -= psge->length; in BPF_CALL_4()
2930 rsge.offset += start - offset; in BPF_CALL_4()
2934 sg_unmark_end(&rsge); in BPF_CALL_4()
2943 if (!rsge.length) in BPF_CALL_4()
2956 if (rsge.length) { in BPF_CALL_4()
2969 if (rsge.length) { in BPF_CALL_4()
2986 if (rsge.length) { in BPF_CALL_4()
2987 get_page(sg_page(&rsge)); in BPF_CALL_4()
[all …]