Searched refs:rcast (Results 1 – 4 of 4) sorted by relevance
/net/tipc/ |
D | udp_media.c | 97 struct udp_replicast rcast; member 231 struct udp_replicast *rcast; in tipc_udp_send_msg() local 250 &ub->rcast.dst_cache); in tipc_udp_send_msg() 253 list_for_each_entry_rcu(rcast, &ub->rcast.list, list) { in tipc_udp_send_msg() 262 err = tipc_udp_xmit(net, _skb, ub, src, &rcast->addr, in tipc_udp_send_msg() 263 &rcast->dst_cache); in tipc_udp_send_msg() 276 struct udp_replicast *rcast, *tmp; in tipc_udp_is_known_peer() local 285 list_for_each_entry_safe(rcast, tmp, &ub->rcast.list, list) { in tipc_udp_is_known_peer() 286 if (!memcmp(&rcast->addr, addr, sizeof(struct udp_media_addr))) in tipc_udp_is_known_peer() 296 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 | 920 method->rcast = true; in tipc_send_group_msg() 1073 bool ack = method->mandatory && method->rcast; in tipc_send_group_bcast() 3098 tsk->mc_method.rcast = true; in tipc_sk_join() 3188 tsk->mc_method.rcast = false; in tipc_setsockopt() 3192 tsk->mc_method.rcast = true; in tipc_setsockopt()
|