Searched refs:RTM_NEWQDISC (Results 1 - 5 of 5) sorted by path

/linux-master/include/uapi/linux/
H A Drtnetlink.h65 RTM_NEWQDISC = 36, enumerator in enum:__anon3034
66 #define RTM_NEWQDISC RTM_NEWQDISC macro
/linux-master/net/sched/
H A Dsch_api.c1019 RTM_NEWQDISC, extack) < 0)
1054 old ? NLM_F_REPLACE : 0, RTM_NEWQDISC, extack) < 0)
1817 RTM_NEWQDISC, NULL) <= 0)
1839 RTM_NEWQDISC, NULL) <= 0)
2436 rtnl_register(PF_UNSPEC, RTM_NEWQDISC, tc_modify_qdisc, NULL, 0);
H A Dsch_fifo.c242 nla->nla_type = RTM_NEWQDISC;
/linux-master/security/selinux/
H A Dnlmsgtab.c45 { RTM_NEWQDISC, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
/linux-master/tools/lib/bpf/
H A Dnetlink.c608 return tc_qdisc_modify(hook, RTM_NEWQDISC, NLM_F_CREATE | NLM_F_EXCL);

Completed in 411 milliseconds