Home
last modified time | relevance | path

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

/freebsd/sys/security/mac_ifoff/
H A Dmac_ifoff.c122 struct ifnet *ifp, struct label *ifplabel) in ifoff_bpfdesc_check_receive() argument
129 ifoff_ifnet_check_transmit(struct ifnet *ifp, struct label *ifplabel, in ifoff_ifnet_check_transmit() argument
/freebsd/sys/security/mac_test/
H A Dmac_test.c164 struct ifnet *ifp, struct label *ifplabel) in test_bpfdesc_check_receive() argument
168 LABEL_CHECK(ifplabel, MAGIC_IFNET); in test_bpfdesc_check_receive()
582 struct label *ifplabel, struct label *newlabel) in test_ifnet_check_relabel() argument
586 LABEL_CHECK(ifplabel, MAGIC_IFNET); in test_ifnet_check_relabel()
595 test_ifnet_check_transmit(struct ifnet *ifp, struct label *ifplabel, in test_ifnet_check_transmit() argument
599 LABEL_CHECK(ifplabel, MAGIC_IFNET); in test_ifnet_check_transmit()
618 test_ifnet_create(struct ifnet *ifp, struct label *ifplabel) in test_ifnet_create() argument
621 LABEL_CHECK(ifplabel, MAGIC_IFNET); in test_ifnet_create()
627 test_ifnet_create_mbuf(struct ifnet *ifp, struct label *ifplabel, in test_ifnet_create_mbuf() argument
631 LABEL_CHECK(ifplabel, MAGIC_IFNET); in test_ifnet_create_mbuf()
[all …]
/freebsd/sys/security/mac/
H A Dmac_policy.h130 struct label *ifplabel);
207 struct ifnet *ifp, struct label *ifplabel,
210 struct label *ifplabel, struct mbuf *m,
215 struct label *ifplabel);
217 struct label *ifplabel, struct mbuf *m,
226 struct label *ifplabel, struct label *newlabel);
298 struct label *ifplabel, struct mbuf *m,
314 struct label *ifplabel, struct mbuf *m,
320 struct label *ifplabel, struct mbuf *m,
/freebsd/sys/security/mac_lomac/
H A Dmac_lomac.c879 struct ifnet *ifp, struct label *ifplabel) in lomac_bpfdesc_check_receive() argument
887 b = SLOT(ifplabel); in lomac_bpfdesc_check_receive()
1108 struct label *ifplabel, struct label *newlabel) in lomac_ifnet_check_relabel() argument
1164 lomac_ifnet_check_transmit(struct ifnet *ifp, struct label *ifplabel, in lomac_ifnet_check_transmit() argument
1173 i = SLOT(ifplabel); in lomac_ifnet_check_transmit()
1179 lomac_ifnet_create(struct ifnet *ifp, struct label *ifplabel) in lomac_ifnet_create() argument
1186 dest = SLOT(ifplabel); in lomac_ifnet_create()
1237 lomac_ifnet_create_mbuf(struct ifnet *ifp, struct label *ifplabel, in lomac_ifnet_create_mbuf() argument
1242 source = SLOT(ifplabel); in lomac_ifnet_create_mbuf()
1250 struct label *ifplabel, struct label *newlabel) in lomac_ifnet_relabel() argument
[all …]
/freebsd/sys/security/mac_mls/
H A Dmac_mls.c738 struct ifnet *ifp, struct label *ifplabel) in mls_bpfdesc_check_receive() argument
746 b = SLOT(ifplabel); in mls_bpfdesc_check_receive()
978 struct label *ifplabel, struct label *newlabel) in mls_ifnet_check_relabel() argument
1001 mls_ifnet_check_transmit(struct ifnet *ifp, struct label *ifplabel, in mls_ifnet_check_transmit() argument
1010 i = SLOT(ifplabel); in mls_ifnet_check_transmit()
1016 mls_ifnet_create(struct ifnet *ifp, struct label *ifplabel) in mls_ifnet_create() argument
1021 dest = SLOT(ifplabel); in mls_ifnet_create()
1033 mls_ifnet_create_mbuf(struct ifnet *ifp, struct label *ifplabel, in mls_ifnet_create_mbuf() argument
1038 source = SLOT(ifplabel); in mls_ifnet_create_mbuf()
1046 struct label *ifplabel, struct label *newlabel) in mls_ifnet_relabel() argument
[all …]
/freebsd/sys/security/mac_biba/
H A Dmac_biba.c773 struct ifnet *ifp, struct label *ifplabel) in biba_bpfdesc_check_receive() argument
781 b = SLOT(ifplabel); in biba_bpfdesc_check_receive()
1013 struct label *ifplabel, struct label *newlabel) in biba_ifnet_check_relabel() argument
1040 biba_ifnet_check_transmit(struct ifnet *ifp, struct label *ifplabel, in biba_ifnet_check_transmit() argument
1049 i = SLOT(ifplabel); in biba_ifnet_check_transmit()
1055 biba_ifnet_create(struct ifnet *ifp, struct label *ifplabel) in biba_ifnet_create() argument
1062 dest = SLOT(ifplabel); in biba_ifnet_create()
1112 biba_ifnet_create_mbuf(struct ifnet *ifp, struct label *ifplabel, in biba_ifnet_create_mbuf() argument
1117 source = SLOT(ifplabel); in biba_ifnet_create_mbuf()
1125 struct label *ifplabel, struct label *newlabel) in biba_ifnet_relabel() argument
[all …]
/freebsd/sys/security/mac_stub/
H A Dmac_stub.c171 struct ifnet *ifp, struct label *ifplabel) in stub_bpfdesc_check_receive() argument
388 struct label *ifplabel, struct label *newlabel) in stub_ifnet_check_relabel() argument
395 stub_ifnet_check_transmit(struct ifnet *ifp, struct label *ifplabel, in stub_ifnet_check_transmit() argument
403 stub_ifnet_create(struct ifnet *ifp, struct label *ifplabel) in stub_ifnet_create() argument
409 stub_ifnet_create_mbuf(struct ifnet *ifp, struct label *ifplabel, in stub_ifnet_create_mbuf() argument
417 struct label *ifplabel, struct label *newlabel) in stub_ifnet_relabel() argument