/external/strace/xlat/ |
D | nl_route_types.h | 125 #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),
|
D | nl_route_types.in | 23 RTM_DELQDISC 37
|
/external/libnl/include/linux-private/linux/ |
D | rtnetlink.h | 66 RTM_DELQDISC, enumerator 67 #define RTM_DELQDISC RTM_DELQDISC macro
|
/external/iproute2/tc/ |
D | tc_qdisc.c | 211 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()
|
D | tc_monitor.c | 55 if (n->nlmsg_type == RTM_NEWQDISC || n->nlmsg_type == RTM_DELQDISC) { in accept_tcmsg()
|
/external/iproute2/include/uapi/linux/ |
D | rtnetlink.h | 67 RTM_DELQDISC, enumerator 68 #define RTM_DELQDISC RTM_DELQDISC macro
|
/external/kernel-headers/original/uapi/linux/ |
D | rtnetlink.h | 67 RTM_DELQDISC, enumerator 68 #define RTM_DELQDISC RTM_DELQDISC macro
|
/external/libnl/lib/route/ |
D | qdisc.c | 285 if (!(msg = nlmsg_alloc_simple(RTM_DELQDISC, 0))) in rtnl_qdisc_build_delete_request() 539 { RTM_DELQDISC, NL_ACT_DEL, "del" },
|
/external/strace/ |
D | netlink_route.c | 82 [RTM_DELQDISC - RTM_BASE] = decode_tcmsg,
|
/external/syzkaller/sys/linux/ |
D | socket_netlink_route_sched_arm.const | 30 RTM_DELQDISC = 37
|
D | socket_netlink_route_sched_ppc64le.const | 30 RTM_DELQDISC = 37
|
D | socket_netlink_route_sched_386.const | 30 RTM_DELQDISC = 37
|
D | socket_netlink_route_sched_amd64.const | 30 RTM_DELQDISC = 37
|
D | socket_netlink_route_sched_arm64.const | 30 RTM_DELQDISC = 37
|
D | socket_netlink_route_sched.txt | 38 delqdisc netlink_msg[RTM_DELQDISC, tcmsg[AF_UNSPEC], qdisc_policy]
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 1281 RTM_DELQDISC = 0x25 const
|
D | zerrors_linux_mipsle.go | 1546 RTM_DELQDISC = 0x25 const
|
D | zerrors_linux_s390x.go | 1606 RTM_DELQDISC = 0x25 const
|
D | zerrors_linux_arm.go | 1552 RTM_DELQDISC = 0x25 const
|
D | zerrors_linux_ppc64le.go | 1602 RTM_DELQDISC = 0x25 const
|
D | zerrors_linux_mips64.go | 1546 RTM_DELQDISC = 0x25 const
|
D | zerrors_linux_ppc64.go | 1602 RTM_DELQDISC = 0x25 const
|
D | zerrors_linux_amd64.go | 1546 RTM_DELQDISC = 0x25 const
|
D | zerrors_linux_mips64le.go | 1546 RTM_DELQDISC = 0x25 const
|
D | zerrors_linux_386.go | 1545 RTM_DELQDISC = 0x25 const
|