Home
last modified time | relevance | path

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

/Linux-v4.19/net/tipc/
Dmsg.c260 int dsz, int pktmax, struct sk_buff_head *list) in tipc_msg_build() argument
265 int pktrem = pktmax; in tipc_msg_build()
276 if (likely(msz <= pktmax)) { in tipc_msg_build()
281 if (pktmax != MAX_MSG_SIZE) in tipc_msg_build()
303 msg_set_size(&pkthdr, pktmax); in tipc_msg_build()
308 skb = tipc_buf_acquire(pktmax, GFP_KERNEL); in tipc_msg_build()
335 if (drem < (pktmax - INT_H_SIZE)) in tipc_msg_build()
338 pktsz = pktmax; in tipc_msg_build()