Home
last modified time | relevance | path

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

/net/tipc/
Dmsg.c173 int offset, int dsz, int pktmax , struct sk_buff **chain) in tipc_msg_build() argument
179 int pktrem = pktmax; in tipc_msg_build()
189 if (likely(msz <= pktmax)) { in tipc_msg_build()
206 msg_set_size(&pkthdr, pktmax); in tipc_msg_build()
210 *chain = buf = tipc_buf_acquire(pktmax); in tipc_msg_build()
237 if (drem < (pktmax - INT_H_SIZE)) in tipc_msg_build()
240 pktsz = pktmax; in tipc_msg_build()