host_joined       134 net/bridge/br_input.c 			if ((mdst && mdst->host_joined) ||
host_joined       155 net/bridge/br_mdb.c 		if (mp->host_joined) {
host_joined       624 net/bridge/br_mdb.c 		if (mp->host_joined)
host_joined       750 net/bridge/br_mdb.c 	if (entry->ifindex == mp->br->dev->ifindex && mp->host_joined) {
host_joined       774 net/bridge/br_mdb.c 		if (!mp->ports && !mp->host_joined &&
host_joined       190 net/bridge/br_multicast.c 		if (!mp->ports && !mp->host_joined &&
host_joined       516 net/bridge/br_multicast.c 	if (!mp->host_joined) {
host_joined       517 net/bridge/br_multicast.c 		mp->host_joined = true;
host_joined       527 net/bridge/br_multicast.c 	if (!mp->host_joined)
host_joined       530 net/bridge/br_multicast.c 	mp->host_joined = false;
host_joined      1272 net/bridge/br_multicast.c 	if (mp->host_joined &&
host_joined      1355 net/bridge/br_multicast.c 	if (mp->host_joined &&
host_joined      1417 net/bridge/br_multicast.c 			if (!mp->ports && !mp->host_joined &&
host_joined      1457 net/bridge/br_multicast.c 		if (mp->host_joined &&
host_joined       222 net/bridge/br_private.h 	bool				host_joined;