Home
last modified time | relevance | path

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

/include/linux/
Dskmsg.h16 #define MAX_MSG_FRAGS MAX_SKB_FRAGS macro
17 #define NR_MSG_FRAG_IDS (MAX_MSG_FRAGS + 1)
32 DECLARE_BITMAP(copy, MAX_MSG_FRAGS + 2);
39 struct scatterlist data[MAX_MSG_FRAGS + 2];
201 return sk_msg_iter_dist(msg->sg.start, msg->sg.end) == MAX_MSG_FRAGS; in sk_msg_full()