Lines Matching refs:mtyp
102 int mtyp, struct sk_buff_head *xmitq);
469 int mtyp = msg_type(hdr); in tipc_group_sort_msg() local
472 if (mtyp == TIPC_GRP_BCAST_MSG || mtyp == TIPC_GRP_MCAST_MSG) { in tipc_group_sort_msg()
497 int mtyp, blks; in tipc_group_filter_msg() local
522 mtyp = msg_type(hdr); in tipc_group_filter_msg()
532 switch (mtyp) { in tipc_group_filter_msg()
696 int mtyp, struct sk_buff_head *xmitq) in tipc_group_proto_xmit() argument
702 skb = tipc_msg_create(GROUP_PROTOCOL, mtyp, INT_H_SIZE, 0, in tipc_group_proto_xmit()
715 if (mtyp == GRP_JOIN_MSG) { in tipc_group_proto_xmit()
719 } else if (mtyp == GRP_LEAVE_MSG) { in tipc_group_proto_xmit()
721 } else if (mtyp == GRP_ADV_MSG) { in tipc_group_proto_xmit()
724 } else if (mtyp == GRP_ACK_MSG) { in tipc_group_proto_xmit()
726 } else if (mtyp == GRP_REMIT_MSG) { in tipc_group_proto_xmit()