| /Linux-v5.4/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() 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() 175 if (mtyp != DSC_TRIAL_MSG) in tipc_disc_addr_trial_msg() 205 u32 mtyp = msg_type(hdr); in tipc_disc_rcv() local 231 src, sugg, peer_id, mtyp)) in tipc_disc_rcv() 250 if (mtyp != DSC_REQ_MSG) in tipc_disc_rcv()
|
| D | group.c | 102 int mtyp, struct sk_buff_head *xmitq); 470 int mtyp = msg_type(hdr); in tipc_group_sort_msg() local 473 if (mtyp == TIPC_GRP_BCAST_MSG || mtyp == TIPC_GRP_MCAST_MSG) { in tipc_group_sort_msg() 498 int mtyp, blks; in tipc_group_filter_msg() local 523 mtyp = msg_type(hdr); in tipc_group_filter_msg() 533 switch (mtyp) { in tipc_group_filter_msg() 697 int mtyp, struct sk_buff_head *xmitq) in tipc_group_proto_xmit() argument 703 skb = tipc_msg_create(GROUP_PROTOCOL, mtyp, INT_H_SIZE, 0, in tipc_group_proto_xmit() 716 if (mtyp == GRP_JOIN_MSG) { in tipc_group_proto_xmit() 720 } else if (mtyp == GRP_LEAVE_MSG) { in tipc_group_proto_xmit() [all …]
|
| D | link.c | 237 static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe, 769 int mtyp = 0; in tipc_link_timeout() local 783 mtyp = STATE_MSG; in tipc_link_timeout() 801 mtyp = RESET_MSG; in tipc_link_timeout() 805 mtyp = ACTIVATE_MSG; in tipc_link_timeout() 816 tipc_link_build_proto_msg(l, mtyp, probe, 0, 0, 0, 0, xmitq); in tipc_link_timeout() 1490 int mtyp = RESET_MSG; in tipc_link_build_reset_msg() local 1494 mtyp = ACTIVATE_MSG; in tipc_link_build_reset_msg() 1496 tipc_link_build_proto_msg(l, mtyp, 0, 0, 0, 0, 0, xmitq); in tipc_link_build_reset_msg() 1600 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 | 333 int mtyp = msg_type(m); in msg_in_group() local 335 return mtyp >= TIPC_GRP_MEMBER_EVT && mtyp <= TIPC_GRP_UCAST_MSG; in msg_in_group() 350 int mtyp = msg_type(m); in msg_mcast() local 352 return ((mtyp == TIPC_MCAST_MSG) || (mtyp == TIPC_GRP_BCAST_MSG) || in msg_mcast() 353 (mtyp == TIPC_GRP_MCAST_MSG)); in msg_mcast()
|
| D | link.h | 90 int mtyp, struct sk_buff_head *xmitq);
|
| D | socket.c | 1141 int user, mtyp, hlen; in tipc_sk_mcast_rcv() local 1151 mtyp = msg_type(hdr); in tipc_sk_mcast_rcv() 1156 if (mtyp == TIPC_GRP_UCAST_MSG || user == GROUP_PROTOCOL) { in tipc_sk_mcast_rcv() 1223 int mtyp = msg_type(hdr); in tipc_sk_conn_proto_rcv() local 1251 if (mtyp == CONN_PROBE) { in tipc_sk_conn_proto_rcv() 1256 } else if (mtyp == CONN_ACK) { in tipc_sk_conn_proto_rcv() 1263 } else if (mtyp != CONN_PROBE_REPLY) { in tipc_sk_conn_proto_rcv() 2153 int mtyp = msg_type(hdr); in tipc_sk_filter_rcv() local 2167 if (unlikely(!grp) && mtyp == TIPC_MCAST_MSG) in tipc_sk_filter_rcv()
|
| D | node.c | 1652 int mtyp = msg_type(hdr); in tipc_node_check_state() local 1712 if ((usr == TUNNEL_PROTOCOL) && (mtyp == FAILOVER_MSG)) { in tipc_node_check_state() 1751 if ((usr == TUNNEL_PROTOCOL) && (mtyp == SYNCH_MSG) && (oseqno == 1)) { in tipc_node_check_state() 1782 if ((usr == TUNNEL_PROTOCOL) && (mtyp == SYNCH_MSG)) in tipc_node_check_state()
|
| /Linux-v5.4/drivers/isdn/hardware/mISDN/ |
| D | hfc_multi.h | 140 struct hm_map *mtyp; member
|
| D | hfcmulti.c | 5024 hc->mtyp = m; in hfcmulti_init()
|