Home
last modified time | relevance | path

Searched refs:BRIDGE_VLANDB_DUMPF_GLOBAL (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/include/uapi/linux/
Dif_bridge.h498 #define BRIDGE_VLANDB_DUMPF_GLOBAL (1 << 1) /* Dump global vlan options only */ macro
/Linux-v6.6/net/bridge/
Dbr_vlan.c1957 bool dump_global = !!(dump_flags & BRIDGE_VLANDB_DUMPF_GLOBAL); in br_vlan_dump_dev()