Lines Matching refs:mtyp
268 static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe,
843 int mtyp = 0;
857 mtyp = STATE_MSG;
880 mtyp = RESET_MSG;
884 mtyp = ACTIVATE_MSG;
895 tipc_link_build_proto_msg(l, mtyp, probe, 0, 0, 0, 0, xmitq);
1738 int mtyp = RESET_MSG;
1742 mtyp = ACTIVATE_MSG;
1744 tipc_link_build_proto_msg(l, mtyp, 0, 0, 0, 0, 0, xmitq);
1856 static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe,
1875 if (!tipc_link_is_up(l) && (mtyp == STATE_MSG))
1881 skb = tipc_msg_create(LINK_PROTOCOL, mtyp, INT_H_SIZE,
1903 if (mtyp == STATE_MSG) {
1920 if (mtyp == ACTIVATE_MSG) {
1974 int mtyp, struct sk_buff_head *xmitq)
1995 if (mtyp == SYNCH_MSG && (tnl->peer_caps & TIPC_TUNNEL_ENHANCED)) {
2031 mtyp, INT_H_SIZE, l->addr);
2032 if (mtyp == SYNCH_MSG)
2056 if (mtyp == FAILOVER_MSG &&
2102 if (mtyp == FAILOVER_MSG) {
2158 int mtyp = msg_type(hdr);
2163 switch (mtyp) {
2211 int mtyp = msg_type(hdr);
2239 switch (mtyp) {
2271 if (mtyp == ACTIVATE_MSG && msg_dest_session_valid(hdr) &&
2279 if (mtyp == RESET_MSG || !link_is_up(l))
2283 if (mtyp == ACTIVATE_MSG && l->state == LINK_ESTABLISHING)
2402 int mtyp = msg_type(hdr);
2421 if ((mtyp == RESET_MSG) || (mtyp == ACTIVATE_MSG))
2523 int mtyp = msg_type(hdr);
2535 if (mtyp != STATE_MSG)