Home
last modified time | relevance | path

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

/external/strace/xlat/
Drtnl_ifla_info_data_bridge_attrs.h48 #if defined(IFLA_BR_PRIORITY) || (defined(HAVE_DECL_IFLA_BR_PRIORITY) && HAVE_DECL_IFLA_BR_PRIORITY)
50 static_assert((IFLA_BR_PRIORITY) == (6), "IFLA_BR_PRIORITY != 6");
53 # define IFLA_BR_PRIORITY 6
338 [IFLA_BR_PRIORITY] = XLAT(IFLA_BR_PRIORITY),
Drtnl_ifla_info_data_bridge_attrs.in8 IFLA_BR_PRIORITY 6
/external/iproute2/ip/
Diplink_bridge.c125 addattr16(n, 1024, IFLA_BR_PRIORITY, prio); in bridge_parse_opt()
431 if (tb[IFLA_BR_PRIORITY]) in bridge_print_opt()
435 rta_getattr_u16(tb[IFLA_BR_PRIORITY])); in bridge_print_opt()
/external/syzkaller/sys/linux/
Dsocket_netlink_route_ppc64le.const151 IFLA_BR_PRIORITY = 6
Dsocket_netlink_route_386.const151 IFLA_BR_PRIORITY = 6
Dsocket_netlink_route_arm64.const151 IFLA_BR_PRIORITY = 6
Dsocket_netlink_route_amd64.const151 IFLA_BR_PRIORITY = 6
Dsocket_netlink_route_arm.const151 IFLA_BR_PRIORITY = 6
Dsocket_netlink_route.txt250 IFLA_BR_PRIORITY nlattr[IFLA_BR_PRIORITY, int16]
/external/iproute2/include/uapi/linux/
Dif_link.h241 IFLA_BR_PRIORITY, enumerator
/external/kernel-headers/original/uapi/linux/
Dif_link.h251 IFLA_BR_PRIORITY, enumerator
/external/strace/
Drtnl_link.c298 [IFLA_BR_PRIORITY] = decode_nla_u16,