Home
last modified time | relevance | path

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

/external/iproute2/bridge/
Dlink.c206 struct rtattr *aftb[IFLA_BRIDGE_MAX+1]; in print_linkinfo() local
208 parse_rtattr_nested(aftb, IFLA_BRIDGE_MAX, tb[IFLA_AF_SPEC]); in print_linkinfo()
210 if (aftb[IFLA_BRIDGE_MODE]) in print_linkinfo()
211 print_hwmode(fp, rta_getattr_u16(aftb[IFLA_BRIDGE_MODE])); in print_linkinfo()