Home
last modified time | relevance | path

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

/linux/net/core/
H A Dfilter.c2795 struct scatterlist sge, nsge, nnsge, rsge = {0}, *psge; in BPF_CALL_4() local
2868 rsge = sk_msg_elem_cpy(msg, i); in BPF_CALL_4()
2871 rsge.length -= psge->length; in BPF_CALL_4()
2872 rsge.offset += start; in BPF_CALL_4()
2876 sg_unmark_end(&rsge); in BPF_CALL_4()
2885 if (!rsge.length) in BPF_CALL_4()
2896 if (rsge.length) { in BPF_CALL_4()
2906 if (rsge.length) { in BPF_CALL_4()
2920 if (rsge.length) { in BPF_CALL_4()
2921 get_page(sg_page(&rsge)); in BPF_CALL_4()
[all …]