Searched refs:tnlhdr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | link.c | 1942 struct tipc_msg *hdr, tnlhdr; in tipc_link_tnl_prepare() local 1994 tipc_msg_init(tipc_own_addr(l->net), &tnlhdr, TUNNEL_PROTOCOL, in tipc_link_tnl_prepare() 2001 msg_set_msgcnt(&tnlhdr, pktcnt); in tipc_link_tnl_prepare() 2002 msg_set_bearer_id(&tnlhdr, l->peer_bearer_id); in tipc_link_tnl_prepare() 2022 rc = tipc_msg_fragment(skb, &tnlhdr, tnl->mtu, in tipc_link_tnl_prepare() 2043 msg_set_size(&tnlhdr, pktlen + INT_H_SIZE); in tipc_link_tnl_prepare() 2049 skb_copy_to_linear_data(tnlskb, &tnlhdr, INT_H_SIZE); in tipc_link_tnl_prepare()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | link.c | 1978 struct tipc_msg *hdr, tnlhdr; in tipc_link_tnl_prepare() local 2030 tipc_msg_init(tipc_own_addr(l->net), &tnlhdr, TUNNEL_PROTOCOL, in tipc_link_tnl_prepare() 2037 msg_set_msgcnt(&tnlhdr, pktcnt); in tipc_link_tnl_prepare() 2038 msg_set_bearer_id(&tnlhdr, l->peer_bearer_id); in tipc_link_tnl_prepare() 2058 rc = tipc_msg_fragment(skb, &tnlhdr, tnl->mtu, in tipc_link_tnl_prepare() 2079 msg_set_size(&tnlhdr, pktlen + INT_H_SIZE); in tipc_link_tnl_prepare() 2085 skb_copy_to_linear_data(tnlskb, &tnlhdr, INT_H_SIZE); in tipc_link_tnl_prepare()
|
Completed in 11 milliseconds