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