Searched refs:RTM_NEWTCLASS (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/include/uapi/linux/ ! |
D | rtnetlink.h | 72 RTM_NEWTCLASS = 40, enumerator 73 #define RTM_NEWTCLASS RTM_NEWTCLASS macro
|
/linux-6.12.1/security/selinux/ ! |
D | nlmsgtab.c | 48 { RTM_NEWTCLASS, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
|
/linux-6.12.1/net/sched/ ! |
D | sch_api.c | 2001 if (tc_fill_tclass(skb, q, cl, portid, n->nlmsg_seq, 0, RTM_NEWTCLASS, in tclass_get_notify() 2224 if (n->nlmsg_type != RTM_NEWTCLASS || in tc_ctl_tclass() 2229 case RTM_NEWTCLASS: in tc_ctl_tclass() 2258 tclass_notify(net, skb, n, q, new_cl, RTM_NEWTCLASS, extack); in tc_ctl_tclass() 2280 RTM_NEWTCLASS, NULL); in qdisc_class_dump() 2445 rtnl_register(PF_UNSPEC, RTM_NEWTCLASS, tc_ctl_tclass, NULL, 0); in pktsched_init()
|