Deleted Added
full compact
34c34
< * $FreeBSD: head/sys/security/mac/mac_framework.h 122810 2003-11-16 20:18:24Z rwatson $
---
> * $FreeBSD: head/sys/security/mac/mac_framework.h 122875 2003-11-18 00:39:07Z rwatson $
112a113
> struct inpcb;
113a115
> struct inpcb;
139a142
> int mac_init_inpcb(struct inpcb *, int flag);
153a157
> void mac_destroy_inpcb(struct inpcb *);
207a212
> void mac_create_inpcb_from_socket(struct socket *so, struct inpcb *inp);
221a227
> void mac_inpcb_sosetlabel(struct socket *so, struct inpcb *inp);
241a248
> int mac_check_inpcb_deliver(struct inpcb *inp, struct mbuf *m);