X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Fflow.h;h=44cc3a607cce5a343ec9a3e8b5b28ae183fb6f90;hb=ce640333ea5ad7178a45b1d242af7cad9ca99976;hp=55efede1b885bcda48c3abc57eda91bf3858786f;hpb=064af42167bf4fc9aaea2702d80ce08074b889c0;p=openvswitch diff --git a/datapath/flow.h b/datapath/flow.h index 55efede1..44cc3a60 100644 --- a/datapath/flow.h +++ b/datapath/flow.h @@ -1,3 +1,11 @@ +/* + * Copyright (c) 2009 Nicira Networks. + * Distributed under the terms of the GNU GPL version 2. + * + * Significant portions of this file may be copied from parts of the Linux + * kernel, by Linus Torvalds and others. + */ + #ifndef FLOW_H #define FLOW_H 1 @@ -41,8 +49,6 @@ void flow_deferred_free_acts(struct sw_flow_actions *); int flow_extract(struct sk_buff *, u16 in_port, struct odp_flow_key *); void flow_used(struct sw_flow *, struct sk_buff *); -void print_flow(const struct odp_flow_key *); - int flow_init(void); void flow_exit(void);