Home
last modified time | relevance | path

Searched refs:IFLA_BRIDGE_VLAN_INFO (Results 1 – 6 of 6) sorted by relevance

/external/iproute2/bridge/
Dvlan.c120 addattr_l(&req.n, sizeof(req), IFLA_BRIDGE_VLAN_INFO, &vinfo, in vlan_modify()
127 addattr_l(&req.n, sizeof(req), IFLA_BRIDGE_VLAN_INFO, &vinfo, in vlan_modify()
130 addattr_l(&req.n, sizeof(req), IFLA_BRIDGE_VLAN_INFO, &vinfo, in vlan_modify()
419 if (i->rta_type != IFLA_BRIDGE_VLAN_INFO) in print_vlan_info()
Dlink.c217 if (aftb[IFLA_BRIDGE_VLAN_INFO]) { in print_linkinfo()
/external/iproute2/include/uapi/linux/
Dif_bridge.h121 IFLA_BRIDGE_VLAN_INFO, enumerator
/external/libnl/include/linux-private/linux/
Dif_bridge.h121 IFLA_BRIDGE_VLAN_INFO, enumerator
/external/kernel-headers/original/uapi/linux/
Dif_bridge.h121 IFLA_BRIDGE_VLAN_INFO, enumerator
/external/libnl/lib/route/link/
Dbridge.c198 } else if (nla_type(attr) != IFLA_BRIDGE_VLAN_INFO) in bridge_parse_af_full()