Home
last modified time | relevance | path

Searched refs:host_joined (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/net/bridge/
H A Dbr_multicast.c289 /* called when adding a new S,G with host_joined == false by default */
297 if (!star_mp->host_joined) in br_multicast_sg_host_state()
303 sg_mp->host_joined = true; in br_multicast_sg_host_state()
306 /* set the host_joined state of all of *,G's S,G entries */
331 sg_mp->host_joined = star_mp->host_joined; in br_multicast_star_g_host_state()
359 sgmp->host_joined = false; in br_multicast_sg_del_exclude_ports()
608 if (!mp->ports && !mp->host_joined && netif_running(br->dev)) in br_multicast_del_pg()
1199 if (!mp->host_joined) { in br_multicast_host_join()
1200 mp->host_joined in br_multicast_host_join()
[all...]
H A Dbr_input.c145 if ((mdst && mdst->host_joined) || in br_handle_frame_finish()
H A Dbr_mdb.c260 if (!s_pidx && mp->host_joined) { in br_mdb_fill_info()
862 if (mp->host_joined) { in br_mdb_add_group()
1027 if (entry->ifindex == mp->br->dev->ifindex && mp->host_joined) { in __br_mdb_del()
H A Dbr_private.h274 bool host_joined; member
/kernel/linux/linux-6.6/net/bridge/
H A Dbr_multicast.c388 /* called when adding a new S,G with host_joined == false by default */
396 if (!star_mp->host_joined) in br_multicast_sg_host_state()
402 sg_mp->host_joined = true; in br_multicast_sg_host_state()
405 /* set the host_joined state of all of *,G's S,G entries */
430 sg_mp->host_joined = star_mp->host_joined; in br_multicast_star_g_host_state()
458 sgmp->host_joined = false; in br_multicast_sg_del_exclude_ports()
828 if (!mp->ports && !mp->host_joined && netif_running(br->dev)) in br_multicast_del_pg()
1476 if (!mp->host_joined) { in br_multicast_host_join()
1477 mp->host_joined in br_multicast_host_join()
[all...]
H A Dbr_mdb.c346 if (!s_pidx && mp->host_joined) { in br_mdb_fill_info()
1033 if (mp->host_joined) { in br_mdb_add_group()
1346 if (entry->ifindex == mp->br->dev->ifindex && mp->host_joined) { in __br_mdb_del()
H A Dbr_input.c181 if ((mdst && mdst->host_joined) || in br_handle_frame_finish()
H A Dbr_switchdev.c717 if (mp->host_joined) { in br_switchdev_mdb_replay()
H A Dbr_private.h370 bool host_joined; member

Completed in 23 milliseconds