Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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
236 src, sugg, peer_id, mtyp)) in tipc_disc_rcv()
255 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,
808 int mtyp = 0; in tipc_link_timeout() local
822 mtyp = STATE_MSG; in tipc_link_timeout()
845 mtyp = RESET_MSG; in tipc_link_timeout()
849 mtyp = ACTIVATE_MSG; in tipc_link_timeout()
860 tipc_link_build_proto_msg(l, mtyp, probe, 0, 0, 0, 0, xmitq); in tipc_link_timeout()
1702 int mtyp = RESET_MSG; in tipc_link_build_reset_msg() local
1706 mtyp = ACTIVATE_MSG; in tipc_link_build_reset_msg()
1708 tipc_link_build_proto_msg(l, mtyp, 0, 0, 0, 0, 0, xmitq); in tipc_link_build_reset_msg()
1820 static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe, in tipc_link_build_proto_msg() argument
[all …]
Dmsg.h400 int mtyp = msg_type(m); in msg_in_group() local
402 return mtyp >= TIPC_GRP_MEMBER_EVT && mtyp <= TIPC_GRP_UCAST_MSG; in msg_in_group()
417 int mtyp = msg_type(m); in msg_mcast() local
419 return ((mtyp == TIPC_MCAST_MSG) || (mtyp == TIPC_GRP_BCAST_MSG) || in msg_mcast()
420 (mtyp == TIPC_GRP_MCAST_MSG)); in msg_mcast()
Dlink.h90 int mtyp, struct sk_buff_head *xmitq);
Dsocket.c1188 int user, mtyp, hlen; in tipc_sk_mcast_rcv() local
1198 mtyp = msg_type(hdr); in tipc_sk_mcast_rcv()
1203 if (mtyp == TIPC_GRP_UCAST_MSG || user == GROUP_PROTOCOL) { in tipc_sk_mcast_rcv()
1323 int mtyp = msg_type(hdr); in tipc_sk_conn_proto_rcv() local
1351 if (mtyp == CONN_PROBE) { in tipc_sk_conn_proto_rcv()
1356 } else if (mtyp == CONN_ACK) { in tipc_sk_conn_proto_rcv()
1364 } else if (mtyp != CONN_PROBE_REPLY) { in tipc_sk_conn_proto_rcv()
2341 int mtyp = msg_type(hdr); in tipc_sk_filter_rcv() local
2355 if (unlikely(!grp) && mtyp == TIPC_MCAST_MSG) in tipc_sk_filter_rcv()
Dnode.c1906 int mtyp = msg_type(hdr); in tipc_node_check_state() local
1966 if ((usr == TUNNEL_PROTOCOL) && (mtyp == FAILOVER_MSG)) { in tipc_node_check_state()
2005 if ((usr == TUNNEL_PROTOCOL) && (mtyp == SYNCH_MSG) && (oseqno == 1)) { in tipc_node_check_state()
2036 if ((usr == TUNNEL_PROTOCOL) && (mtyp == SYNCH_MSG)) in tipc_node_check_state()
/kernel/linux/linux-5.10/drivers/iio/temperature/
Dmlx90632.c137 u8 mtyp; member
673 data->mtyp == MLX90632_MTYP_EXTENDED) { in mlx90632_calc_object_dsp105()
870 mlx90632->mtyp = MLX90632_MTYP_MEDICAL; in mlx90632_probe()
900 mlx90632->mtyp = MLX90632_MTYP_EXTENDED; in mlx90632_probe()
/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/
Dhfc_multi.h140 struct hm_map *mtyp; member
Dhfcmulti.c5031 hc->mtyp = m; in hfcmulti_init()