Deleted Added
full compact
25c25
< * $FreeBSD: head/sys/netinet/ip_fw.h 134022 2004-08-19 17:38:47Z andre $
---
> * $FreeBSD: head/sys/netinet/ip_fw.h 135920 2004-09-29 04:54:33Z mlaier $
427a428
> struct inpcb *inp;
438,439c439,440
< int ipfw_check_in(void *, struct mbuf **, struct ifnet *, int);
< int ipfw_check_out(void *, struct mbuf **, struct ifnet *, int);
---
> int ipfw_check_in(void *, struct mbuf **, struct ifnet *, int, struct inpcb *inp);
> int ipfw_check_out(void *, struct mbuf **, struct ifnet *, int, struct inpcb *inp);