Lines Matching refs:tnl
1973 void tipc_link_tnl_prepare(struct tipc_link *l, struct tipc_link *tnl,
1976 struct sk_buff_head *fdefq = &tnl->failover_deferdq;
1986 if (!tnl)
1995 if (mtyp == SYNCH_MSG && (tnl->peer_caps & TIPC_TUNNEL_ENHANCED)) {
2011 tipc_link_xmit(tnl, &tnlq, xmitq);
2039 tnl:
2055 if (pktlen > tnl->mtu - INT_H_SIZE) {
2057 (tnl->peer_caps & TIPC_TUNNEL_ENHANCED)) {
2058 rc = tipc_msg_fragment(skb, &tnlhdr, tnl->mtu,
2091 goto tnl;
2100 tipc_link_xmit(tnl, &tnlq, xmitq);
2103 tnl->drop_point = l->rcv_nxt;
2104 tnl->failover_reasm_skb = l->reasm_buf;
2118 * tipc_link_failover_prepare() - prepare tnl for link failover
2124 * @tnl: tunnel link
2127 void tipc_link_failover_prepare(struct tipc_link *l, struct tipc_link *tnl,
2130 struct sk_buff_head *fdefq = &tnl->failover_deferdq;
2132 tipc_link_create_dummy_tnl_msg(tnl, xmitq);
2140 tnl->drop_point = 1;
2141 tnl->failover_reasm_skb = NULL;