Home
last modified time | relevance | path

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

/linux-6.15/net/openvswitch/
H A Dactions.c160 static int clone_execute(struct datapath *dp, struct sk_buff *skb,
1031 return clone_execute(dp, skb, key, 0, nla_data(actions), in dec_ttl_exception_handler()
1070 err = clone_execute(dp, skb, key, 0, actions, rem, last, in sample()
1097 return clone_execute(dp, skb, key, 0, actions, rem, last, in clone()
1235 return clone_execute(dp, skb, key, recirc_id, NULL, 0, last, true); in execute_recirc()
1273 return clone_execute(dp, skb, key, 0, nla_data(actions), in execute_check_pkt_len()
1584 static int clone_execute(struct datapath *dp, struct sk_buff *skb, in clone_execute() function