Home
last modified time | relevance | path

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

/systemd-251/src/network/
Dnetworkd-bridge-vlan.h14 #define BRIDGE_VLAN_BITMAP_MAX 4096 macro
15 #define BRIDGE_VLAN_BITMAP_LEN (BRIDGE_VLAN_BITMAP_MAX / 32)
Dnetworkd-bridge-vlan.c26 if (nr < BRIDGE_VLAN_BITMAP_MAX) in set_bit()