Lines Matching refs:tunnel_hdr
1539 struct tipc_msg *tunnel_hdr, in tipc_link_tunnel_xmit() argument
1552 msg_set_size(tunnel_hdr, length + INT_H_SIZE); in tipc_link_tunnel_xmit()
1558 skb_copy_to_linear_data(skb, tunnel_hdr, INT_H_SIZE); in tipc_link_tunnel_xmit()
1574 struct tipc_msg tunnel_hdr; in tipc_link_failover_send_queue() local
1581 tipc_msg_init(link_own_addr(l_ptr), &tunnel_hdr, TUNNEL_PROTOCOL, in tipc_link_failover_send_queue()
1586 msg_set_bearer_id(&tunnel_hdr, l_ptr->peer_bearer_id); in tipc_link_failover_send_queue()
1587 msg_set_msgcnt(&tunnel_hdr, msgcount); in tipc_link_failover_send_queue()
1592 skb_copy_to_linear_data(skb, &tunnel_hdr, INT_H_SIZE); in tipc_link_failover_send_queue()
1593 msg_set_size(&tunnel_hdr, INT_H_SIZE); in tipc_link_failover_send_queue()
1615 tipc_link_tunnel_xmit(l_ptr, &tunnel_hdr, m, in tipc_link_failover_send_queue()
1621 tipc_link_tunnel_xmit(l_ptr, &tunnel_hdr, msg, in tipc_link_failover_send_queue()