Lines Matching defs:pktmax
305 * @pktmax: max size of a fragment incl. the header
312 int pktmax, struct sk_buff_head *frags)
325 dmax = pktmax - INT_H_SIZE;
364 * @pktmax: Max packet size that can be used
373 int dsz, int pktmax, struct sk_buff_head *list)
378 int pktrem = pktmax;
389 if (likely(msz <= pktmax)) {
394 if (pktmax != MAX_MSG_SIZE)
417 msg_set_size(&pkthdr, pktmax);
422 skb = tipc_buf_acquire(pktmax, GFP_KERNEL);
449 if (drem < (pktmax - INT_H_SIZE))
452 pktsz = pktmax;