Home
last modified time | relevance | path

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

/linux-6.1.9/net/core/
Dfilter.c2593 u32 first_sge, last_sge, i, shift, bytes_sg_total; in BPF_CALL_4() local
2614 first_sge = i; in BPF_CALL_4()
2649 i = first_sge; in BPF_CALL_4()
2664 sg_set_page(&msg->sg.data[first_sge], page, copy, 0); in BPF_CALL_4()
2670 WARN_ON_ONCE(last_sge == first_sge); in BPF_CALL_4()
2671 shift = last_sge > first_sge ? in BPF_CALL_4()
2672 last_sge - first_sge - 1 : in BPF_CALL_4()
2673 NR_MSG_FRAG_IDS - first_sge + last_sge - 1; in BPF_CALL_4()
2677 i = first_sge; in BPF_CALL_4()
2700 msg->data = sg_virt(&msg->sg.data[first_sge]) + start - offset; in BPF_CALL_4()