/kernel/linux/linux-5.10/net/tipc/ |
D | discover.c | 81 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()
|
D | group.c | 102 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 …]
|
D | link.c | 240 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 …]
|
D | msg.h | 400 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()
|
D | link.h | 90 int mtyp, struct sk_buff_head *xmitq);
|
D | socket.c | 1188 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()
|
D | node.c | 1906 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/ |
D | mlx90632.c | 137 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/ |
D | hfc_multi.h | 140 struct hm_map *mtyp; member
|
D | hfcmulti.c | 5031 hc->mtyp = m; in hfcmulti_init()
|