X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2Fforward.h;h=f69a8f07a3e061fa571bacc06c8489f6d5527c00;hb=7b8a8c509fdabe9a81b7c3208d28966ad42f9978;hp=fc2bc607fa0eaf8ba1a4fa62e39cfa0be17cc31c;hpb=06e22ff0fe709ec119fea34c555e9411a4cce0d9;p=sliver-openvswitch.git diff --git a/datapath/forward.h b/datapath/forward.h index fc2bc607f..f69a8f07a 100644 --- a/datapath/forward.h +++ b/datapath/forward.h @@ -7,7 +7,6 @@ struct sk_buff; struct sw_chain; -struct ofp_action; struct sender; /* Buffers are identified to userspace by a 31-bit opaque ID. We divide the ID @@ -31,14 +30,6 @@ int fwd_control_input(struct sw_chain *, const struct sender *, uint32_t fwd_save_skb(struct sk_buff *skb); void fwd_discard_all(void); - void fwd_exit(void); -void execute_actions(struct datapath *, struct sk_buff *, - struct sw_flow_key *, - const struct ofp_action *, int n_actions, - int ignore_no_fwd); -struct sk_buff *execute_setter(struct sk_buff *, uint16_t, - struct sw_flow_key *, const struct ofp_action *); - #endif /* forward.h */