Searched refs:mtyp (Results 1 – 10 of 10) sorted by relevance
/linux/net/tipc/ |
A D | discover.c | 82 u32 mtyp, struct tipc_bearer *b) in tipc_disc_init_msg() argument 89 tipc_msg_init(tn->trial_addr, hdr, LINK_CONFIG, mtyp, in tipc_disc_init_msg() 102 static void tipc_disc_msg_xmit(struct net *net, u32 mtyp, u32 dst, in tipc_disc_msg_xmit() argument 114 tipc_disc_init_msg(net, skb, mtyp, b); in tipc_disc_msg_xmit() 147 int mtyp) in tipc_disc_addr_trial_msg() argument 154 if (mtyp == DSC_TRIAL_FAIL_MSG) { in tipc_disc_addr_trial_msg() 177 if (mtyp != DSC_TRIAL_MSG) in tipc_disc_addr_trial_msg() 208 u32 mtyp = msg_type(hdr); in tipc_disc_rcv() local 234 src, sugg, peer_id, mtyp)) in tipc_disc_rcv() 253 if (mtyp != DSC_REQ_MSG) in tipc_disc_rcv()
|
A D | group.c | 103 int mtyp, struct sk_buff_head *xmitq); 477 int mtyp = msg_type(hdr); in tipc_group_sort_msg() local 480 if (mtyp == TIPC_GRP_BCAST_MSG || mtyp == TIPC_GRP_MCAST_MSG) { in tipc_group_sort_msg() 505 int mtyp, blks; in tipc_group_filter_msg() local 530 mtyp = msg_type(hdr); in tipc_group_filter_msg() 540 switch (mtyp) { in tipc_group_filter_msg() 723 if (mtyp == GRP_JOIN_MSG) { in tipc_group_proto_xmit() 727 } else if (mtyp == GRP_LEAVE_MSG) { in tipc_group_proto_xmit() 729 } else if (mtyp == GRP_ADV_MSG) { in tipc_group_proto_xmit() 732 } else if (mtyp == GRP_ACK_MSG) { in tipc_group_proto_xmit() [all …]
|
A D | link.c | 843 int mtyp = 0; in tipc_link_timeout() local 857 mtyp = STATE_MSG; in tipc_link_timeout() 880 mtyp = RESET_MSG; in tipc_link_timeout() 884 mtyp = ACTIVATE_MSG; in tipc_link_timeout() 1737 int mtyp = RESET_MSG; in tipc_link_build_reset_msg() local 1741 mtyp = ACTIVATE_MSG; in tipc_link_build_reset_msg() 2031 if (mtyp == SYNCH_MSG) in tipc_link_tnl_prepare() 2162 switch (mtyp) { in tipc_link_validate_msg() 2232 switch (mtyp) { in tipc_link_proto_rcv() 2409 if ((mtyp == RESET_MSG) || (mtyp == ACTIVATE_MSG)) in tipc_link_bc_init_rcv() [all …]
|
A 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()
|
A D | link.h | 90 int mtyp, struct sk_buff_head *xmitq);
|
A D | socket.c | 1203 int user, mtyp, hlen; in tipc_sk_mcast_rcv() local 1214 mtyp = msg_type(hdr); in tipc_sk_mcast_rcv() 1225 if (mtyp == TIPC_GRP_UCAST_MSG || user == GROUP_PROTOCOL) { in tipc_sk_mcast_rcv() 1334 int mtyp = msg_type(hdr); in tipc_sk_conn_proto_rcv() local 1362 if (mtyp == CONN_PROBE) { in tipc_sk_conn_proto_rcv() 1367 } else if (mtyp == CONN_ACK) { in tipc_sk_conn_proto_rcv() 1375 } else if (mtyp != CONN_PROBE_REPLY) { in tipc_sk_conn_proto_rcv() 2342 int mtyp = msg_type(hdr); in tipc_sk_filter_rcv() local 2356 if (unlikely(!grp) && mtyp == TIPC_MCAST_MSG) in tipc_sk_filter_rcv()
|
A D | node.c | 1923 int mtyp = msg_type(hdr); in tipc_node_check_state() local 1983 if ((usr == TUNNEL_PROTOCOL) && (mtyp == FAILOVER_MSG)) { in tipc_node_check_state() 2022 if ((usr == TUNNEL_PROTOCOL) && (mtyp == SYNCH_MSG) && (oseqno == 1)) { in tipc_node_check_state() 2053 if ((usr == TUNNEL_PROTOCOL) && (mtyp == SYNCH_MSG)) in tipc_node_check_state()
|
/linux/drivers/iio/temperature/ |
A 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()
|
/linux/drivers/isdn/hardware/mISDN/ |
A D | hfc_multi.h | 140 struct hm_map *mtyp; member
|
A D | hfcmulti.c | 5022 hc->mtyp = m; in hfcmulti_init()
|
Completed in 47 milliseconds