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

/linux-master/net/tipc/
H A Dlink.c1361 if (msg_type(hdr) == SYNCH_MSG) {
1980 if (mtyp == SYNCH_MSG && (tnl->peer_caps & TIPC_TUNNEL_ENHANCED)) {
1981 tnlskb = tipc_msg_create(TUNNEL_PROTOCOL, SYNCH_MSG,
1986 pr_warn("%sunable to create dummy SYNCH_MSG\n",
2017 if (mtyp == SYNCH_MSG)
H A Dmsg.h720 #define SYNCH_MSG 0 macro
H A Dnode.c914 tipc_link_tnl_prepare(ol, nl, SYNCH_MSG, xmitq);
2034 if ((usr == TUNNEL_PROTOCOL) && (mtyp == SYNCH_MSG) && (oseqno == 1)) {
2065 if ((usr == TUNNEL_PROTOCOL) && (mtyp == SYNCH_MSG))

Completed in 86 milliseconds