Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Drtnetlink.h65 RTM_NEWQDISC = 36, enumerator
66 #define RTM_NEWQDISC RTM_NEWQDISC macro
/openbmc/linux/security/selinux/
H A Dnlmsgtab.c45 { RTM_NEWQDISC, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
/openbmc/linux/net/sched/
H A Dsch_fifo.c241 nla->nla_type = RTM_NEWQDISC; in fifo_set_limit()
H A Dsch_api.c1025 old ? NLM_F_REPLACE : 0, RTM_NEWQDISC, extack) < 0) in qdisc_notify()
1788 RTM_NEWQDISC, NULL) <= 0) in tc_dump_qdisc_root()
1810 RTM_NEWQDISC, NULL) <= 0) in tc_dump_qdisc_root()
2379 rtnl_register(PF_UNSPEC, RTM_NEWQDISC, tc_modify_qdisc, NULL, 0); in pktsched_init()
/openbmc/linux/tools/lib/bpf/
H A Dnetlink.c608 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 Dtc_links.c1811 req.n.nlmsg_type = RTM_NEWQDISC; in qdisc_replace()