Home
last modified time | relevance | path

Searched refs:dlabel (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/security/mac_ifoff/
H A Dmac_ifoff.c121 ifoff_bpfdesc_check_receive(struct bpf_d *d, struct label *dlabel, in ifoff_bpfdesc_check_receive() argument
/freebsd/sys/security/mac_lomac/
H A Dmac_lomac.c878 lomac_bpfdesc_check_receive(struct bpf_d *d, struct label *dlabel, in lomac_bpfdesc_check_receive() argument
886 a = SLOT(dlabel); in lomac_bpfdesc_check_receive()
896 struct label *dlabel) in lomac_bpfdesc_create() argument
901 dest = SLOT(dlabel); in lomac_bpfdesc_create()
907 lomac_bpfdesc_create_mbuf(struct bpf_d *d, struct label *dlabel, in lomac_bpfdesc_create_mbuf() argument
912 source = SLOT(dlabel); in lomac_bpfdesc_create_mbuf()
/freebsd/sys/security/mac_stub/
H A Dmac_stub.c170 stub_bpfdesc_check_receive(struct bpf_d *d, struct label *dlabel, in stub_bpfdesc_check_receive() argument
179 struct label *dlabel) in stub_bpfdesc_create() argument
185 stub_bpfdesc_create_mbuf(struct bpf_d *d, struct label *dlabel, in stub_bpfdesc_create_mbuf() argument
/freebsd/sys/security/mac_mls/
H A Dmac_mls.c737 mls_bpfdesc_check_receive(struct bpf_d *d, struct label *dlabel, in mls_bpfdesc_check_receive() argument
745 a = SLOT(dlabel); in mls_bpfdesc_check_receive()
754 mls_bpfdesc_create(struct ucred *cred, struct bpf_d *d, struct label *dlabel) in mls_bpfdesc_create() argument
759 dest = SLOT(dlabel); in mls_bpfdesc_create()
765 mls_bpfdesc_create_mbuf(struct bpf_d *d, struct label *dlabel, in mls_bpfdesc_create_mbuf() argument
770 source = SLOT(dlabel); in mls_bpfdesc_create_mbuf()
/freebsd/sys/security/mac_test/
H A Dmac_test.c163 test_bpfdesc_check_receive(struct bpf_d *d, struct label *dlabel, in test_bpfdesc_check_receive() argument
167 LABEL_CHECK(dlabel, MAGIC_BPF); in test_bpfdesc_check_receive()
177 struct label *dlabel) in test_bpfdesc_create() argument
181 LABEL_CHECK(dlabel, MAGIC_BPF); in test_bpfdesc_create()
187 test_bpfdesc_create_mbuf(struct bpf_d *d, struct label *dlabel, in test_bpfdesc_create_mbuf() argument
191 LABEL_CHECK(dlabel, MAGIC_BPF); in test_bpfdesc_create_mbuf()
/freebsd/sys/security/mac_biba/
H A Dmac_biba.c772 biba_bpfdesc_check_receive(struct bpf_d *d, struct label *dlabel, in biba_bpfdesc_check_receive() argument
780 a = SLOT(dlabel); in biba_bpfdesc_check_receive()
790 struct label *dlabel) in biba_bpfdesc_create() argument
795 dest = SLOT(dlabel); in biba_bpfdesc_create()
801 biba_bpfdesc_create_mbuf(struct bpf_d *d, struct label *dlabel, in biba_bpfdesc_create_mbuf() argument
806 source = SLOT(dlabel); in biba_bpfdesc_create_mbuf()
/freebsd/sys/security/mac/
H A Dmac_policy.h129 struct label *dlabel, struct ifnet *ifp,
132 struct bpf_d *d, struct label *dlabel);
134 struct label *dlabel, struct mbuf *m,