11 struct sk_buff *make_writable(struct sk_buff *, gfp_t gfp);
12 int dp_xmit_skb(struct sk_buff *);
13 int execute_actions(struct datapath *dp, struct sk_buff *skb,
14 struct odp_flow_key *key,
15 const union odp_action *, int n_actions,
18 #endif /* actions.h */