Home
last modified time | relevance | path

Searched refs:clone_arg (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/system/
H A Dqemu-seccomp.c64 const struct scmp_arg_cmp clone_arg ## flag[] = { \
70 const struct scmp_arg_cmp clone_arg ## flag[] = { \
77 ARRAY_SIZE(clone_arg ## flag), clone_arg ## flag, SCMP_ACT_ERRNO(EPERM) }
/openbmc/linux/net/openvswitch/
H A Dactions.c1069 struct nlattr *clone_arg; in clone() local
1074 clone_arg = nla_data(attr); in clone()
1075 dont_clone_flow_key = nla_get_u32(clone_arg); in clone()
1076 actions = nla_next(clone_arg, &rem); in clone()