Searched refs:rcast (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/net/tipc/ |
D | udp_media.c | 103 struct udp_replicast rcast; member 237 struct udp_replicast *rcast; in tipc_udp_send_msg() local 256 &ub->rcast.dst_cache); in tipc_udp_send_msg() 259 list_for_each_entry_rcu(rcast, &ub->rcast.list, list) { in tipc_udp_send_msg() 268 err = tipc_udp_xmit(net, _skb, ub, src, &rcast->addr, in tipc_udp_send_msg() 269 &rcast->dst_cache); in tipc_udp_send_msg() 282 struct udp_replicast *rcast, *tmp; in tipc_udp_is_known_peer() local 291 list_for_each_entry_safe(rcast, tmp, &ub->rcast.list, list) { in tipc_udp_is_known_peer() 292 if (!memcmp(&rcast->addr, addr, sizeof(struct udp_media_addr))) in tipc_udp_is_known_peer() 302 struct udp_replicast *rcast; in tipc_udp_rcast_add() local [all …]
|
D | bcast.c | 220 method->rcast = true; in tipc_bcast_select_xmit_method() 225 method->rcast = false; in tipc_bcast_select_xmit_method() 239 method->rcast = false; in tipc_bcast_select_xmit_method() 244 method->rcast = true; in tipc_bcast_select_xmit_method() 249 method->rcast = dests <= bb->bc_threshold; in tipc_bcast_select_xmit_method() 357 if (method->rcast) in tipc_mcast_send_sync() 383 bool rcast = method->rcast; in tipc_mcast_xmit() local 404 msg_set_is_rcast(hdr, method->rcast); in tipc_mcast_xmit() 407 if (rcast != method->rcast) { in tipc_mcast_xmit() 411 rcast, rc); in tipc_mcast_xmit() [all …]
|
D | bcast.h | 75 bool rcast; member
|
D | socket.c | 943 method->rcast = true; in tipc_send_group_msg() 1093 bool ack = method->mandatory && method->rcast; in tipc_send_group_bcast() 3106 tsk->mc_method.rcast = true; in tipc_sk_join() 3198 tsk->mc_method.rcast = false; in tipc_setsockopt() 3202 tsk->mc_method.rcast = true; in tipc_setsockopt()
|