| /freebsd-14.2/sys/security/mac/ |
| H A D | mac_inet.c | 221 mlabel = mac_mbuf_to_label(m); in mac_netinet_fragment() 244 struct label *mlabel; in mac_inpcb_create_mbuf() local 251 mlabel = mac_mbuf_to_label(m); in mac_inpcb_create_mbuf() 254 mlabel); in mac_inpcb_create_mbuf() 277 struct label *mlabel; in mac_netinet_arp_send() local 283 mlabel = mac_mbuf_to_label(m); in mac_netinet_arp_send() 287 m, mlabel); in mac_netinet_arp_send() 322 struct label *mlabel; in mac_netinet_igmp_send() local 332 m, mlabel); in mac_netinet_igmp_send() 508 struct label *mlabel; in mac_syncache_create_mbuf() local [all …]
|
| H A D | mac_policy.h | 135 struct label *mlabel); 207 struct label *mlabel); 214 struct label *mlabel); 226 struct label *mlabel); 234 struct label *mlabel); 295 struct label *mlabel); 300 struct label *mlabel); 308 struct label *mlabel); 311 struct label *mlabel); 313 struct label *mlabel); [all …]
|
| H A D | mac_inet6.c | 188 struct label *mlabel; in mac_netinet6_nd6_send() local 193 mlabel = mac_mbuf_to_label(m); in mac_netinet6_nd6_send() 196 mlabel); in mac_netinet6_nd6_send()
|
| /freebsd-14.2/sys/security/mac_stub/ |
| H A D | mac_stub.c | 188 struct mbuf *m, struct label *mlabel) in stub_bpfdesc_create_mbuf() argument 381 struct mbuf *m, struct label *mlabel) in stub_ifnet_check_transmit() argument 395 struct mbuf *m, struct label *mlabel) in stub_ifnet_create_mbuf() argument 409 struct mbuf *m, struct label *mlabel) in stub_inpcb_check_deliver() argument 424 struct mbuf *m, struct label *mlabel) in stub_inpcb_create_mbuf() argument 455 struct label *mlabel) in stub_ip6q_reassemble() argument 484 struct label *mlabel) in stub_ipq_reassemble() argument 563 struct mbuf *m, struct label *mlabel) in stub_netinet_arp_send() argument 603 struct mbuf *m, struct label *mlabel) in stub_netinet_igmp_send() argument 616 struct mbuf *m, struct label *mlabel) in stub_netinet6_nd6_send() argument [all …]
|
| /freebsd-14.2/sys/security/mac_lomac/ |
| H A D | mac_lomac.c | 914 dest = SLOT(mlabel); in lomac_bpfdesc_create_mbuf() 1173 p = SLOT(mlabel); in lomac_ifnet_check_transmit() 1244 dest = SLOT(mlabel); in lomac_ifnet_create_mbuf() 1270 p = SLOT(mlabel); in lomac_inpcb_check_deliver() 1313 dest = SLOT(mlabel); in lomac_inpcb_create_mbuf() 1351 b = SLOT(mlabel); in lomac_ip6q_match() 1363 dest = SLOT(mlabel); in lomac_ip6q_reassemble() 1396 b = SLOT(mlabel); in lomac_ipq_match() 1408 dest = SLOT(mlabel); in lomac_ipq_reassemble() 1460 dest = SLOT(mlabel); in lomac_netinet_arp_send() [all …]
|
| /freebsd-14.2/sys/security/mac_mls/ |
| H A D | mac_mls.c | 773 dest = SLOT(mlabel); in mls_bpfdesc_create_mbuf() 1011 p = SLOT(mlabel); in mls_ifnet_check_transmit() 1041 dest = SLOT(mlabel); in mls_ifnet_create_mbuf() 1067 p = SLOT(mlabel); in mls_inpcb_check_deliver() 1110 dest = SLOT(mlabel); in mls_inpcb_create_mbuf() 1148 b = SLOT(mlabel); in mls_ip6q_match() 1160 dest = SLOT(mlabel); in mls_ip6q_reassemble() 1193 b = SLOT(mlabel); in mls_ipq_match() 1205 dest = SLOT(mlabel); in mls_ipq_reassemble() 1254 dest = SLOT(mlabel); in mls_netinet_arp_send() [all …]
|
| /freebsd-14.2/sys/security/mac_biba/ |
| H A D | mac_biba.c | 808 dest = SLOT(mlabel); in biba_bpfdesc_create_mbuf() 1049 p = SLOT(mlabel); in biba_ifnet_check_transmit() 1119 dest = SLOT(mlabel); in biba_ifnet_create_mbuf() 1145 p = SLOT(mlabel); in biba_inpcb_check_deliver() 1190 dest = SLOT(mlabel); in biba_inpcb_create_mbuf() 1228 b = SLOT(mlabel); in biba_ip6q_match() 1240 dest = SLOT(mlabel); in biba_ip6q_reassemble() 1273 b = SLOT(mlabel); in biba_ipq_match() 1285 dest = SLOT(mlabel); in biba_ipq_reassemble() 1358 dest = SLOT(mlabel); in biba_netinet_arp_send() [all …]
|
| /freebsd-14.2/sys/security/mac_ifoff/ |
| H A D | mac_ifoff.c | 132 struct mbuf *m, struct label *mlabel) in ifoff_ifnet_check_transmit() argument 140 struct mbuf *m, struct label *mlabel) in ifoff_inpcb_check_deliver() argument 152 struct mbuf *m, struct label *mlabel) in ifoff_socket_check_deliver() argument
|
| /freebsd-14.2/sys/security/mac_test/ |
| H A D | mac_test.c | 194 LABEL_CHECK(mlabel, MAGIC_MBUF); in test_bpfdesc_create_mbuf() 576 LABEL_CHECK(mlabel, MAGIC_MBUF); in test_ifnet_check_transmit() 608 LABEL_CHECK(mlabel, MAGIC_MBUF); in test_ifnet_create_mbuf() 673 LABEL_CHECK(mlabel, MAGIC_MBUF); in test_inpcb_check_deliver() 712 LABEL_CHECK(mlabel, MAGIC_MBUF); in test_inpcb_create_mbuf() 804 struct label *mlabel) in test_ip6q_reassemble() argument 808 LABEL_CHECK(mlabel, MAGIC_MBUF); in test_ip6q_reassemble() 818 LABEL_CHECK(mlabel, MAGIC_MBUF); in test_ip6q_update() 874 struct label *mlabel) in test_ipq_reassemble() argument 878 LABEL_CHECK(mlabel, MAGIC_MBUF); in test_ipq_reassemble() [all …]
|