pktmax            258 net/tipc/msg.c 		      int pktmax, struct sk_buff_head *frags)
pktmax            271 net/tipc/msg.c 	dmax = pktmax - INT_H_SIZE;
pktmax            319 net/tipc/msg.c 		   int dsz, int pktmax, struct sk_buff_head *list)
pktmax            324 net/tipc/msg.c 	int pktrem = pktmax;
pktmax            335 net/tipc/msg.c 	if (likely(msz <= pktmax)) {
pktmax            340 net/tipc/msg.c 			if (pktmax != MAX_MSG_SIZE)
pktmax            362 net/tipc/msg.c 	msg_set_size(&pkthdr, pktmax);
pktmax            367 net/tipc/msg.c 	skb = tipc_buf_acquire(pktmax, GFP_KERNEL);
pktmax            394 net/tipc/msg.c 		if (drem < (pktmax - INT_H_SIZE))
pktmax            397 net/tipc/msg.c 			pktsz = pktmax;
pktmax           1065 net/tipc/msg.h 		      int pktmax, struct sk_buff_head *frags);