Home
last modified time | relevance | path

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

/linux/net/bridge/
H A Dbr_multicast_eht.c310 if (!allow_zero_src && eht_host->num_entries >= PG_SRC_ENT_LIMIT) in __eht_lookup_create_set_entry()
H A Dbr_mdb.c1112 if (cfg->num_src_entries >= PG_SRC_ENT_LIMIT) { in br_mdb_config_src_list_init()
1114 PG_SRC_ENT_LIMIT - 1); in br_mdb_config_src_list_init()
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)) in br_multicast_new_group_src()