Searched refs:RTM_NEWTCLASS (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/include/uapi/linux/ |
| H A D | rtnetlink.h | 72 RTM_NEWTCLASS = 40, enumerator 73 #define RTM_NEWTCLASS RTM_NEWTCLASS macro
|
| /linux-6.15/security/selinux/ |
| H A D | nlmsgtab.c | 48 { RTM_NEWTCLASS, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
|
| /linux-6.15/net/sched/ |
| H A D | sch_api.c | 2031 if (tc_fill_tclass(skb, q, cl, portid, n->nlmsg_seq, 0, RTM_NEWTCLASS, in tclass_get_notify() 2245 if (n->nlmsg_type != RTM_NEWTCLASS || in __tc_ctl_tclass() 2250 case RTM_NEWTCLASS: in __tc_ctl_tclass() 2285 tclass_notify(net, skb, n, q, new_cl, RTM_NEWTCLASS, extack); in __tc_ctl_tclass() 2332 RTM_NEWTCLASS, NULL); in qdisc_class_dump() 2494 {.msgtype = RTM_NEWTCLASS, .doit = tc_ctl_tclass},
|