Lines Matching refs:mtyp
240 static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe,
808 int mtyp = 0;
822 mtyp = STATE_MSG;
845 mtyp = RESET_MSG;
849 mtyp = ACTIVATE_MSG;
860 tipc_link_build_proto_msg(l, mtyp, probe, 0, 0, 0, 0, xmitq);
1702 int mtyp = RESET_MSG;
1706 mtyp = ACTIVATE_MSG;
1708 tipc_link_build_proto_msg(l, mtyp, 0, 0, 0, 0, 0, xmitq);
1820 static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe,
1839 if (!tipc_link_is_up(l) && (mtyp == STATE_MSG))
1845 skb = tipc_msg_create(LINK_PROTOCOL, mtyp, INT_H_SIZE,
1867 if (mtyp == STATE_MSG) {
1884 if (mtyp == ACTIVATE_MSG) {
1938 int mtyp, struct sk_buff_head *xmitq)
1959 if (mtyp == SYNCH_MSG && (tnl->peer_caps & TIPC_TUNNEL_ENHANCED)) {
1995 mtyp, INT_H_SIZE, l->addr);
1996 if (mtyp == SYNCH_MSG)
2020 if (mtyp == FAILOVER_MSG &&
2066 if (mtyp == FAILOVER_MSG) {
2122 int mtyp = msg_type(hdr);
2127 switch (mtyp) {
2175 int mtyp = msg_type(hdr);
2203 switch (mtyp) {
2235 if (mtyp == ACTIVATE_MSG && msg_dest_session_valid(hdr) &&
2243 if (mtyp == RESET_MSG || !link_is_up(l))
2247 if (mtyp == ACTIVATE_MSG && l->state == LINK_ESTABLISHING)
2366 int mtyp = msg_type(hdr);
2385 if ((mtyp == RESET_MSG) || (mtyp == ACTIVATE_MSG))
2487 int mtyp = msg_type(hdr);
2499 if (mtyp != STATE_MSG)