Searched refs:RTM_NEWQDISC (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | rtnetlink.h | 65 RTM_NEWQDISC = 36, enumerator 66 #define RTM_NEWQDISC RTM_NEWQDISC macro
|
/openbmc/linux/security/selinux/ |
H A D | nlmsgtab.c | 45 { RTM_NEWQDISC, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
|
/openbmc/linux/net/sched/ |
H A D | sch_fifo.c | 241 nla->nla_type = RTM_NEWQDISC; in fifo_set_limit()
|
H A D | sch_api.c | 1024 old ? NLM_F_REPLACE : 0, RTM_NEWQDISC, extack) < 0) in qdisc_notify() 1793 RTM_NEWQDISC, NULL) <= 0) in tc_dump_qdisc_root() 1815 RTM_NEWQDISC, NULL) <= 0) in tc_dump_qdisc_root() 2384 rtnl_register(PF_UNSPEC, RTM_NEWQDISC, tc_modify_qdisc, NULL, 0); in pktsched_init()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | netlink.c | 608 return tc_qdisc_modify(hook, RTM_NEWQDISC, NLM_F_CREATE | NLM_F_EXCL); in tc_qdisc_create_excl()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | tc_links.c | 1811 req.n.nlmsg_type = RTM_NEWQDISC; in qdisc_replace()
|