summaryrefslogtreecommitdiffstats
path: root/sys/net/if_slvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_slvar.h')
-rw-r--r--sys/net/if_slvar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/if_slvar.h b/sys/net/if_slvar.h
index 9529c81..0abb285 100644
--- a/sys/net/if_slvar.h
+++ b/sys/net/if_slvar.h
@@ -69,6 +69,7 @@ struct sl_softc {
struct callout_handle sc_kahandle;
struct slcompress sc_comp; /* tcp compression data */
LIST_ENTRY(sl_softc) sl_next;
+ u_char *bpfbuf; /* hing buffer for bpf here */
};
/* internal flags */
OpenPOWER on IntegriCloud