Lines Matching refs:mtyp
103 int mtyp, struct sk_buff_head *xmitq);
477 int mtyp = msg_type(hdr); in tipc_group_sort_msg() local
480 if (mtyp == TIPC_GRP_BCAST_MSG || mtyp == TIPC_GRP_MCAST_MSG) { in tipc_group_sort_msg()
505 int mtyp, blks; in tipc_group_filter_msg() local
530 mtyp = msg_type(hdr); in tipc_group_filter_msg()
540 switch (mtyp) { in tipc_group_filter_msg()
704 int mtyp, struct sk_buff_head *xmitq) in tipc_group_proto_xmit() argument
710 skb = tipc_msg_create(GROUP_PROTOCOL, mtyp, INT_H_SIZE, 0, in tipc_group_proto_xmit()
723 if (mtyp == GRP_JOIN_MSG) { in tipc_group_proto_xmit()
727 } else if (mtyp == GRP_LEAVE_MSG) { in tipc_group_proto_xmit()
729 } else if (mtyp == GRP_ADV_MSG) { in tipc_group_proto_xmit()
732 } else if (mtyp == GRP_ACK_MSG) { in tipc_group_proto_xmit()
734 } else if (mtyp == GRP_REMIT_MSG) { in tipc_group_proto_xmit()