Lines Matching refs:mtyp
102 int mtyp, struct sk_buff_head *xmitq);
470 int mtyp = msg_type(hdr); in tipc_group_sort_msg() local
473 if (mtyp == TIPC_GRP_BCAST_MSG || mtyp == TIPC_GRP_MCAST_MSG) { in tipc_group_sort_msg()
498 int mtyp, blks; in tipc_group_filter_msg() local
523 mtyp = msg_type(hdr); in tipc_group_filter_msg()
533 switch (mtyp) { in tipc_group_filter_msg()
697 int mtyp, struct sk_buff_head *xmitq) in tipc_group_proto_xmit() argument
703 skb = tipc_msg_create(GROUP_PROTOCOL, mtyp, INT_H_SIZE, 0, in tipc_group_proto_xmit()
716 if (mtyp == GRP_JOIN_MSG) { in tipc_group_proto_xmit()
720 } else if (mtyp == GRP_LEAVE_MSG) { in tipc_group_proto_xmit()
722 } else if (mtyp == GRP_ADV_MSG) { in tipc_group_proto_xmit()
725 } else if (mtyp == GRP_ACK_MSG) { in tipc_group_proto_xmit()
727 } else if (mtyp == GRP_REMIT_MSG) { in tipc_group_proto_xmit()