Home
last modified time | relevance | path

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

/linux-6.12.1/net/openvswitch/
Dactions.c1093 struct nlattr *clone_arg; in clone() local
1098 clone_arg = nla_data(attr); in clone()
1099 dont_clone_flow_key = nla_get_u32(clone_arg); in clone()
1100 actions = nla_next(clone_arg, &rem); in clone()