blob: 6a64dd479f82e75d01d1d1e50a3171ec649e4f16 [file] [log] [blame]
#ifndef FP_CLASSIFIER_H
#define FP_CLASSIFIER_H
/*
* Fast path classifier
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*/
/**--------------------------------------
* API FUNCTIONS
*--------------------------------------*/
struct fpdb_entry *fpc_classify_start(struct sk_buff *skb, struct nf_conntrack_tuple *tuple);
int fpc_classify_finish(struct sk_buff *skb, struct fpdb_entry *el);
struct fp_net_device *fpc_classify(struct sk_buff *skb);
#endif /* FP_CLASSIFIER_H */