Home
last modified time | relevance | path

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

/external/strace/xlat/
Drtnl_link_attrs.h48 #if defined(IFLA_QDISC) || (defined(HAVE_DECL_IFLA_QDISC) && HAVE_DECL_IFLA_QDISC)
50 static_assert((IFLA_QDISC) == (6), "IFLA_QDISC != 6");
53 # define IFLA_QDISC 6
387 XLAT(IFLA_QDISC),
Drtnl_link_attrs.in7 IFLA_QDISC 6
/external/iproute2/testsuite/tools/
Dgenerate_nlmsg.c63 ATTR_STRZ(IFLA_QDISC, "mq"); in fill_vf_rate_test()
/external/iproute2/include/uapi/linux/
Dif_link.h113 IFLA_QDISC, enumerator
/external/libnl/include/linux-private/linux/
Dif_link.h113 IFLA_QDISC, enumerator
/external/kernel-headers/original/uapi/linux/
Dif_link.h283 IFLA_QDISC, enumerator
/external/strace/
Drtnl_link.c846 [IFLA_QDISC] = decode_nla_str,
/external/libnl/lib/route/
Dlink.c354 [IFLA_QDISC] = { .type = NLA_STRING,
524 if (tb[IFLA_QDISC]) { in rtnl_link_info_parse()
525 nla_strlcpy(link->l_qdisc, tb[IFLA_QDISC], IFQDISCSIZ); in rtnl_link_info_parse()
/external/iproute2/ip/
Dipaddress.c1150 if (tb[IFLA_QDISC]) in print_linkinfo()
1154 rta_getattr_str(tb[IFLA_QDISC])); in print_linkinfo()
/external/toybox/toys/pending/
Dip.c914 case IFLA_QDISC: in get_link_info()
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1323 pub const IFLA_QDISC: ::c_ushort = 6; constant