Searched refs:do_execute_actions (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | actions.c | 158 static int do_execute_actions(struct datapath *dp, struct sk_buff *skb, 1270 static int do_execute_actions(struct datapath *dp, struct sk_buff *skb, in do_execute_actions() function 1510 err = do_execute_actions(dp, skb, clone, in clone_execute() 1565 do_execute_actions(dp, skb, key, actions, actions_len); in process_deferred_actions() 1591 err = do_execute_actions(dp, skb, key, in ovs_execute_actions()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | actions.c | 161 static int do_execute_actions(struct datapath *dp, struct sk_buff *skb, 1290 static int do_execute_actions(struct datapath *dp, struct sk_buff *skb, in do_execute_actions() function 1547 err = do_execute_actions(dp, skb, clone, in clone_execute() 1602 do_execute_actions(dp, skb, key, actions, actions_len); in process_deferred_actions() 1628 err = do_execute_actions(dp, skb, key, in ovs_execute_actions()
|
Completed in 4 milliseconds