Searched refs:RTM_DELQDISC (Results 1 - 6 of 6) sorted by relevance

/external/iproute2/tc/
H A Dtc_monitor.c55 if (n->nlmsg_type == RTM_NEWQDISC || n->nlmsg_type == RTM_DELQDISC) {
H A Dtc_qdisc.c215 if (n->nlmsg_type != RTM_NEWQDISC && n->nlmsg_type != RTM_DELQDISC) {
236 if (n->nlmsg_type == RTM_DELQDISC)
352 return tc_qdisc_modify(RTM_DELQDISC, 0, argc-1, argv+1);
/external/libnl/include/linux/
H A Drtnetlink.h58 RTM_DELQDISC, enumerator in enum:__anon10953
59 #define RTM_DELQDISC RTM_DELQDISC macro
/external/libnl/lib/route/
H A Dqdisc.c324 msg = nlmsg_alloc_simple(RTM_DELQDISC, 0);
448 { RTM_DELQDISC, NL_ACT_DEL, "del" },
/external/iproute2/include/linux/
H A Drtnetlink.h66 RTM_DELQDISC, enumerator in enum:__anon7357
67 #define RTM_DELQDISC RTM_DELQDISC macro
/external/kernel-headers/original/uapi/linux/
H A Drtnetlink.h66 RTM_DELQDISC, enumerator in enum:__anon8411
67 #define RTM_DELQDISC RTM_DELQDISC macro

Completed in 133 milliseconds