Searched refs:rcast (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/net/tipc/ |
| H A D | udp_media.c | 103 struct udp_replicast rcast; member 262 list_for_each_entry_rcu(rcast, &ub->rcast.list, list) { in tipc_udp_send_msg() 272 &rcast->dst_cache); in tipc_udp_send_msg() 294 list_for_each_entry_safe(rcast, tmp, &ub->rcast.list, list) { in tipc_udp_is_known_peer() 312 rcast = kmalloc(sizeof(*rcast), GFP_ATOMIC); in tipc_udp_rcast_add() 313 if (!rcast) in tipc_udp_rcast_add() 317 kfree(rcast); in tipc_udp_rcast_add() 330 list_add_rcu(&rcast->list, &ub->rcast.list); in tipc_udp_rcast_add() 516 list_for_each_entry_safe(rcast, tmp, &ub->rcast.list, list) { in tipc_udp_nl_dump_remoteip() 812 list_for_each_entry_safe(rcast, tmp, &ub->rcast.list, list) { in cleanup_bearer() [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()
|