Home
last modified time | relevance | path

Searched refs:RTM_NEWQDISC (Results 1 – 5 of 5) sorted by relevance

/linux/tools/include/uapi/linux/
H A Drtnetlink.h65 RTM_NEWQDISC = 36, enumerator
66 #define RTM_NEWQDISC RTM_NEWQDISC macro
/linux/net/sched/
H A Dsch_fifo.c245 nla->nla_type = RTM_NEWQDISC; in fifo_set_limit()
H A Dsch_api.c1009 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 Dnetlink.c623 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 Dtc_links.c1811 req.n.nlmsg_type = RTM_NEWQDISC; in qdisc_replace()