mtyp              140 drivers/isdn/hardware/mISDN/hfc_multi.h 	struct hm_map	*mtyp;
mtyp             5024 drivers/isdn/hardware/mISDN/hfcmulti.c 	hc->mtyp = m;
mtyp               81 net/tipc/discover.c 			       u32 mtyp,  struct tipc_bearer *b)
mtyp               88 net/tipc/discover.c 	tipc_msg_init(tn->trial_addr, hdr, LINK_CONFIG, mtyp,
mtyp              100 net/tipc/discover.c static void tipc_disc_msg_xmit(struct net *net, u32 mtyp, u32 dst,
mtyp              112 net/tipc/discover.c 	tipc_disc_init_msg(net, skb, mtyp, b);
mtyp              145 net/tipc/discover.c 				     int mtyp)
mtyp              152 net/tipc/discover.c 	if (mtyp == DSC_TRIAL_FAIL_MSG) {
mtyp              175 net/tipc/discover.c 	if (mtyp != DSC_TRIAL_MSG)
mtyp              205 net/tipc/discover.c 	u32 mtyp = msg_type(hdr);
mtyp              231 net/tipc/discover.c 				     src, sugg, peer_id, mtyp))
mtyp              250 net/tipc/discover.c 	if (mtyp != DSC_REQ_MSG)
mtyp              102 net/tipc/group.c 				  int mtyp, struct sk_buff_head *xmitq);
mtyp              470 net/tipc/group.c 	int mtyp = msg_type(hdr);
mtyp              473 net/tipc/group.c 	if (mtyp == TIPC_GRP_BCAST_MSG || mtyp == TIPC_GRP_MCAST_MSG) {
mtyp              498 net/tipc/group.c 	int mtyp, blks;
mtyp              523 net/tipc/group.c 		mtyp = msg_type(hdr);
mtyp              533 net/tipc/group.c 		switch (mtyp) {
mtyp              697 net/tipc/group.c 				  int mtyp, struct sk_buff_head *xmitq)
mtyp              703 net/tipc/group.c 	skb = tipc_msg_create(GROUP_PROTOCOL, mtyp, INT_H_SIZE, 0,
mtyp              716 net/tipc/group.c 	if (mtyp == GRP_JOIN_MSG) {
mtyp              720 net/tipc/group.c 	} else if (mtyp == GRP_LEAVE_MSG) {
mtyp              722 net/tipc/group.c 	} else if (mtyp == GRP_ADV_MSG) {
mtyp              725 net/tipc/group.c 	} else if (mtyp == GRP_ACK_MSG) {
mtyp              727 net/tipc/group.c 	} else if (mtyp == GRP_REMIT_MSG) {
mtyp              237 net/tipc/link.c static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe,
mtyp              769 net/tipc/link.c 	int mtyp = 0;
mtyp              783 net/tipc/link.c 		mtyp = STATE_MSG;
mtyp              801 net/tipc/link.c 		mtyp = RESET_MSG;
mtyp              805 net/tipc/link.c 		mtyp = ACTIVATE_MSG;
mtyp              816 net/tipc/link.c 		tipc_link_build_proto_msg(l, mtyp, probe, 0, 0, 0, 0, xmitq);
mtyp             1490 net/tipc/link.c 	int mtyp = RESET_MSG;
mtyp             1494 net/tipc/link.c 		mtyp = ACTIVATE_MSG;
mtyp             1496 net/tipc/link.c 	tipc_link_build_proto_msg(l, mtyp, 0, 0, 0, 0, 0, xmitq);
mtyp             1600 net/tipc/link.c static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe,
mtyp             1619 net/tipc/link.c 	if (!tipc_link_is_up(l) && (mtyp == STATE_MSG))
mtyp             1625 net/tipc/link.c 	skb = tipc_msg_create(LINK_PROTOCOL, mtyp, INT_H_SIZE,
mtyp             1647 net/tipc/link.c 	if (mtyp == STATE_MSG) {
mtyp             1663 net/tipc/link.c 		if (mtyp == ACTIVATE_MSG) {
mtyp             1715 net/tipc/link.c 			   int mtyp, struct sk_buff_head *xmitq)
mtyp             1751 net/tipc/link.c 	if (mtyp == SYNCH_MSG && (tnl->peer_caps & TIPC_TUNNEL_ENHANCED)) {
mtyp             1773 net/tipc/link.c 		      mtyp, INT_H_SIZE, l->addr);
mtyp             1774 net/tipc/link.c 	if (mtyp == SYNCH_MSG)
mtyp             1798 net/tipc/link.c 			if (mtyp == FAILOVER_MSG &&
mtyp             1844 net/tipc/link.c 	if (mtyp == FAILOVER_MSG) {
mtyp             1900 net/tipc/link.c 	int mtyp = msg_type(hdr);
mtyp             1905 net/tipc/link.c 	switch (mtyp) {
mtyp             1952 net/tipc/link.c 	int mtyp = msg_type(hdr);
mtyp             1976 net/tipc/link.c 	switch (mtyp) {
mtyp             2005 net/tipc/link.c 		if (mtyp == ACTIVATE_MSG && msg_dest_session_valid(hdr) &&
mtyp             2013 net/tipc/link.c 		if (mtyp == RESET_MSG || !link_is_up(l))
mtyp             2017 net/tipc/link.c 		if (mtyp == ACTIVATE_MSG && l->state == LINK_ESTABLISHING)
mtyp             2136 net/tipc/link.c 	int mtyp = msg_type(hdr);
mtyp             2155 net/tipc/link.c 	if ((mtyp == RESET_MSG) || (mtyp == ACTIVATE_MSG))
mtyp             2268 net/tipc/link.c 	int mtyp = msg_type(hdr);
mtyp             2280 net/tipc/link.c 	if (mtyp != STATE_MSG)
mtyp               90 net/tipc/link.h 			   int mtyp, struct sk_buff_head *xmitq);
mtyp              333 net/tipc/msg.h 	int mtyp = msg_type(m);
mtyp              335 net/tipc/msg.h 	return mtyp >= TIPC_GRP_MEMBER_EVT && mtyp <= TIPC_GRP_UCAST_MSG;
mtyp              350 net/tipc/msg.h 	int mtyp = msg_type(m);
mtyp              352 net/tipc/msg.h 	return ((mtyp == TIPC_MCAST_MSG) || (mtyp == TIPC_GRP_BCAST_MSG) ||
mtyp              353 net/tipc/msg.h 		(mtyp == TIPC_GRP_MCAST_MSG));
mtyp             1652 net/tipc/node.c 	int mtyp = msg_type(hdr);
mtyp             1712 net/tipc/node.c 	if ((usr == TUNNEL_PROTOCOL) && (mtyp == FAILOVER_MSG)) {
mtyp             1751 net/tipc/node.c 	if ((usr == TUNNEL_PROTOCOL) && (mtyp == SYNCH_MSG) && (oseqno == 1)) {
mtyp             1782 net/tipc/node.c 		if ((usr == TUNNEL_PROTOCOL) && (mtyp == SYNCH_MSG))
mtyp             1141 net/tipc/socket.c 	int user, mtyp, hlen;
mtyp             1151 net/tipc/socket.c 		mtyp = msg_type(hdr);
mtyp             1156 net/tipc/socket.c 		if (mtyp == TIPC_GRP_UCAST_MSG || user == GROUP_PROTOCOL) {
mtyp             1223 net/tipc/socket.c 	int mtyp = msg_type(hdr);
mtyp             1251 net/tipc/socket.c 	if (mtyp == CONN_PROBE) {
mtyp             1256 net/tipc/socket.c 	} else if (mtyp == CONN_ACK) {
mtyp             1263 net/tipc/socket.c 	} else if (mtyp != CONN_PROBE_REPLY) {
mtyp             2159 net/tipc/socket.c 	int mtyp = msg_type(hdr);
mtyp             2173 net/tipc/socket.c 	if (unlikely(!grp) && mtyp == TIPC_MCAST_MSG)