Lines Matching refs:mtyp

241 static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe,
750 int mtyp = 0; in tipc_link_timeout() local
762 mtyp = STATE_MSG; in tipc_link_timeout()
780 mtyp = RESET_MSG; in tipc_link_timeout()
784 mtyp = ACTIVATE_MSG; in tipc_link_timeout()
795 tipc_link_build_proto_msg(l, mtyp, probe, 0, 0, 0, 0, xmitq); in tipc_link_timeout()
1223 int mtyp = RESET_MSG; in tipc_link_build_reset_msg() local
1227 mtyp = ACTIVATE_MSG; in tipc_link_build_reset_msg()
1229 tipc_link_build_proto_msg(l, mtyp, 0, 0, 0, 0, 0, xmitq); in tipc_link_build_reset_msg()
1330 static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe, in tipc_link_build_proto_msg() argument
1348 if (!tipc_link_is_up(l) && (mtyp == STATE_MSG)) in tipc_link_build_proto_msg()
1354 skb = tipc_msg_create(LINK_PROTOCOL, mtyp, INT_H_SIZE, in tipc_link_build_proto_msg()
1376 if (mtyp == STATE_MSG) { in tipc_link_build_proto_msg()
1437 int mtyp, struct sk_buff_head *xmitq) in tipc_link_tnl_prepare() argument
1465 mtyp, INT_H_SIZE, l->addr); in tipc_link_tnl_prepare()
1493 if (mtyp == FAILOVER_MSG) { in tipc_link_tnl_prepare()
1507 int mtyp = msg_type(hdr); in tipc_link_validate_msg() local
1512 switch (mtyp) { in tipc_link_validate_msg()
1558 int mtyp = msg_type(hdr); in tipc_link_proto_rcv() local
1577 switch (mtyp) { in tipc_link_proto_rcv()
1600 else if ((mtyp == RESET_MSG) || !link_is_up(l)) in tipc_link_proto_rcv()
1604 if ((mtyp == ACTIVATE_MSG) && (l->state == LINK_ESTABLISHING)) in tipc_link_proto_rcv()
1714 int mtyp = msg_type(hdr); in tipc_link_bc_init_rcv() local
1733 if ((mtyp == RESET_MSG) || (mtyp == ACTIVATE_MSG)) in tipc_link_bc_init_rcv()
1882 int mtyp = msg_type(hdr); in tipc_link_bc_nack_rcv() local
1894 if (mtyp != STATE_MSG) in tipc_link_bc_nack_rcv()