Searched refs:rcast (Results 1 – 4 of 4) sorted by relevance
| /linux/net/tipc/ |
| H A D | udp_media.c | 95 * @rcast: associated udp_replicast container 102 struct udp_replicast rcast; 238 struct udp_replicast *rcast; in tipc_udp_send_msg() 257 &ub->rcast.dst_cache); in tipc_udp_send_msg() 260 list_for_each_entry_rcu(rcast, &ub->rcast.list, list) { in tipc_udp_send_msg() 269 err = tipc_udp_xmit(net, _skb, ub, src, &rcast->addr, in tipc_udp_send_msg() 270 &rcast->dst_cache); in tipc_udp_send_msg() 283 struct udp_replicast *rcast, *tmp; in tipc_udp_is_known_peer() 292 list_for_each_entry_safe(rcast, tm in tipc_udp_is_known_peer() 103 struct udp_replicast rcast; global() member 240 struct udp_replicast *rcast; tipc_udp_send_msg() local 285 struct udp_replicast *rcast, *tmp; tipc_udp_is_known_peer() local 305 struct udp_replicast *rcast; tipc_udp_rcast_add() local 463 struct udp_replicast *rcast, *tmp; tipc_udp_nl_dump_remoteip() local 809 struct udp_replicast *rcast, *tmp; cleanup_bearer() local [all...] |
| H A 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 …]
|
| H A D | bcast.h | 75 bool rcast; member
|
| H A D | socket.c | 940 method->rcast = true; in tipc_send_group_msg() 1089 bool ack = method->mandatory && method->rcast; in tipc_send_group_bcast() 3100 tsk->mc_method.rcast = true; in tipc_sk_join() 3192 tsk->mc_method.rcast = false; in tipc_setsockopt() 3196 tsk->mc_method.rcast = true; in tipc_setsockopt()
|