Searched refs:FAILOVER_MSG (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | link.c | 1914 skb = tipc_msg_create(TUNNEL_PROTOCOL, FAILOVER_MSG, in tipc_link_create_dummy_tnl_msg() 2020 if (mtyp == FAILOVER_MSG && in tipc_link_tnl_prepare() 2066 if (mtyp == FAILOVER_MSG) { in tipc_link_tnl_prepare()
|
H A D | msg.h | 734 #define FAILOVER_MSG 1 macro
|
H A D | node.c | 1028 tipc_link_tnl_prepare(l, tnl, FAILOVER_MSG, xmitq); in __tipc_node_link_down() 1966 if ((usr == TUNNEL_PROTOCOL) && (mtyp == FAILOVER_MSG)) { in tipc_node_check_state() 1978 * Ensure that a FAILOVER_MSG is sent to get peer out of in tipc_node_check_state()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | link.c | 1950 skb = tipc_msg_create(TUNNEL_PROTOCOL, FAILOVER_MSG, in tipc_link_create_dummy_tnl_msg() 2056 if (mtyp == FAILOVER_MSG && in tipc_link_tnl_prepare() 2102 if (mtyp == FAILOVER_MSG) { in tipc_link_tnl_prepare()
|
H A D | msg.h | 721 #define FAILOVER_MSG 1 macro
|
H A D | node.c | 1055 tipc_link_tnl_prepare(l, tnl, FAILOVER_MSG, xmitq); in __tipc_node_link_down() 1997 if ((usr == TUNNEL_PROTOCOL) && (mtyp == FAILOVER_MSG)) { in tipc_node_check_state() 2009 * Ensure that a FAILOVER_MSG is sent to get peer out of in tipc_node_check_state()
|
Completed in 21 milliseconds