Lines Matching defs:pktmax
300 * @pktmax: max size of a fragment incl. the header
307 int pktmax, struct sk_buff_head *frags)
320 dmax = pktmax - INT_H_SIZE;
360 * @pktmax: Max packet size that can be used
369 int dsz, int pktmax, struct sk_buff_head *list)
374 int pktrem = pktmax;
385 if (likely(msz <= pktmax)) {
390 if (pktmax != MAX_MSG_SIZE)
413 msg_set_size(&pkthdr, pktmax);
418 skb = tipc_buf_acquire(pktmax, GFP_KERNEL);
445 if (drem < (pktmax - INT_H_SIZE))
448 pktsz = pktmax;