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

/external/iproute2/tc/
H A Dtc_monitor.c50 if (n->nlmsg_type == RTM_NEWQDISC || n->nlmsg_type == RTM_DELQDISC) {
H A Dtc_qdisc.c208 if (n->nlmsg_type != RTM_NEWQDISC && n->nlmsg_type != RTM_DELQDISC) {
229 if (n->nlmsg_type == RTM_DELQDISC)
347 return tc_qdisc_modify(RTM_DELQDISC, 0, argc-1, argv+1);
/external/iproute2/include/linux/
H A Drtnetlink.h66 RTM_DELQDISC, enumerator in enum:__anon22342
67 #define RTM_DELQDISC RTM_DELQDISC macro
/external/libnl/include/linux/
H A Drtnetlink.h58 RTM_DELQDISC, enumerator in enum:__anon24485
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/kernel-headers/original/uapi/linux/
H A Drtnetlink.h66 RTM_DELQDISC, enumerator in enum:__anon23344
67 #define RTM_DELQDISC RTM_DELQDISC macro
/external/iproute2/ip/
H A Dipmonitor.c98 n->nlmsg_type == RTM_DELQDISC ||

Completed in 121 milliseconds