Home
last modified time | relevance | path

Searched refs:mtyp (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/net/tipc/
Ddiscover.c81 u32 mtyp, struct tipc_bearer *b) in tipc_disc_init_msg() argument
88 tipc_msg_init(tn->trial_addr, hdr, LINK_CONFIG, mtyp, in tipc_disc_init_msg()
100 static void tipc_disc_msg_xmit(struct net *net, u32 mtyp, u32 dst, in tipc_disc_msg_xmit() argument
112 tipc_disc_init_msg(net, skb, mtyp, b); in tipc_disc_msg_xmit()
145 int mtyp) in tipc_disc_addr_trial_msg() argument
152 if (mtyp == DSC_TRIAL_FAIL_MSG) { in tipc_disc_addr_trial_msg()
174 if (mtyp != DSC_TRIAL_MSG) in tipc_disc_addr_trial_msg()
204 u32 mtyp = msg_type(hdr); in tipc_disc_rcv() local
230 src, sugg, peer_id, mtyp)) in tipc_disc_rcv()
249 if (mtyp != DSC_REQ_MSG) in tipc_disc_rcv()
Dgroup.c102 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()
[all …]
Dlink.c241 static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe,
750 int mtyp = 0; in tipc_link_timeout() local
762 mtyp = STATE_MSG; in tipc_link_timeout()
780 mtyp = RESET_MSG; in tipc_link_timeout()
784 mtyp = ACTIVATE_MSG; in tipc_link_timeout()
795 tipc_link_build_proto_msg(l, mtyp, probe, 0, 0, 0, 0, xmitq); in tipc_link_timeout()
1223 int mtyp = RESET_MSG; in tipc_link_build_reset_msg() local
1227 mtyp = ACTIVATE_MSG; in tipc_link_build_reset_msg()
1229 tipc_link_build_proto_msg(l, mtyp, 0, 0, 0, 0, 0, xmitq); in tipc_link_build_reset_msg()
1330 static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe, in tipc_link_build_proto_msg() argument
[all …]
Dmsg.h279 int mtyp = msg_type(m); in msg_in_group() local
281 return mtyp >= TIPC_GRP_MEMBER_EVT && mtyp <= TIPC_GRP_UCAST_MSG; in msg_in_group()
296 int mtyp = msg_type(m); in msg_mcast() local
298 return ((mtyp == TIPC_MCAST_MSG) || (mtyp == TIPC_GRP_BCAST_MSG) || in msg_mcast()
299 (mtyp == TIPC_GRP_MCAST_MSG)); in msg_mcast()
Dlink.h90 int mtyp, struct sk_buff_head *xmitq);
Dsocket.c1123 int user, mtyp, hlen; in tipc_sk_mcast_rcv() local
1133 mtyp = msg_type(hdr); in tipc_sk_mcast_rcv()
1138 if (mtyp == TIPC_GRP_UCAST_MSG || user == GROUP_PROTOCOL) { in tipc_sk_mcast_rcv()
1205 int mtyp = msg_type(hdr); in tipc_sk_conn_proto_rcv() local
1231 if (mtyp == CONN_PROBE) { in tipc_sk_conn_proto_rcv()
1236 } else if (mtyp == CONN_ACK) { in tipc_sk_conn_proto_rcv()
1243 } else if (mtyp != CONN_PROBE_REPLY) { in tipc_sk_conn_proto_rcv()
Dnode.c1561 int mtyp = msg_type(hdr); in tipc_node_check_state() local
1615 if ((usr == TUNNEL_PROTOCOL) && (mtyp == FAILOVER_MSG)) { in tipc_node_check_state()
1650 if ((usr == TUNNEL_PROTOCOL) && (mtyp == SYNCH_MSG) && (oseqno == 1)) { in tipc_node_check_state()
1678 if ((usr == TUNNEL_PROTOCOL) && (mtyp == SYNCH_MSG)) in tipc_node_check_state()
/Linux-v4.19/drivers/isdn/hardware/mISDN/
Dhfc_multi.h140 struct hm_map *mtyp; member
Dhfcmulti.c5037 hc->mtyp = m; in hfcmulti_init()