| /f-stack/freebsd/security/mac/ |
| H A D | mac_inet.c | 212 mlabel = mac_mbuf_to_label(m); in mac_netinet_fragment() 235 struct label *mlabel; in mac_inpcb_create_mbuf() local 242 mlabel = mac_mbuf_to_label(m); in mac_inpcb_create_mbuf() 245 mlabel); in mac_inpcb_create_mbuf() 268 struct label *mlabel; in mac_netinet_arp_send() local 274 mlabel = mac_mbuf_to_label(m); in mac_netinet_arp_send() 278 mlabel); in mac_netinet_arp_send() 313 struct label *mlabel; in mac_netinet_igmp_send() local 323 mlabel); in mac_netinet_igmp_send() 498 struct label *mlabel; in mac_syncache_create_mbuf() local [all …]
|
| H A D | mac_policy.h | 130 struct label *mlabel); 196 struct label *mlabel); 203 struct label *mlabel); 215 struct label *mlabel); 223 struct label *mlabel); 276 struct label *mlabel); 281 struct label *mlabel); 289 struct label *mlabel); 292 struct label *mlabel); 294 struct label *mlabel); [all …]
|
| H A D | mac_inet6.c | 179 struct label *mlabel; in mac_netinet6_nd6_send() local 184 mlabel = mac_mbuf_to_label(m); in mac_netinet6_nd6_send() 187 mlabel); in mac_netinet6_nd6_send()
|
| /f-stack/freebsd/security/mac_stub/ |
| H A D | mac_stub.c | 187 struct mbuf *m, struct label *mlabel) in stub_bpfdesc_create_mbuf() argument 364 struct mbuf *m, struct label *mlabel) in stub_ifnet_check_transmit() argument 378 struct mbuf *m, struct label *mlabel) in stub_ifnet_create_mbuf() argument 392 struct mbuf *m, struct label *mlabel) in stub_inpcb_check_deliver() argument 407 struct mbuf *m, struct label *mlabel) in stub_inpcb_create_mbuf() argument 438 struct label *mlabel) in stub_ip6q_reassemble() argument 467 struct label *mlabel) in stub_ipq_reassemble() argument 539 struct mbuf *m, struct label *mlabel) in stub_netinet_arp_send() argument 579 struct mbuf *m, struct label *mlabel) in stub_netinet_igmp_send() argument 592 struct mbuf *m, struct label *mlabel) in stub_netinet6_nd6_send() argument [all …]
|
| /f-stack/freebsd/security/mac_lomac/ |
| H A D | mac_lomac.c | 906 dest = SLOT(mlabel); in lomac_bpfdesc_create_mbuf() 1165 p = SLOT(mlabel); in lomac_ifnet_check_transmit() 1236 dest = SLOT(mlabel); in lomac_ifnet_create_mbuf() 1262 p = SLOT(mlabel); in lomac_inpcb_check_deliver() 1305 dest = SLOT(mlabel); in lomac_inpcb_create_mbuf() 1343 b = SLOT(mlabel); in lomac_ip6q_match() 1355 dest = SLOT(mlabel); in lomac_ip6q_reassemble() 1388 b = SLOT(mlabel); in lomac_ipq_match() 1400 dest = SLOT(mlabel); in lomac_ipq_reassemble() 1452 dest = SLOT(mlabel); in lomac_netinet_arp_send() [all …]
|
| /f-stack/freebsd/security/mac_ifoff/ |
| H A D | mac_ifoff.c | 134 struct mbuf *m, struct label *mlabel) in ifoff_ifnet_check_transmit() argument 142 struct mbuf *m, struct label *mlabel) in ifoff_inpcb_check_deliver() argument 154 struct mbuf *m, struct label *mlabel) in ifoff_socket_check_deliver() argument
|
| /f-stack/freebsd/security/mac_biba/ |
| H A D | mac_biba.c | 810 dest = SLOT(mlabel); in biba_bpfdesc_create_mbuf() 1051 p = SLOT(mlabel); in biba_ifnet_check_transmit() 1121 dest = SLOT(mlabel); in biba_ifnet_create_mbuf() 1147 p = SLOT(mlabel); in biba_inpcb_check_deliver() 1192 dest = SLOT(mlabel); in biba_inpcb_create_mbuf() 1230 b = SLOT(mlabel); in biba_ip6q_match() 1242 dest = SLOT(mlabel); in biba_ip6q_reassemble() 1275 b = SLOT(mlabel); in biba_ipq_match() 1287 dest = SLOT(mlabel); in biba_ipq_reassemble() 1360 dest = SLOT(mlabel); in biba_netinet_arp_send() [all …]
|
| /f-stack/freebsd/security/mac_mls/ |
| H A D | mac_mls.c | 775 dest = SLOT(mlabel); in mls_bpfdesc_create_mbuf() 1013 p = SLOT(mlabel); in mls_ifnet_check_transmit() 1043 dest = SLOT(mlabel); in mls_ifnet_create_mbuf() 1069 p = SLOT(mlabel); in mls_inpcb_check_deliver() 1112 dest = SLOT(mlabel); in mls_inpcb_create_mbuf() 1150 b = SLOT(mlabel); in mls_ip6q_match() 1162 dest = SLOT(mlabel); in mls_ip6q_reassemble() 1195 b = SLOT(mlabel); in mls_ipq_match() 1207 dest = SLOT(mlabel); in mls_ipq_reassemble() 1256 dest = SLOT(mlabel); in mls_netinet_arp_send() [all …]
|
| /f-stack/freebsd/security/mac_test/ |
| H A D | mac_test.c | 194 LABEL_CHECK(mlabel, MAGIC_MBUF); in test_bpfdesc_create_mbuf() 554 LABEL_CHECK(mlabel, MAGIC_MBUF); in test_ifnet_check_transmit() 586 LABEL_CHECK(mlabel, MAGIC_MBUF); in test_ifnet_create_mbuf() 651 LABEL_CHECK(mlabel, MAGIC_MBUF); in test_inpcb_check_deliver() 690 LABEL_CHECK(mlabel, MAGIC_MBUF); in test_inpcb_create_mbuf() 782 struct label *mlabel) in test_ip6q_reassemble() argument 786 LABEL_CHECK(mlabel, MAGIC_MBUF); in test_ip6q_reassemble() 796 LABEL_CHECK(mlabel, MAGIC_MBUF); in test_ip6q_update() 852 struct label *mlabel) in test_ipq_reassemble() argument 856 LABEL_CHECK(mlabel, MAGIC_MBUF); in test_ipq_reassemble() [all …]
|