Home
last modified time | relevance | path

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

/Linux-v5.10/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()
101 static void tipc_disc_msg_xmit(struct net *net, u32 mtyp, u32 dst, in tipc_disc_msg_xmit() argument
113 tipc_disc_init_msg(net, skb, mtyp, b); in tipc_disc_msg_xmit()
146 int mtyp) in tipc_disc_addr_trial_msg() argument
153 if (mtyp == DSC_TRIAL_FAIL_MSG) { in tipc_disc_addr_trial_msg()
176 if (mtyp != DSC_TRIAL_MSG) in tipc_disc_addr_trial_msg()
207 u32 mtyp = msg_type(hdr); in tipc_disc_rcv() local
233 src, sugg, peer_id, mtyp)) in tipc_disc_rcv()
252 if (mtyp != DSC_REQ_MSG) in tipc_disc_rcv()
Dgroup.c102 int mtyp, struct sk_buff_head *xmitq);
476 int mtyp = msg_type(hdr); in tipc_group_sort_msg() local
479 if (mtyp == TIPC_GRP_BCAST_MSG || mtyp == TIPC_GRP_MCAST_MSG) { in tipc_group_sort_msg()
504 int mtyp, blks; in tipc_group_filter_msg() local
529 mtyp = msg_type(hdr); in tipc_group_filter_msg()
539 switch (mtyp) { in tipc_group_filter_msg()
703 int mtyp, struct sk_buff_head *xmitq) in tipc_group_proto_xmit() argument
709 skb = tipc_msg_create(GROUP_PROTOCOL, mtyp, INT_H_SIZE, 0, in tipc_group_proto_xmit()
722 if (mtyp == GRP_JOIN_MSG) { in tipc_group_proto_xmit()
726 } else if (mtyp == GRP_LEAVE_MSG) { in tipc_group_proto_xmit()
[all …]
Dlink.c240 static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe,
803 int mtyp = 0; in tipc_link_timeout() local
817 mtyp = STATE_MSG; in tipc_link_timeout()
840 mtyp = RESET_MSG; in tipc_link_timeout()
844 mtyp = ACTIVATE_MSG; in tipc_link_timeout()
855 tipc_link_build_proto_msg(l, mtyp, probe, 0, 0, 0, 0, xmitq); in tipc_link_timeout()
1689 int mtyp = RESET_MSG; in tipc_link_build_reset_msg() local
1693 mtyp = ACTIVATE_MSG; in tipc_link_build_reset_msg()
1695 tipc_link_build_proto_msg(l, mtyp, 0, 0, 0, 0, 0, xmitq); in tipc_link_build_reset_msg()
1807 static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe, in tipc_link_build_proto_msg() argument
[all …]
Dmsg.h399 int mtyp = msg_type(m); in msg_in_group() local
401 return mtyp >= TIPC_GRP_MEMBER_EVT && mtyp <= TIPC_GRP_UCAST_MSG; in msg_in_group()
416 int mtyp = msg_type(m); in msg_mcast() local
418 return ((mtyp == TIPC_MCAST_MSG) || (mtyp == TIPC_GRP_BCAST_MSG) || in msg_mcast()
419 (mtyp == TIPC_GRP_MCAST_MSG)); in msg_mcast()
Dlink.h90 int mtyp, struct sk_buff_head *xmitq);
Dsocket.c1186 int user, mtyp, hlen; in tipc_sk_mcast_rcv() local
1196 mtyp = msg_type(hdr); in tipc_sk_mcast_rcv()
1201 if (mtyp == TIPC_GRP_UCAST_MSG || user == GROUP_PROTOCOL) { in tipc_sk_mcast_rcv()
1318 int mtyp = msg_type(hdr); in tipc_sk_conn_proto_rcv() local
1346 if (mtyp == CONN_PROBE) { in tipc_sk_conn_proto_rcv()
1351 } else if (mtyp == CONN_ACK) { in tipc_sk_conn_proto_rcv()
1359 } else if (mtyp != CONN_PROBE_REPLY) { in tipc_sk_conn_proto_rcv()
2311 int mtyp = msg_type(hdr); in tipc_sk_filter_rcv() local
2325 if (unlikely(!grp) && mtyp == TIPC_MCAST_MSG) in tipc_sk_filter_rcv()
Dnode.c1893 int mtyp = msg_type(hdr); in tipc_node_check_state() local
1953 if ((usr == TUNNEL_PROTOCOL) && (mtyp == FAILOVER_MSG)) { in tipc_node_check_state()
1992 if ((usr == TUNNEL_PROTOCOL) && (mtyp == SYNCH_MSG) && (oseqno == 1)) { in tipc_node_check_state()
2023 if ((usr == TUNNEL_PROTOCOL) && (mtyp == SYNCH_MSG)) in tipc_node_check_state()
/Linux-v5.10/drivers/iio/temperature/
Dmlx90632.c137 u8 mtyp; member
667 data->mtyp == MLX90632_MTYP_EXTENDED) { in mlx90632_calc_object_dsp105()
864 mlx90632->mtyp = MLX90632_MTYP_MEDICAL; in mlx90632_probe()
894 mlx90632->mtyp = MLX90632_MTYP_EXTENDED; in mlx90632_probe()
/Linux-v5.10/drivers/isdn/hardware/mISDN/
Dhfc_multi.h140 struct hm_map *mtyp; member
Dhfcmulti.c5024 hc->mtyp = m; in hfcmulti_init()