summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cisco/enic/enic_clsf.h
blob: b6925b368b77ab77a1e4911940f0f76718cf3471 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef _ENIC_CLSF_H_
#define _ENIC_CLSF_H_

#include "vnic_dev.h"
#include "enic.h"

int enic_addfltr_5t(struct enic *enic, struct flow_keys *keys, u16 rq);
int enic_delfltr(struct enic *enic, u16 filter_id);

#endif /* _ENIC_CLSF_H_ */