Home
last modified time | relevance | path

Searched refs:RTM_DELQDISC (Results 1 – 25 of 28) sorted by relevance

12

/external/strace/xlat/
Dnl_route_types.h125 #if defined(RTM_DELQDISC) || (defined(HAVE_DECL_RTM_DELQDISC) && HAVE_DECL_RTM_DELQDISC)
127 static_assert((RTM_DELQDISC) == (37), "RTM_DELQDISC != 37");
130 # define RTM_DELQDISC 37
398 XLAT(RTM_DELQDISC),
Dnl_route_types.in23 RTM_DELQDISC 37
/external/libnl/include/linux-private/linux/
Drtnetlink.h66 RTM_DELQDISC, enumerator
67 #define RTM_DELQDISC RTM_DELQDISC macro
/external/iproute2/tc/
Dtc_qdisc.c211 if (n->nlmsg_type != RTM_NEWQDISC && n->nlmsg_type != RTM_DELQDISC) { in print_qdisc()
231 if (n->nlmsg_type == RTM_DELQDISC) in print_qdisc()
385 return tc_qdisc_modify(RTM_DELQDISC, 0, argc-1, argv+1); in do_qdisc()
Dtc_monitor.c55 if (n->nlmsg_type == RTM_NEWQDISC || n->nlmsg_type == RTM_DELQDISC) { in accept_tcmsg()
/external/iproute2/include/uapi/linux/
Drtnetlink.h67 RTM_DELQDISC, enumerator
68 #define RTM_DELQDISC RTM_DELQDISC macro
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h67 RTM_DELQDISC, enumerator
68 #define RTM_DELQDISC RTM_DELQDISC macro
/external/libnl/lib/route/
Dqdisc.c285 if (!(msg = nlmsg_alloc_simple(RTM_DELQDISC, 0))) in rtnl_qdisc_build_delete_request()
539 { RTM_DELQDISC, NL_ACT_DEL, "del" },
/external/strace/
Dnetlink_route.c82 [RTM_DELQDISC - RTM_BASE] = decode_tcmsg,
/external/syzkaller/sys/linux/
Dsocket_netlink_route_sched_arm.const30 RTM_DELQDISC = 37
Dsocket_netlink_route_sched_ppc64le.const30 RTM_DELQDISC = 37
Dsocket_netlink_route_sched_386.const30 RTM_DELQDISC = 37
Dsocket_netlink_route_sched_amd64.const30 RTM_DELQDISC = 37
Dsocket_netlink_route_sched_arm64.const30 RTM_DELQDISC = 37
Dsocket_netlink_route_sched.txt38 delqdisc netlink_msg[RTM_DELQDISC, tcmsg[AF_UNSPEC], qdisc_policy]
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1281 RTM_DELQDISC = 0x25 const
Dzerrors_linux_mipsle.go1546 RTM_DELQDISC = 0x25 const
Dzerrors_linux_s390x.go1606 RTM_DELQDISC = 0x25 const
Dzerrors_linux_arm.go1552 RTM_DELQDISC = 0x25 const
Dzerrors_linux_ppc64le.go1602 RTM_DELQDISC = 0x25 const
Dzerrors_linux_mips64.go1546 RTM_DELQDISC = 0x25 const
Dzerrors_linux_ppc64.go1602 RTM_DELQDISC = 0x25 const
Dzerrors_linux_amd64.go1546 RTM_DELQDISC = 0x25 const
Dzerrors_linux_mips64le.go1546 RTM_DELQDISC = 0x25 const
Dzerrors_linux_386.go1545 RTM_DELQDISC = 0x25 const

12