Searched refs:tnlhdr (Results 1 – 1 of 1) sorted by relevance
1169 struct tipc_msg *hdr, tnlhdr; in tipc_link_tnl_prepare() local1193 tipc_msg_init(link_own_addr(l), &tnlhdr, TUNNEL_PROTOCOL, in tipc_link_tnl_prepare()1196 msg_set_msgcnt(&tnlhdr, pktcnt); in tipc_link_tnl_prepare()1197 msg_set_bearer_id(&tnlhdr, l->peer_bearer_id); in tipc_link_tnl_prepare()1205 msg_set_size(&tnlhdr, pktlen + INT_H_SIZE); in tipc_link_tnl_prepare()1211 skb_copy_to_linear_data(tnlskb, &tnlhdr, INT_H_SIZE); in tipc_link_tnl_prepare()