SYNCH_MSG
if (msg_type(hdr) == SYNCH_MSG) {
if (mtyp == SYNCH_MSG && (tnl->peer_caps & TIPC_TUNNEL_ENHANCED)) {
tnlskb = tipc_msg_create(TUNNEL_PROTOCOL, SYNCH_MSG,
if (mtyp == SYNCH_MSG)
if ((usr == TUNNEL_PROTOCOL) && (mtyp == SYNCH_MSG) && (oseqno == 1)) {
if ((usr == TUNNEL_PROTOCOL) && (mtyp == SYNCH_MSG))
tipc_link_tnl_prepare(ol, nl, SYNCH_MSG, xmitq);