Lines Matching refs:tnl
1937 void tipc_link_tnl_prepare(struct tipc_link *l, struct tipc_link *tnl,
1940 struct sk_buff_head *fdefq = &tnl->failover_deferdq;
1950 if (!tnl)
1959 if (mtyp == SYNCH_MSG && (tnl->peer_caps & TIPC_TUNNEL_ENHANCED)) {
1975 tipc_link_xmit(tnl, &tnlq, xmitq);
2003 tnl:
2019 if (pktlen > tnl->mtu - INT_H_SIZE) {
2021 (tnl->peer_caps & TIPC_TUNNEL_ENHANCED)) {
2022 rc = tipc_msg_fragment(skb, &tnlhdr, tnl->mtu,
2055 goto tnl;
2064 tipc_link_xmit(tnl, &tnlq, xmitq);
2067 tnl->drop_point = l->rcv_nxt;
2068 tnl->failover_reasm_skb = l->reasm_buf;
2082 * tipc_link_failover_prepare() - prepare tnl for link failover
2088 * @tnl: tunnel link
2091 void tipc_link_failover_prepare(struct tipc_link *l, struct tipc_link *tnl,
2094 struct sk_buff_head *fdefq = &tnl->failover_deferdq;
2096 tipc_link_create_dummy_tnl_msg(tnl, xmitq);
2104 tnl->drop_point = 1;
2105 tnl->failover_reasm_skb = NULL;