Home
last modified time | relevance | path

Searched refs:SYNCH_MSG (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/net/tipc/
Dlink.c1354 if (msg_type(hdr) == SYNCH_MSG) { in tipc_link_tnl_rcv()
1973 if (mtyp == SYNCH_MSG && (tnl->peer_caps & TIPC_TUNNEL_ENHANCED)) { in tipc_link_tnl_prepare()
1974 tnlskb = tipc_msg_create(TUNNEL_PROTOCOL, SYNCH_MSG, in tipc_link_tnl_prepare()
2010 if (mtyp == SYNCH_MSG) in tipc_link_tnl_prepare()
Dnode.c914 tipc_link_tnl_prepare(ol, nl, SYNCH_MSG, xmitq); in __tipc_node_link_up()
2034 if ((usr == TUNNEL_PROTOCOL) && (mtyp == SYNCH_MSG) && (oseqno == 1)) { in tipc_node_check_state()
2065 if ((usr == TUNNEL_PROTOCOL) && (mtyp == SYNCH_MSG)) in tipc_node_check_state()
Dmsg.h720 #define SYNCH_MSG 0 macro