Home
last modified time | relevance | path

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

/linux/net/tipc/
H A Dudp_media.c105 struct udp_replicast rcast; member
243 struct udp_replicast *rcast; in tipc_udp_send_msg() local
262 &ub->rcast.dst_cache); in tipc_udp_send_msg()
265 list_for_each_entry_rcu(rcast, &ub->rcast.list, list) { in tipc_udp_send_msg()
274 err = tipc_udp_xmit(net, _skb, ub, src, &rcast->addr, in tipc_udp_send_msg()
275 &rcast->dst_cache); in tipc_udp_send_msg()
288 struct udp_replicast *rcast; in tipc_udp_rcast_add() local
300 list_for_each_entry(rcast, &ub->rcast.list, list) { in tipc_udp_rcast_add()
301 if (!memcmp(&rcast->addr, addr, sizeof(*addr))) { in tipc_udp_rcast_add()
307 rcast = kmalloc_obj(*rcast, GFP_ATOMIC); in tipc_udp_rcast_add()
[all …]
H A Dbcast.c220 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 Dbcast.h75 bool rcast; member
H A Dsocket.c942 method->rcast = true; in tipc_send_group_msg()
1091 bool ack = method->mandatory && method->rcast; in tipc_send_group_bcast()
3105 tsk->mc_method.rcast = true; in tipc_sk_join()
3197 tsk->mc_method.rcast = false; in tipc_setsockopt()
3201 tsk->mc_method.rcast = true; in tipc_setsockopt()