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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dtc_qdisc.c176 if (n->nlmsg_type != RTM_NEWQDISC && n->nlmsg_type != RTM_DELQDISC) {
197 if (n->nlmsg_type == RTM_DELQDISC)
311 return tc_qdisc_modify(RTM_DELQDISC, 0, argc-1, argv+1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/
H A Drtnetlink.h55 RTM_DELQDISC, enumerator in enum:__anon229
56 #define RTM_DELQDISC RTM_DELQDISC macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Dipmonitor.c75 n->nlmsg_type == RTM_DELQDISC ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/
H A Dnlmsgtab.c51 { RTM_DELQDISC, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Drtnetlink.h58 RTM_DELQDISC, enumerator in enum:__anon10282
59 #define RTM_DELQDISC RTM_DELQDISC macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_api.c652 if (n->nlmsg_type == RTM_DELQDISC) {
871 if (tc_fill_qdisc(skb, old, clid, pid, n->nlmsg_seq, 0, RTM_DELQDISC) < 0)
1262 rtnl_register(PF_UNSPEC, RTM_DELQDISC, tc_get_qdisc, NULL);

Completed in 77 milliseconds