Searched refs:rcast (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/tipc/
H A Dudp_media.c96 * @rcast: associated udp_replicast container
103 struct udp_replicast rcast; member in struct:udp_bearer
237 struct udp_replicast *rcast; local
256 &ub->rcast.dst_cache);
259 list_for_each_entry_rcu(rcast, &ub->rcast.list, list) {
268 err = tipc_udp_xmit(net, _skb, ub, src, &rcast->addr,
269 &rcast->dst_cache);
282 struct udp_replicast *rcast, *tmp; local
291 list_for_each_entry_safe(rcast, tm
302 struct udp_replicast *rcast; local
460 struct udp_replicast *rcast, *tmp; local
806 struct udp_replicast *rcast, *tmp; local
[all...]
H A Dbcast.c220 method->rcast = true;
225 method->rcast = false;
239 method->rcast = false;
244 method->rcast = true;
249 method->rcast = dests <= bb->bc_threshold;
357 if (method->rcast)
383 bool rcast = method->rcast; local
404 msg_set_is_rcast(hdr, method->rcast);
407 if (rcast !
[all...]
H A Dbcast.h69 * @rcast: replicast (instead of broadcast) was used at previous xmit
75 bool rcast; member in struct:tipc_mc_method
H A Dsocket.c940 method->rcast = true;
1090 bool ack = method->mandatory && method->rcast;
3102 tsk->mc_method.rcast = true;
3194 tsk->mc_method.rcast = false;
3198 tsk->mc_method.rcast = true;

Completed in 339 milliseconds