Home
last modified time | relevance | path

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

/Linux-v5.4/net/core/
Dfilter.c2347 struct scatterlist sge, nsge, nnsge, rsge = {0}, *psge; in BPF_CALL_4() local
2409 rsge = sk_msg_elem_cpy(msg, i); in BPF_CALL_4()
2412 rsge.length -= psge->length; in BPF_CALL_4()
2413 rsge.offset += start; in BPF_CALL_4()
2432 if (rsge.length) { in BPF_CALL_4()
2441 if (rsge.length) { in BPF_CALL_4()
2455 if (rsge.length) { in BPF_CALL_4()
2456 get_page(sg_page(&rsge)); in BPF_CALL_4()
2458 msg->sg.data[new] = rsge; in BPF_CALL_4()