Home
last modified time | relevance | path

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

/external/libnl/include/netlink/route/link/
Dbridge.h22 #define RTNL_LINK_BRIDGE_VLAN_BITMAP_MAX 4096 macro
23 #define RTNL_LINK_BRIDGE_VLAN_BITMAP_LEN (RTNL_LINK_BRIDGE_VLAN_BITMAP_MAX / 32)
/external/libnl/lib/route/link/
Dbridge.c57 if (nr < RTNL_LINK_BRIDGE_VLAN_BITMAP_MAX) in set_bit()