Home
last modified time | relevance | path

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

/external/libnl/include/netlink/route/link/
Dbridge.h23 #define RTNL_LINK_BRIDGE_VLAN_BITMAP_LEN (RTNL_LINK_BRIDGE_VLAN_BITMAP_MAX / 32) macro
28 uint32_t vlan_bitmap[RTNL_LINK_BRIDGE_VLAN_BITMAP_LEN];
29 uint32_t untagged_bitmap[RTNL_LINK_BRIDGE_VLAN_BITMAP_LEN];
/external/libnl/lib/route/link/
Dbridge.c336 for (k = 0; k < RTNL_LINK_BRIDGE_VLAN_BITMAP_LEN; k++) { in dump_bitmap()
361 if (done && k < RTNL_LINK_BRIDGE_VLAN_BITMAP_LEN - 1) in dump_bitmap()
942 for (i = 0; i < RTNL_LINK_BRIDGE_VLAN_BITMAP_LEN; ++i) { in rtnl_link_bridge_has_vlan()