Searched refs:tnl (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/net/tipc/ |
D | node.c | 406 struct tipc_link *l, *_l, *tnl; in __tipc_node_link_down() local 456 tnl = node_active_link(n, 0); in __tipc_node_link_down() 457 tipc_link_fsm_evt(tnl, LINK_SYNCH_END_EVT); in __tipc_node_link_down() 459 n->sync_point = tnl->rcv_nxt + (U16_MAX / 2 - 1); in __tipc_node_link_down() 460 tipc_link_tnl_prepare(l, tnl, FAILOVER_MSG, xmitq); in __tipc_node_link_down() 465 *maddr = &n->links[tnl->bearer_id].maddr; in __tipc_node_link_down() 466 *bearer_id = tnl->bearer_id; in __tipc_node_link_down() 1156 struct tipc_link *l, *tnl, *pl = NULL; in tipc_node_check_state() local 1242 tnl = l; in tipc_node_check_state() 1244 tnl = pl; in tipc_node_check_state() [all …]
|
D | link.c | 1165 void tipc_link_tnl_prepare(struct tipc_link *l, struct tipc_link *tnl, in tipc_link_tnl_prepare() argument 1174 if (!tnl) in tipc_link_tnl_prepare() 1198 tnl: in tipc_link_tnl_prepare() 1217 goto tnl; in tipc_link_tnl_prepare() 1220 tipc_link_xmit(tnl, &tnlq, xmitq); in tipc_link_tnl_prepare() 1223 tnl->drop_point = l->rcv_nxt; in tipc_link_tnl_prepare() 1224 tnl->failover_reasm_skb = l->reasm_buf; in tipc_link_tnl_prepare()
|
D | link.h | 238 void tipc_link_tnl_prepare(struct tipc_link *l, struct tipc_link *tnl,
|
/linux-4.4.14/arch/arm64/boot/dts/hisilicon/ |
D | hip05_hns.dtsi | 48 /* [8] ppe tnl 0-7***/
|
/linux-4.4.14/net/ipv6/ |
D | ip6_tunnel.c | 1561 struct ip6_tnl *tnl = netdev_priv(dev); in ip6_tnl_change_mtu() local 1563 if (tnl->parms.proto == IPPROTO_IPIP) { in ip6_tnl_change_mtu()
|