Searched refs:RTM_NEWQDISC (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/include/uapi/linux/ |
| H A D | rtnetlink.h | 65 RTM_NEWQDISC = 36, enumerator 66 #define RTM_NEWQDISC RTM_NEWQDISC macro
|
| /linux/net/sched/ |
| H A D | sch_fifo.c | 245 nla->nla_type = RTM_NEWQDISC; in fifo_set_limit()
|
| H A D | sch_api.c | 1009 RTM_NEWQDISC, extack) < 0) in qdisc_get_notify() 1044 old ? NLM_F_REPLACE : 0, RTM_NEWQDISC, extack) < 0) in qdisc_notify() 1850 RTM_NEWQDISC, NULL); in tc_dump_qdisc_root() 1874 RTM_NEWQDISC, NULL); in tc_dump_qdisc_root() 2501 {.msgtype = RTM_NEWQDISC, .doit = tc_modify_qdisc}, in pktsched_init()
|
| /linux/tools/lib/bpf/ |
| H A D | netlink.c | 623 return tc_qdisc_modify(hook, RTM_NEWQDISC, NLM_F_CREATE | NLM_F_EXCL); in tc_qdisc_create_excl()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | tc_links.c | 1811 req.n.nlmsg_type = RTM_NEWQDISC; in qdisc_replace()
|