HomeSort by relevance Sort by last modified time
    Searched defs:ce_mask (Results 1 - 2 of 2) sorted by null

  /external/libnl/lib/route/link/
bridge.c 44 uint32_t ce_mask; /* HACK to support attr macros */ member in struct:bridge_data
110 bd->ce_mask |= BRIDGE_ATTR_PORT_STATE;
123 bd->ce_mask |= BRIDGE_ATTR_PORT_STATE;
128 bd->ce_mask |= BRIDGE_ATTR_PRIORITY;
133 bd->ce_mask |= BRIDGE_ATTR_COST;
151 if (bd->ce_mask & BRIDGE_ATTR_PORT_STATE)
154 if (bd->ce_mask & BRIDGE_ATTR_PRIORITY)
157 if (bd->ce_mask & BRIDGE_ATTR_COST)
299 bd->ce_mask |= BRIDGE_ATTR_PORT_STATE;
339 bd->ce_mask |= BRIDGE_ATTR_PRIORITY
    [all...]
  /external/libnl/include/netlink-private/
types.h 272 uint32_t ce_mask; /* HACK to support attr macros */ member in struct:rtnl_nexthop

Completed in 75 milliseconds