Home
last modified time | relevance | path

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

12

/external/strace/xlat/
Dnl_route_types.h181 #if defined(RTM_NEWACTION) || (defined(HAVE_DECL_RTM_NEWACTION) && HAVE_DECL_RTM_NEWACTION)
183 static_assert((RTM_NEWACTION) == (48), "RTM_NEWACTION != 48");
186 # define RTM_NEWACTION 48
409 XLAT(RTM_NEWACTION),
Dnl_route_types.in34 RTM_NEWACTION 48
/external/libnl/include/linux-private/linux/
Drtnetlink.h85 RTM_NEWACTION = 48, enumerator
86 #define RTM_NEWACTION RTM_NEWACTION macro
/external/libnl/lib/route/
Dact.c215 return act_build(act, RTM_NEWACTION, flags, result); in rtnl_act_build_add_request()
278 return act_build(act, RTM_NEWACTION, NLM_F_REPLACE | flags, result); in rtnl_act_build_change_request()
543 { RTM_NEWACTION, NL_ACT_NEW, "new" },
/external/iproute2/include/uapi/linux/
Drtnetlink.h86 RTM_NEWACTION = 48, enumerator
87 #define RTM_NEWACTION RTM_NEWACTION macro
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h86 RTM_NEWACTION = 48, enumerator
87 #define RTM_NEWACTION RTM_NEWACTION macro
/external/iproute2/tc/
Dtc_monitor.c59 if (n->nlmsg_type == RTM_GETACTION || n->nlmsg_type == RTM_NEWACTION || in accept_tcmsg()
Dm_action.c419 if (n->nlmsg_type == RTM_NEWACTION) { in print_action()
679 ret = tc_action_modify(RTM_NEWACTION, NLM_F_EXCL|NLM_F_CREATE, &argc, &argv); in do_action()
682 ret = tc_action_modify(RTM_NEWACTION, NLM_F_CREATE|NLM_F_REPLACE, &argc, &argv); in do_action()
/external/strace/
Dnetlink_route.c94 [RTM_NEWACTION - RTM_BASE] = decode_tcamsg,
/external/syzkaller/sys/linux/
Dsocket_netlink_route_sched_arm.const37 RTM_NEWACTION = 48
Dsocket_netlink_route_sched_ppc64le.const37 RTM_NEWACTION = 48
Dsocket_netlink_route_sched_386.const37 RTM_NEWACTION = 48
Dsocket_netlink_route_sched_amd64.const37 RTM_NEWACTION = 48
Dsocket_netlink_route_sched_arm64.const37 RTM_NEWACTION = 48
Dsocket_netlink_route_sched.txt46 newtaction netlink_msg[RTM_NEWACTION, tcamsg[AF_UNSPEC], nlattr[TCA_ACT_TAB, tca_actions]]
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1310 RTM_NEWACTION = 0x30 const
Dzerrors_linux_mipsle.go1576 RTM_NEWACTION = 0x30 const
Dzerrors_linux_s390x.go1636 RTM_NEWACTION = 0x30 const
Dzerrors_linux_arm.go1582 RTM_NEWACTION = 0x30 const
Dzerrors_linux_ppc64le.go1632 RTM_NEWACTION = 0x30 const
Dzerrors_linux_mips64.go1576 RTM_NEWACTION = 0x30 const
Dzerrors_linux_ppc64.go1632 RTM_NEWACTION = 0x30 const
Dzerrors_linux_amd64.go1576 RTM_NEWACTION = 0x30 const
Dzerrors_linux_mips64le.go1576 RTM_NEWACTION = 0x30 const
Dzerrors_linux_386.go1575 RTM_NEWACTION = 0x30 const

12