Home
last modified time | relevance | path

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

/Linux-v4.19/net/tipc/
Dudp_media.c95 struct udp_replicast rcast; member
217 struct udp_replicast *rcast; in tipc_udp_send_msg() local
238 list_for_each_entry_rcu(rcast, &ub->rcast.list, list) { in tipc_udp_send_msg()
247 err = tipc_udp_xmit(net, _skb, ub, src, &rcast->addr); in tipc_udp_send_msg()
262 struct udp_replicast *rcast, *tmp; in tipc_udp_is_known_peer() local
271 list_for_each_entry_safe(rcast, tmp, &ub->rcast.list, list) { in tipc_udp_is_known_peer()
272 if (!memcmp(&rcast->addr, addr, sizeof(struct udp_media_addr))) in tipc_udp_is_known_peer()
282 struct udp_replicast *rcast; in tipc_udp_rcast_add() local
289 rcast = kmalloc(sizeof(*rcast), GFP_ATOMIC); in tipc_udp_rcast_add()
290 if (!rcast) in tipc_udp_rcast_add()
[all …]
Dbcast.c209 method->rcast = true; in tipc_bcast_select_xmit_method()
214 method->rcast = false; in tipc_bcast_select_xmit_method()
223 method->rcast = dests <= bb->bc_threshold; in tipc_bcast_select_xmit_method()
312 if (method->rcast) in tipc_mcast_xmit()
Dbcast.h69 bool rcast; member
Dsocket.c859 method->rcast = true; in tipc_send_group_msg()
1010 bool ack = method->mandatory && method->rcast; in tipc_send_group_bcast()
2799 tsk->mc_method.rcast = true; in tipc_sk_join()
2888 tsk->mc_method.rcast = false; in tipc_setsockopt()
2892 tsk->mc_method.rcast = true; in tipc_setsockopt()