Searched refs:IFLA_BRPORT_PRIORITY (Results 1 – 12 of 12) sorted by relevance
/external/strace/xlat/ |
D | rtnl_ifla_brport_attrs.h | 20 #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),
|
D | rtnl_ifla_brport_attrs.in | 3 IFLA_BRPORT_PRIORITY 2
|
/external/strace/tests-m32/ |
D | nlattr_ifla_brport.c | 45 #define IFLA_BRPORT_PRIORITY 2 macro 67 IFLA_BRPORT_PRIORITY, pattern, u16, in main()
|
/external/strace/tests/ |
D | nlattr_ifla_brport.c | 45 #define IFLA_BRPORT_PRIORITY 2 macro 67 IFLA_BRPORT_PRIORITY, pattern, u16, in main()
|
/external/strace/tests-mx32/ |
D | nlattr_ifla_brport.c | 45 #define IFLA_BRPORT_PRIORITY 2 macro 67 IFLA_BRPORT_PRIORITY, pattern, u16, in main()
|
/external/iproute2/ip/ |
D | iplink_bridge_slave.c | 116 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/ |
D | link.c | 167 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/ |
D | bridge.c | 112 [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/ |
D | if_link.h | 298 IFLA_BRPORT_PRIORITY, /* " priority */ enumerator
|
/external/libnl/include/linux-private/linux/ |
D | if_link.h | 305 IFLA_BRPORT_PRIORITY, /* " priority */ enumerator
|
/external/kernel-headers/original/uapi/linux/ |
D | if_link.h | 493 IFLA_BRPORT_PRIORITY, /* " priority */ enumerator
|
/external/strace/ |
D | rtnl_link.c | 143 [IFLA_BRPORT_PRIORITY] = decode_nla_u16,
|