Home
last modified time | relevance | path

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

/linux/net/core/
H A Dfilter.c2711 u32 first_sge, last_sge, i, shift, bytes_sg_total; in BPF_CALL_4() local
2732 first_sge = i; in BPF_CALL_4()
2767 i = first_sge; in BPF_CALL_4()
2783 sg_set_page(&msg->sg.data[first_sge], page, copy, 0); in BPF_CALL_4()
2784 sk_msg_clear_elem_copy(msg, first_sge); in BPF_CALL_4()
2790 WARN_ON_ONCE(last_sge == first_sge); in BPF_CALL_4()
2791 shift = last_sge > first_sge ? in BPF_CALL_4()
2792 last_sge - first_sge - 1 : in BPF_CALL_4()
2793 NR_MSG_FRAG_IDS - first_sge + last_sge - 1; in BPF_CALL_4()
2799 i = first_sge; in BPF_CALL_4()
[all …]