Deleted Added
full compact
1c1
< /* $FreeBSD: head/sys/net/pfil.h 130731 2004-06-19 14:58:35Z bde $ */
---
> /* $FreeBSD: head/sys/net/pfil.h 135920 2004-09-29 04:54:33Z mlaier $ */
42a43
> struct inpcb;
50c51
< int (*pfil_func)(void *, struct mbuf **, struct ifnet *, int);
---
> int (*pfil_func)(void *, struct mbuf **, struct ifnet *, int, struct inpcb *);
87c88
< int);
---
> int, struct inpcb *inp);
90c91
< struct ifnet *, int), void *, int, struct pfil_head *);
---
> struct ifnet *, int, struct inpcb *), void *, int, struct pfil_head *);
92c93
< struct ifnet *, int), void *, int, struct pfil_head *);
---
> struct ifnet *, int, struct inpcb *), void *, int, struct pfil_head *);