Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/openvswitch/
H A Ddatapath.h250 int ovs_execute_actions(struct datapath *dp, struct sk_buff *skb,
H A Ddatapath.c261 error = ovs_execute_actions(dp, skb, sf_acts, key); in ovs_dp_process_packet()
637 err = ovs_execute_actions(dp, packet, sf_acts, &flow->key); in ovs_packet_cmd_execute()
H A Dactions.c1575 int ovs_execute_actions(struct datapath *dp, struct sk_buff *skb, in ovs_execute_actions() function