summaryrefslogtreecommitdiffstats
path: root/sys/net/pfil.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/pfil.h')
-rw-r--r--sys/net/pfil.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/pfil.h b/sys/net/pfil.h
index 4df1b6f..057a531 100644
--- a/sys/net/pfil.h
+++ b/sys/net/pfil.h
@@ -42,8 +42,7 @@ struct ifnet;
*/
struct packet_filter_hook {
TAILQ_ENTRY(packet_filter_hook) pfil_link;
- int (*pfil_func)(void *, int, struct ifnet *, int,
- struct mbuf **);
+ int (*pfil_func)(void *, int, struct ifnet *, int, struct mbuf **);
int pfil_flags;
};
OpenPOWER on IntegriCloud