Lines Matching defs:tnl
1949 void tipc_link_tnl_prepare(struct tipc_link *l, struct tipc_link *tnl,
1961 if (!tnl)
1970 if (mtyp == SYNCH_MSG && (tnl->peer_caps & TIPC_TUNNEL_ENHANCED)) {
1986 tipc_link_xmit(tnl, &tnlq, xmitq);
2014 tnl:
2030 if (pktlen > tnl->mtu - INT_H_SIZE) {
2032 (tnl->peer_caps & TIPC_TUNNEL_ENHANCED)) {
2033 rc = tipc_msg_fragment(skb, &tnlhdr, tnl->mtu,
2066 goto tnl;
2075 tipc_link_xmit(tnl, &tnlq, xmitq);
2078 struct sk_buff_head *fdefq = &tnl->failover_deferdq;
2080 tnl->drop_point = l->rcv_nxt;
2081 tnl->failover_reasm_skb = l->reasm_buf;
2095 * tipc_link_failover_prepare() - prepare tnl for link failover
2101 * @tnl: tunnel link
2104 void tipc_link_failover_prepare(struct tipc_link *l, struct tipc_link *tnl,
2107 struct sk_buff_head *fdefq = &tnl->failover_deferdq;
2109 tipc_link_create_dummy_tnl_msg(tnl, xmitq);
2117 tnl->drop_point = 1;
2118 tnl->failover_reasm_skb = NULL;