Home
last modified time | relevance | path

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

/net/core/
Dfilter.c2733 struct scatterlist sge, nsge, nnsge, rsge = {0}, *psge; in BPF_CALL_4() local
2780 psge = sk_msg_elem(msg, i); in BPF_CALL_4()
2782 back = psge->length - front; in BPF_CALL_4()
2783 from = sg_virt(psge); in BPF_CALL_4()
2795 put_page(sg_page(psge)); in BPF_CALL_4()
2797 psge = sk_msg_elem(msg, i); in BPF_CALL_4()
2800 psge->length = start - offset; in BPF_CALL_4()
2801 rsge.length -= psge->length; in BPF_CALL_4()
2805 sg_unmark_end(psge); in BPF_CALL_4()