Searched refs:PG_SRC_ENT_LIMIT (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/bridge/
H A Dbr_mdb.c1112 if (cfg->num_src_entries >= PG_SRC_ENT_LIMIT) {
1114 PG_SRC_ENT_LIMIT - 1);
H A Dbr_multicast_eht.c310 if (!allow_zero_src && eht_host->num_entries >= PG_SRC_ENT_LIMIT)
329 * able to track the full list of PG_SRC_ENT_LIMIT entries
H A Dbr_private.h315 #define PG_SRC_ENT_LIMIT 32 macro
H A Dbr_multicast.c1368 if (unlikely(pg->src_ents >= PG_SRC_ENT_LIMIT))

Completed in 229 milliseconds