Home
last modified time | relevance | path

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

/linux/include/linux/
A Dskmsg.h17 #define NR_MSG_FRAG_IDS (MAX_MSG_FRAGS + 1) macro
41 static_assert(BITS_PER_LONG >= NR_MSG_FRAG_IDS);
150 return end >= start ? end - start : end + (NR_MSG_FRAG_IDS - start); in sk_msg_iter_dist()
156 var = NR_MSG_FRAG_IDS - 1; \
164 if (var == NR_MSG_FRAG_IDS) \
181 BUILD_BUG_ON(ARRAY_SIZE(msg->sg.data) - 1 != NR_MSG_FRAG_IDS); in sk_msg_init()
183 sg_init_marker(msg->sg.data, NR_MSG_FRAG_IDS); in sk_msg_init()
/linux/net/core/
A Dfilter.c2661 NR_MSG_FRAG_IDS - first_sge + last_sge - 1; in BPF_CALL_4()
2670 if (i + shift >= NR_MSG_FRAG_IDS) in BPF_CALL_4()
2671 move_from = i + shift - NR_MSG_FRAG_IDS; in BPF_CALL_4()
2685 msg->sg.end - shift + NR_MSG_FRAG_IDS : in BPF_CALL_4()

Completed in 21 milliseconds