Deleted Added
full compact
34c34
< * $FreeBSD: head/sys/security/mac/mac_policy.h 122820 2003-11-16 23:31:45Z rwatson $
---
> * $FreeBSD: head/sys/security/mac/mac_policy.h 122875 2003-11-18 00:39:07Z rwatson $
56a57
> struct inpcb;
88a90
> int (*mpo_init_inpcb_label)(struct label *label, int flag);
101a104
> void (*mpo_destroy_inpcb_label)(struct label *label);
214a218,220
> void (*mpo_create_inpcb_from_socket)(struct socket *so,
> struct label *solabel, struct inpcb *inp,
> struct label *inplabel);
253a260,262
> void (*mpo_inpcb_sosetlabel)(struct socket *so,
> struct label *label, struct inpcb *inp,
> struct label *inplabel);
288a298,300
> int (*mpo_check_inpcb_deliver)(struct inpcb *inp,
> struct label *inplabel, struct mbuf *m,
> struct label *mlabel);