Searched refs:IFLA_BRIDGE_VLAN_INFO (Results 1 – 6 of 6) sorted by relevance
/external/iproute2/bridge/ |
D | vlan.c | 120 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()
|
D | link.c | 217 if (aftb[IFLA_BRIDGE_VLAN_INFO]) { in print_linkinfo()
|
/external/iproute2/include/uapi/linux/ |
D | if_bridge.h | 121 IFLA_BRIDGE_VLAN_INFO, enumerator
|
/external/libnl/include/linux-private/linux/ |
D | if_bridge.h | 121 IFLA_BRIDGE_VLAN_INFO, enumerator
|
/external/kernel-headers/original/uapi/linux/ |
D | if_bridge.h | 121 IFLA_BRIDGE_VLAN_INFO, enumerator
|
/external/libnl/lib/route/link/ |
D | bridge.c | 198 } else if (nla_type(attr) != IFLA_BRIDGE_VLAN_INFO) in bridge_parse_af_full()
|