Home
last modified time | relevance | path

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

/openbmc/linux/net/tipc/
H A Dmsg.c311 int pktmax, struct sk_buff_head *frags) in tipc_msg_fragment() argument
324 dmax = pktmax - INT_H_SIZE; in tipc_msg_fragment()
373 int dsz, int pktmax, struct sk_buff_head *list) in tipc_msg_build() argument
378 int pktrem = pktmax; in tipc_msg_build()
389 if (likely(msz <= pktmax)) { in tipc_msg_build()
394 if (pktmax != MAX_MSG_SIZE) in tipc_msg_build()
417 msg_set_size(&pkthdr, pktmax); in tipc_msg_build()
422 skb = tipc_buf_acquire(pktmax, GFP_KERNEL); in tipc_msg_build()
449 if (drem < (pktmax - INT_H_SIZE)) in tipc_msg_build()
452 pktsz = pktmax; in tipc_msg_build()
H A Dmsg.h1170 int pktmax, struct sk_buff_head *frags);