tnlhdr           1719 net/tipc/link.c 	struct tipc_msg *hdr, tnlhdr;
tnlhdr           1772 net/tipc/link.c 	tipc_msg_init(tipc_own_addr(l->net), &tnlhdr, TUNNEL_PROTOCOL,
tnlhdr           1779 net/tipc/link.c 	msg_set_msgcnt(&tnlhdr, pktcnt);
tnlhdr           1780 net/tipc/link.c 	msg_set_bearer_id(&tnlhdr, l->peer_bearer_id);
tnlhdr           1800 net/tipc/link.c 				rc = tipc_msg_fragment(skb, &tnlhdr, tnl->mtu,
tnlhdr           1821 net/tipc/link.c 		msg_set_size(&tnlhdr, pktlen + INT_H_SIZE);
tnlhdr           1827 net/tipc/link.c 		skb_copy_to_linear_data(tnlskb, &tnlhdr, INT_H_SIZE);