Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/net/bridge/
H A Dbr_mdb.c1102 if (cfg->num_src_entries >= PG_SRC_ENT_LIMIT) { in br_mdb_config_src_list_init()
1104 PG_SRC_ENT_LIMIT - 1); in br_mdb_config_src_list_init()
H A Dbr_multicast_eht.c310 if (!allow_zero_src && eht_host->num_entries >= PG_SRC_ENT_LIMIT) in __eht_lookup_create_set_entry()
329 * able to track the full list of PG_SRC_ENT_LIMIT entries in __eht_lookup_create_set_entry()
H A Dbr_private.h312 #define PG_SRC_ENT_LIMIT 32 macro
H A Dbr_multicast.c1367 if (unlikely(pg->src_ents >= PG_SRC_ENT_LIMIT)) in br_multicast_new_group_src()
/kernel/linux/linux-5.10/net/bridge/
H A Dbr_private.h219 #define PG_SRC_ENT_LIMIT 32 macro
H A Dbr_multicast.c1120 if (unlikely(pg->src_ents >= PG_SRC_ENT_LIMIT)) in br_multicast_new_group_src()

Completed in 21 milliseconds