Searched refs:BRIDGE_VLANDB_ENTRY_MAX (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dif_bridge.h531 #define BRIDGE_VLANDB_ENTRY_MAX (__BRIDGE_VLANDB_ENTRY_MAX - 1) macro
/linux-master/net/bridge/
H A Dbr_vlan.c2128 static const struct nla_policy br_vlan_db_policy[BRIDGE_VLANDB_ENTRY_MAX + 1] = {
2145 struct nlattr *tb[BRIDGE_VLANDB_ENTRY_MAX + 1];
2166 err = nla_parse_nested(tb, BRIDGE_VLANDB_ENTRY_MAX, attr,

Completed in 145 milliseconds