Searched refs:rsge (Results 1 – 1 of 1) sorted by relevance
2733 struct scatterlist sge, nsge, nnsge, rsge = {0}, *psge; in BPF_CALL_4() local2798 rsge = sk_msg_elem_cpy(msg, i); in BPF_CALL_4()2801 rsge.length -= psge->length; in BPF_CALL_4()2802 rsge.offset += start; in BPF_CALL_4()2806 sg_unmark_end(&rsge); in BPF_CALL_4()2822 if (rsge.length) { in BPF_CALL_4()2831 if (rsge.length) { in BPF_CALL_4()2845 if (rsge.length) { in BPF_CALL_4()2846 get_page(sg_page(&rsge)); in BPF_CALL_4()2848 msg->sg.data[new] = rsge; in BPF_CALL_4()