Home
last modified time | relevance | path

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

/net/tipc/
Dlink.h89 void tipc_link_tnl_prepare(struct tipc_link *l, struct tipc_link *tnl,
91 void tipc_link_create_dummy_tnl_msg(struct tipc_link *tnl,
93 void tipc_link_failover_prepare(struct tipc_link *l, struct tipc_link *tnl,
Dlink.c1973 void tipc_link_tnl_prepare(struct tipc_link *l, struct tipc_link *tnl, in tipc_link_tnl_prepare() argument
1976 struct sk_buff_head *fdefq = &tnl->failover_deferdq; in tipc_link_tnl_prepare()
1986 if (!tnl) in tipc_link_tnl_prepare()
1995 if (mtyp == SYNCH_MSG && (tnl->peer_caps & TIPC_TUNNEL_ENHANCED)) { in tipc_link_tnl_prepare()
2011 tipc_link_xmit(tnl, &tnlq, xmitq); in tipc_link_tnl_prepare()
2039 tnl: in tipc_link_tnl_prepare()
2055 if (pktlen > tnl->mtu - INT_H_SIZE) { in tipc_link_tnl_prepare()
2057 (tnl->peer_caps & TIPC_TUNNEL_ENHANCED)) { in tipc_link_tnl_prepare()
2058 rc = tipc_msg_fragment(skb, &tnlhdr, tnl->mtu, in tipc_link_tnl_prepare()
2091 goto tnl; in tipc_link_tnl_prepare()
[all …]
Dnode.c961 struct tipc_link *tnl, in tipc_node_link_failover() argument
965 if (!tipc_link_is_up(tnl)) in tipc_node_link_failover()
972 tipc_link_fsm_evt(tnl, LINK_SYNCH_END_EVT); in tipc_node_link_failover()
975 n->sync_point = tipc_link_rcv_nxt(tnl) + (U16_MAX / 2 - 1); in tipc_node_link_failover()
976 tipc_link_failover_prepare(l, tnl, xmitq); in tipc_node_link_failover()
998 struct tipc_link *l, *_l, *tnl; in __tipc_node_link_down() local
1051 tnl = n->links[*bearer_id].link; in __tipc_node_link_down()
1052 tipc_link_fsm_evt(tnl, LINK_SYNCH_END_EVT); in __tipc_node_link_down()
1054 n->sync_point = tipc_link_rcv_nxt(tnl) + (U16_MAX / 2 - 1); in __tipc_node_link_down()
1055 tipc_link_tnl_prepare(l, tnl, FAILOVER_MSG, xmitq); in __tipc_node_link_down()
[all …]
/net/ipv6/
Dip6_tunnel.c1735 struct ip6_tnl *tnl = netdev_priv(dev); in ip6_tnl_change_mtu() local
1738 t_hlen = tnl->hlen + sizeof(struct ipv6hdr); in ip6_tnl_change_mtu()
1739 if (tnl->parms.proto == IPPROTO_IPV6) { in ip6_tnl_change_mtu()
1746 if (tnl->parms.proto == IPPROTO_IPV6 || tnl->parms.proto == 0) { in ip6_tnl_change_mtu()