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