Lines Matching refs:mtyp
117 static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe,
560 int mtyp = STATE_MSG; in tipc_link_timeout() local
585 mtyp = RESET_MSG; in tipc_link_timeout()
589 mtyp = ACTIVATE_MSG; in tipc_link_timeout()
600 tipc_link_build_proto_msg(l, mtyp, prb, 0, 0, 0, xmitq); in tipc_link_timeout()
996 int mtyp = RESET_MSG; in tipc_link_build_reset_msg() local
999 mtyp = ACTIVATE_MSG; in tipc_link_build_reset_msg()
1001 tipc_link_build_proto_msg(l, mtyp, 0, 0, 0, 0, xmitq); in tipc_link_build_reset_msg()
1106 static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe, in tipc_link_build_proto_msg() argument
1118 msg_set_type(hdr, mtyp); in tipc_link_build_proto_msg()
1132 if (mtyp == STATE_MSG) { in tipc_link_build_proto_msg()
1166 int mtyp, struct sk_buff_head *xmitq) in tipc_link_tnl_prepare() argument
1194 mtyp, INT_H_SIZE, l->addr); in tipc_link_tnl_prepare()
1222 if (mtyp == FAILOVER_MSG) { in tipc_link_tnl_prepare()
1245 int mtyp = msg_type(hdr); in tipc_link_proto_rcv() local
1255 switch (mtyp) { in tipc_link_proto_rcv()
1283 if ((mtyp == RESET_MSG) || !link_is_up(l)) in tipc_link_proto_rcv()
1287 if ((mtyp == ACTIVATE_MSG) && (l->state == LINK_ESTABLISHING)) in tipc_link_proto_rcv()
1384 int mtyp = msg_type(hdr); in tipc_link_bc_init_rcv() local
1403 if ((mtyp == RESET_MSG) || (mtyp == ACTIVATE_MSG)) in tipc_link_bc_init_rcv()
1489 int mtyp = msg_type(hdr); in tipc_link_bc_nack_rcv() local
1501 if (mtyp != STATE_MSG) in tipc_link_bc_nack_rcv()