diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2008-06-13 22:14:15 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2008-06-13 22:14:15 +0000 |
| commit | 37f44cb4289f68504f5ac2097eb5d8d4d31c4390 (patch) | |
| tree | 73b558170fb5c7801f3fea0db4e1007d0362a79d /sys/security/mac/mac_framework.h | |
| parent | cbb0775d1a6bfe17bb6e77f8383c556c77950b56 (diff) | |
Notes
Diffstat (limited to 'sys/security/mac/mac_framework.h')
| -rw-r--r-- | sys/security/mac/mac_framework.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/security/mac/mac_framework.h b/sys/security/mac/mac_framework.h index fa574e93547e..9b02e4f8f4b1 100644 --- a/sys/security/mac/mac_framework.h +++ b/sys/security/mac/mac_framework.h @@ -137,12 +137,12 @@ void mac_inpcb_destroy(struct inpcb *); int mac_inpcb_init(struct inpcb *, int); void mac_inpcb_sosetlabel(struct socket *so, struct inpcb *inp); -void mac_ipq_create(struct mbuf *m, struct ipq *ipq); -void mac_ipq_destroy(struct ipq *); -int mac_ipq_init(struct ipq *, int); -int mac_ipq_match(struct mbuf *m, struct ipq *ipq); -void mac_ipq_reassemble(struct ipq *ipq, struct mbuf *m); -void mac_ipq_update(struct mbuf *m, struct ipq *ipq); +void mac_ipq_create(struct mbuf *m, struct ipq *q); +void mac_ipq_destroy(struct ipq *q); +int mac_ipq_init(struct ipq *q, int); +int mac_ipq_match(struct mbuf *m, struct ipq *q); +void mac_ipq_reassemble(struct ipq *q, struct mbuf *m); +void mac_ipq_update(struct mbuf *m, struct ipq *q); int mac_kenv_check_dump(struct ucred *cred); int mac_kenv_check_get(struct ucred *cred, char *name); |
