Home
last modified time | relevance | path

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

/linux/net/bridge/
H A Dbr_mdb.c345 if (!s_pidx && mp->host_joined) { in br_mdb_fill_info()
1061 if (mp->host_joined && !(cfg->nlflags & NLM_F_REPLACE)) { in br_mdb_add_group()
1374 if (entry->ifindex == mp->br->dev->ifindex && mp->host_joined) { in __br_mdb_del()
1612 if (mp->host_joined) in br_mdb_get_reply_fill()
1651 if (mp->host_joined) { in br_mdb_get_reply_fill()
1695 if (!mp || (!mp->ports && !mp->host_joined)) { in br_mdb_get()
H A Dbr_input.c191 if ((mdst && mdst->host_joined) || in br_handle_frame_finish()
H A Dbr_switchdev.c725 if (mp->host_joined) { in br_switchdev_mdb_replay()
H A Dbr_private.h377 bool host_joined; member