Home
last modified time | relevance | path

Searched refs:tnlhdr (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/net/tipc/
Dlink.c1956 struct tipc_msg *hdr, tnlhdr; in tipc_link_tnl_prepare() local
2008 tipc_msg_init(tipc_own_addr(l->net), &tnlhdr, TUNNEL_PROTOCOL, in tipc_link_tnl_prepare()
2015 msg_set_msgcnt(&tnlhdr, pktcnt); in tipc_link_tnl_prepare()
2016 msg_set_bearer_id(&tnlhdr, l->peer_bearer_id); in tipc_link_tnl_prepare()
2036 rc = tipc_msg_fragment(skb, &tnlhdr, tnl->mtu, in tipc_link_tnl_prepare()
2057 msg_set_size(&tnlhdr, pktlen + INT_H_SIZE); in tipc_link_tnl_prepare()
2063 skb_copy_to_linear_data(tnlskb, &tnlhdr, INT_H_SIZE); in tipc_link_tnl_prepare()