aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe/adapter.h
diff options
context:
space:
mode:
authorNavdeep Parhar <np@FreeBSD.org>2020-02-04 01:09:02 +0000
committerNavdeep Parhar <np@FreeBSD.org>2020-02-04 01:09:02 +0000
commit87bbb3338ec01b76a84480c44053c0d1ffe7cf49 (patch)
tree07acbf0fa1869a8bf9d4aaa7315046d7548871c5 /sys/dev/cxgbe/adapter.h
parent1486d2de9ef3e1d313cc0c2a92f0799ad1667bfa (diff)
Notes
Diffstat (limited to 'sys/dev/cxgbe/adapter.h')
-rw-r--r--sys/dev/cxgbe/adapter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/cxgbe/adapter.h b/sys/dev/cxgbe/adapter.h
index 4437a2cd11cf6..6a9e86a512259 100644
--- a/sys/dev/cxgbe/adapter.h
+++ b/sys/dev/cxgbe/adapter.h
@@ -54,6 +54,7 @@
#include <net/if.h>
#include <net/if_var.h>
#include <net/if_media.h>
+#include <net/pfil.h>
#include <netinet/in.h>
#include <netinet/tcp_lro.h>
@@ -191,6 +192,7 @@ struct vi_info {
struct port_info *pi;
struct ifnet *ifp;
+ struct pfil_head *pfil;
unsigned long flags;
int if_flags;