Home
last modified time | relevance | path

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

/external/strace/xlat/
Drtnl_ifla_brport_attrs.h20 #if defined(IFLA_BRPORT_PRIORITY) || (defined(HAVE_DECL_IFLA_BRPORT_PRIORITY) && HAVE_DECL_IFLA_BRP…
22 static_assert((IFLA_BRPORT_PRIORITY) == (2), "IFLA_BRPORT_PRIORITY != 2");
25 # define IFLA_BRPORT_PRIORITY 2
264 XLAT(IFLA_BRPORT_PRIORITY),
Drtnl_ifla_brport_attrs.in3 IFLA_BRPORT_PRIORITY 2
/external/strace/tests-m32/
Dnlattr_ifla_brport.c45 #define IFLA_BRPORT_PRIORITY 2 macro
67 IFLA_BRPORT_PRIORITY, pattern, u16, in main()
/external/strace/tests/
Dnlattr_ifla_brport.c45 #define IFLA_BRPORT_PRIORITY 2 macro
67 IFLA_BRPORT_PRIORITY, pattern, u16, in main()
/external/strace/tests-mx32/
Dnlattr_ifla_brport.c45 #define IFLA_BRPORT_PRIORITY 2 macro
67 IFLA_BRPORT_PRIORITY, pattern, u16, in main()
/external/iproute2/ip/
Diplink_bridge_slave.c116 if (tb[IFLA_BRPORT_PRIORITY]) in bridge_slave_print_opt()
120 rta_getattr_u16(tb[IFLA_BRPORT_PRIORITY])); in bridge_slave_print_opt()
277 addattr16(n, 1024, IFLA_BRPORT_PRIORITY, priority); in bridge_slave_parse_opt()
/external/iproute2/bridge/
Dlink.c167 if (prtb[IFLA_BRPORT_PRIORITY]) in print_linkinfo()
169 rta_getattr_u16(prtb[IFLA_BRPORT_PRIORITY])); in print_linkinfo()
412 addattr16(&req.n, sizeof(req), IFLA_BRPORT_PRIORITY, priority); in brlink_modify()
/external/libnl/lib/route/link/
Dbridge.c112 [IFLA_BRPORT_PRIORITY] = { .type = NLA_U16 },
159 if (br_attrs[IFLA_BRPORT_PRIORITY]) { in bridge_parse_protinfo()
160 bd->b_priority = nla_get_u16(br_attrs[IFLA_BRPORT_PRIORITY]); in bridge_parse_protinfo()
299 NLA_PUT_U16(msg, IFLA_BRPORT_PRIORITY, bd->b_priority); in bridge_fill_pi()
/external/iproute2/include/uapi/linux/
Dif_link.h298 IFLA_BRPORT_PRIORITY, /* " priority */ enumerator
/external/libnl/include/linux-private/linux/
Dif_link.h305 IFLA_BRPORT_PRIORITY, /* " priority */ enumerator
/external/kernel-headers/original/uapi/linux/
Dif_link.h493 IFLA_BRPORT_PRIORITY, /* " priority */ enumerator
/external/strace/
Drtnl_link.c143 [IFLA_BRPORT_PRIORITY] = decode_nla_u16,