2 * Copyright (c) 2009 Nicira Networks.
3 * Distributed under the terms of the GNU GPL version 2.
5 * Significant portions of this file may be copied from parts of the Linux
6 * kernel, by Linus Torvalds and others.
12 #include <linux/gfp.h>
19 int dp_xmit_skb(struct sk_buff *);
20 int execute_actions(struct datapath *dp, struct sk_buff *skb,
21 struct odp_flow_key *key,
22 const union odp_action *, int n_actions,
25 #endif /* actions.h */