Lines Matching refs:mtyp
102 int mtyp, struct sk_buff_head *xmitq);
476 int mtyp = msg_type(hdr); in tipc_group_sort_msg() local
479 if (mtyp == TIPC_GRP_BCAST_MSG || mtyp == TIPC_GRP_MCAST_MSG) { in tipc_group_sort_msg()
504 int mtyp, blks; in tipc_group_filter_msg() local
529 mtyp = msg_type(hdr); in tipc_group_filter_msg()
539 switch (mtyp) { in tipc_group_filter_msg()
703 int mtyp, struct sk_buff_head *xmitq) in tipc_group_proto_xmit() argument
709 skb = tipc_msg_create(GROUP_PROTOCOL, mtyp, INT_H_SIZE, 0, in tipc_group_proto_xmit()
722 if (mtyp == GRP_JOIN_MSG) { in tipc_group_proto_xmit()
726 } else if (mtyp == GRP_LEAVE_MSG) { in tipc_group_proto_xmit()
728 } else if (mtyp == GRP_ADV_MSG) { in tipc_group_proto_xmit()
731 } else if (mtyp == GRP_ACK_MSG) { in tipc_group_proto_xmit()
733 } else if (mtyp == GRP_REMIT_MSG) { in tipc_group_proto_xmit()