Searched refs:RTM_NEWQDISC (Results 1 – 6 of 6) sorted by relevance
| /linux/include/uapi/linux/ |
| A D | rtnetlink.h | 65 RTM_NEWQDISC = 36, enumerator 66 #define RTM_NEWQDISC RTM_NEWQDISC macro
|
| /linux/security/selinux/ |
| A D | nlmsgtab.c | 45 { RTM_NEWQDISC, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
|
| /linux/net/sched/ |
| A D | sch_fifo.c | 242 nla->nla_type = RTM_NEWQDISC; in fifo_set_limit()
|
| A D | sch_api.c | 1018 RTM_NEWQDISC, extack) < 0) in qdisc_get_notify() 1053 old ? NLM_F_REPLACE : 0, RTM_NEWQDISC, extack) < 0) in qdisc_notify() 1822 RTM_NEWQDISC, NULL) <= 0) in tc_dump_qdisc_root() 1844 RTM_NEWQDISC, NULL) <= 0) in tc_dump_qdisc_root() 2441 rtnl_register(PF_UNSPEC, RTM_NEWQDISC, tc_modify_qdisc, NULL, 0); in pktsched_init()
|
| /linux/tools/lib/bpf/ |
| A D | netlink.c | 608 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/ |
| A D | tc_links.c | 1811 req.n.nlmsg_type = RTM_NEWQDISC; in qdisc_replace()
|
Completed in 18 milliseconds