Home
last modified time | relevance | path

Searched refs:RTM_NEWTCLASS (Results 1 – 25 of 28) sorted by relevance

12

/external/strace/xlat/
Dnl_route_types.h139 #if defined(RTM_NEWTCLASS) || (defined(HAVE_DECL_RTM_NEWTCLASS) && HAVE_DECL_RTM_NEWTCLASS)
141 static_assert((RTM_NEWTCLASS) == (40), "RTM_NEWTCLASS != 40");
144 # define RTM_NEWTCLASS 40
401 XLAT(RTM_NEWTCLASS),
Dnl_route_types.in26 RTM_NEWTCLASS 40
/external/iproute2/tc/
Dtc_class.c310 if (n->nlmsg_type != RTM_NEWTCLASS && n->nlmsg_type != RTM_DELTCLASS) { in print_class()
472 return tc_class_modify(RTM_NEWTCLASS, NLM_F_EXCL|NLM_F_CREATE, argc-1, argv+1); in do_class()
474 return tc_class_modify(RTM_NEWTCLASS, 0, argc-1, argv+1); in do_class()
476 return tc_class_modify(RTM_NEWTCLASS, NLM_F_CREATE, argc-1, argv+1); in do_class()
Dtc_monitor.c51 if (n->nlmsg_type == RTM_NEWTCLASS || n->nlmsg_type == RTM_DELTCLASS) { in accept_tcmsg()
/external/libnl/include/linux-private/linux/
Drtnetlink.h71 RTM_NEWTCLASS = 40, enumerator
72 #define RTM_NEWTCLASS RTM_NEWTCLASS macro
/external/iproute2/include/uapi/linux/
Drtnetlink.h72 RTM_NEWTCLASS = 40, enumerator
73 #define RTM_NEWTCLASS RTM_NEWTCLASS macro
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h72 RTM_NEWTCLASS = 40, enumerator
73 #define RTM_NEWTCLASS RTM_NEWTCLASS macro
/external/libnl/lib/route/
Dclass.c132 return class_build(class, RTM_NEWTCLASS, flags, result); in rtnl_class_build_add_request()
450 { RTM_NEWTCLASS, NL_ACT_NEW, "new" },
/external/strace/
Dnetlink_route.c87 [RTM_NEWTCLASS - RTM_BASE] = decode_tcmsg,
/external/syzkaller/sys/linux/
Dsocket_netlink_route_sched_arm.const39 RTM_NEWTCLASS = 40
Dsocket_netlink_route_sched_ppc64le.const39 RTM_NEWTCLASS = 40
Dsocket_netlink_route_sched_386.const39 RTM_NEWTCLASS = 40
Dsocket_netlink_route_sched_amd64.const39 RTM_NEWTCLASS = 40
Dsocket_netlink_route_sched_arm64.const39 RTM_NEWTCLASS = 40
Dsocket_netlink_route_sched.txt40 newtclass netlink_msg[RTM_NEWTCLASS, tcmsg[AF_UNSPEC], tclass_policy]
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1325 RTM_NEWTCLASS = 0x28 const
Dzerrors_linux_mipsle.go1592 RTM_NEWTCLASS = 0x28 const
Dzerrors_linux_s390x.go1652 RTM_NEWTCLASS = 0x28 const
Dzerrors_linux_arm.go1598 RTM_NEWTCLASS = 0x28 const
Dzerrors_linux_ppc64le.go1648 RTM_NEWTCLASS = 0x28 const
Dzerrors_linux_mips64.go1592 RTM_NEWTCLASS = 0x28 const
Dzerrors_linux_ppc64.go1648 RTM_NEWTCLASS = 0x28 const
Dzerrors_linux_amd64.go1592 RTM_NEWTCLASS = 0x28 const
Dzerrors_linux_mips64le.go1592 RTM_NEWTCLASS = 0x28 const
Dzerrors_linux_386.go1591 RTM_NEWTCLASS = 0x28 const

12