Lines Matching refs:clone
1044 static int clone(struct datapath *dp, struct sk_buff *skb, in clone() function
1336 struct sk_buff *clone; in do_execute_actions() local
1349 clone = skb_clone(skb, GFP_ATOMIC); in do_execute_actions()
1350 if (clone) in do_execute_actions()
1351 do_output(dp, clone, port, key); in do_execute_actions()
1486 err = clone(dp, skb, key, a, last); in do_execute_actions()
1551 struct sw_flow_key *clone; in clone_execute() local
1566 clone = clone_flow_key ? clone_key(key) : key; in clone_execute()
1567 if (clone) { in clone_execute()
1573 err = do_execute_actions(dp, skb, clone, in clone_execute()
1579 clone->recirc_id = recirc_id; in clone_execute()
1580 ovs_dp_process_packet(skb, clone); in clone_execute()