Lines Matching refs:dest

482 biba_copy(struct mac_biba *source, struct mac_biba *dest)  in biba_copy()  argument
486 biba_copy_effective(source, dest); in biba_copy()
488 biba_copy_range(source, dest); in biba_copy()
761 biba_copy_label(struct label *src, struct label *dest) in biba_copy_label() argument
764 *SLOT(dest) = *SLOT(src); in biba_copy_label()
792 struct mac_biba *source, *dest; in biba_bpfdesc_create() local
795 dest = SLOT(dlabel); in biba_bpfdesc_create()
797 biba_copy_effective(source, dest); in biba_bpfdesc_create()
804 struct mac_biba *source, *dest; in biba_bpfdesc_create_mbuf() local
807 dest = SLOT(mlabel); in biba_bpfdesc_create_mbuf()
809 biba_copy_effective(source, dest); in biba_bpfdesc_create_mbuf()
905 struct mac_biba *dest; in biba_cred_create_init() local
907 dest = SLOT(cred->cr_label); in biba_cred_create_init()
909 biba_set_effective(dest, MAC_BIBA_TYPE_HIGH, 0, NULL); in biba_cred_create_init()
910 biba_set_range(dest, MAC_BIBA_TYPE_LOW, 0, NULL, MAC_BIBA_TYPE_HIGH, in biba_cred_create_init()
917 struct mac_biba *dest; in biba_cred_create_swapper() local
919 dest = SLOT(cred->cr_label); in biba_cred_create_swapper()
921 biba_set_effective(dest, MAC_BIBA_TYPE_EQUAL, 0, NULL); in biba_cred_create_swapper()
922 biba_set_range(dest, MAC_BIBA_TYPE_LOW, 0, NULL, MAC_BIBA_TYPE_HIGH, in biba_cred_create_swapper()
929 struct mac_biba *source, *dest; in biba_cred_relabel() local
932 dest = SLOT(cred->cr_label); in biba_cred_relabel()
934 biba_copy(source, dest); in biba_cred_relabel()
978 struct mac_biba *source, *dest; in biba_devfs_create_symlink() local
981 dest = SLOT(delabel); in biba_devfs_create_symlink()
983 biba_copy_effective(source, dest); in biba_devfs_create_symlink()
990 struct mac_biba *source, *dest; in biba_devfs_update() local
993 dest = SLOT(delabel); in biba_devfs_update()
995 biba_copy(source, dest); in biba_devfs_update()
1003 struct mac_biba *source, *dest; in biba_devfs_vnode_associate() local
1006 dest = SLOT(vplabel); in biba_devfs_vnode_associate()
1008 biba_copy_effective(source, dest); in biba_devfs_vnode_associate()
1059 struct mac_biba *dest; in biba_ifnet_create() local
1062 dest = SLOT(ifplabel); in biba_ifnet_create()
1107 biba_set_effective(dest, type, 0, NULL); in biba_ifnet_create()
1108 biba_set_range(dest, type, 0, NULL, type, 0, NULL); in biba_ifnet_create()
1115 struct mac_biba *source, *dest; in biba_ifnet_create_mbuf() local
1118 dest = SLOT(mlabel); in biba_ifnet_create_mbuf()
1120 biba_copy_effective(source, dest); in biba_ifnet_create_mbuf()
1127 struct mac_biba *source, *dest; in biba_ifnet_relabel() local
1130 dest = SLOT(ifplabel); in biba_ifnet_relabel()
1132 biba_copy(source, dest); in biba_ifnet_relabel()
1172 struct mac_biba *source, *dest; in biba_inpcb_create() local
1175 dest = SLOT(inplabel); in biba_inpcb_create()
1178 biba_copy_effective(source, dest); in biba_inpcb_create()
1186 struct mac_biba *source, *dest; in biba_inpcb_create_mbuf() local
1189 dest = SLOT(mlabel); in biba_inpcb_create_mbuf()
1191 biba_copy_effective(source, dest); in biba_inpcb_create_mbuf()
1198 struct mac_biba *source, *dest; in biba_inpcb_sosetlabel() local
1203 dest = SLOT(inplabel); in biba_inpcb_sosetlabel()
1205 biba_copy(source, dest); in biba_inpcb_sosetlabel()
1212 struct mac_biba *source, *dest; in biba_ip6q_create() local
1215 dest = SLOT(q6label); in biba_ip6q_create()
1217 biba_copy_effective(source, dest); in biba_ip6q_create()
1236 struct mac_biba *source, *dest; in biba_ip6q_reassemble() local
1239 dest = SLOT(mlabel); in biba_ip6q_reassemble()
1242 biba_copy_effective(source, dest); in biba_ip6q_reassemble()
1257 struct mac_biba *source, *dest; in biba_ipq_create() local
1260 dest = SLOT(qlabel); in biba_ipq_create()
1262 biba_copy_effective(source, dest); in biba_ipq_create()
1281 struct mac_biba *source, *dest; in biba_ipq_reassemble() local
1284 dest = SLOT(mlabel); in biba_ipq_reassemble()
1287 biba_copy_effective(source, dest); in biba_ipq_reassemble()
1343 struct mac_biba *source, *dest; in biba_mount_create() local
1346 dest = SLOT(mplabel); in biba_mount_create()
1348 biba_copy_effective(source, dest); in biba_mount_create()
1355 struct mac_biba *dest; in biba_netinet_arp_send() local
1357 dest = SLOT(mlabel); in biba_netinet_arp_send()
1359 biba_set_effective(dest, MAC_BIBA_TYPE_EQUAL, 0, NULL); in biba_netinet_arp_send()
1366 struct mac_biba *source, *dest; in biba_netinet_firewall_reply() local
1369 dest = SLOT(msendlabel); in biba_netinet_firewall_reply()
1371 biba_copy_effective(source, dest); in biba_netinet_firewall_reply()
1377 struct mac_biba *dest; in biba_netinet_firewall_send() local
1379 dest = SLOT(mlabel); in biba_netinet_firewall_send()
1382 biba_set_effective(dest, MAC_BIBA_TYPE_EQUAL, 0, NULL); in biba_netinet_firewall_send()
1389 struct mac_biba *source, *dest; in biba_netinet_fragment() local
1392 dest = SLOT(fraglabel); in biba_netinet_fragment()
1394 biba_copy_effective(source, dest); in biba_netinet_fragment()
1401 struct mac_biba *source, *dest; in biba_netinet_icmp_reply() local
1404 dest = SLOT(msendlabel); in biba_netinet_icmp_reply()
1406 biba_copy_effective(source, dest); in biba_netinet_icmp_reply()
1413 struct mac_biba *dest; in biba_netinet_igmp_send() local
1415 dest = SLOT(mlabel); in biba_netinet_igmp_send()
1417 biba_set_effective(dest, MAC_BIBA_TYPE_EQUAL, 0, NULL); in biba_netinet_igmp_send()
1424 struct mac_biba *dest; in biba_netinet6_nd6_send() local
1426 dest = SLOT(mlabel); in biba_netinet6_nd6_send()
1428 biba_set_effective(dest, MAC_BIBA_TYPE_EQUAL, 0, NULL); in biba_netinet6_nd6_send()
1571 struct mac_biba *source, *dest; in biba_pipe_create() local
1574 dest = SLOT(pplabel); in biba_pipe_create()
1576 biba_copy_effective(source, dest); in biba_pipe_create()
1583 struct mac_biba *source, *dest; in biba_pipe_relabel() local
1586 dest = SLOT(pplabel); in biba_pipe_relabel()
1588 biba_copy(source, dest); in biba_pipe_relabel()
1685 struct mac_biba *source, *dest; in biba_posixsem_create() local
1688 dest = SLOT(kslabel); in biba_posixsem_create()
1690 biba_copy_effective(source, dest); in biba_posixsem_create()
1871 struct mac_biba *source, *dest; in biba_posixshm_create() local
1874 dest = SLOT(shmlabel); in biba_posixshm_create()
1876 biba_copy_effective(source, dest); in biba_posixshm_create()
2226 struct mac_biba *source, *dest; in biba_socket_create() local
2229 dest = SLOT(solabel); in biba_socket_create()
2231 biba_copy_effective(source, dest); in biba_socket_create()
2238 struct mac_biba *source, *dest; in biba_socket_create_mbuf() local
2241 dest = SLOT(mlabel); in biba_socket_create_mbuf()
2244 biba_copy_effective(source, dest); in biba_socket_create_mbuf()
2252 struct mac_biba source, *dest; in biba_socket_newconn() local
2258 dest = SLOT(newsolabel); in biba_socket_newconn()
2261 biba_copy_effective(&source, dest); in biba_socket_newconn()
2269 struct mac_biba *source, *dest; in biba_socket_relabel() local
2274 dest = SLOT(solabel); in biba_socket_relabel()
2276 biba_copy(source, dest); in biba_socket_relabel()
2283 struct mac_biba *source, *dest; in biba_socketpeer_set_from_mbuf() local
2286 dest = SLOT(sopeerlabel); in biba_socketpeer_set_from_mbuf()
2289 biba_copy_effective(source, dest); in biba_socketpeer_set_from_mbuf()
2298 struct mac_biba source, *dest; in biba_socketpeer_set_from_socket() local
2303 dest = SLOT(newsopeerlabel); in biba_socketpeer_set_from_socket()
2306 biba_copy_effective(&source, dest); in biba_socketpeer_set_from_socket()
2313 struct mac_biba *source, *dest; in biba_syncache_create() local
2316 dest = SLOT(label); in biba_syncache_create()
2317 biba_copy_effective(source, dest); in biba_syncache_create()
2324 struct mac_biba *source, *dest; in biba_syncache_create_mbuf() local
2327 dest = SLOT(mlabel); in biba_syncache_create_mbuf()
2328 biba_copy_effective(source, dest); in biba_syncache_create_mbuf()
2482 struct mac_biba *source, *dest; in biba_sysvmsg_create() local
2486 dest = SLOT(msglabel); in biba_sysvmsg_create()
2488 biba_copy_effective(source, dest); in biba_sysvmsg_create()
2623 struct mac_biba *source, *dest; in biba_sysvmsq_create() local
2626 dest = SLOT(msqlabel); in biba_sysvmsq_create()
2628 biba_copy_effective(source, dest); in biba_sysvmsq_create()
2721 struct mac_biba *source, *dest; in biba_sysvsem_create() local
2724 dest = SLOT(semalabel); in biba_sysvsem_create()
2726 biba_copy_effective(source, dest); in biba_sysvsem_create()
2812 struct mac_biba *source, *dest; in biba_sysvshm_create() local
2815 dest = SLOT(shmlabel); in biba_sysvshm_create()
2817 biba_copy_effective(source, dest); in biba_sysvshm_create()
2824 struct mac_biba mb_temp, *source, *dest; in biba_vnode_associate_extattr() local
2828 dest = SLOT(vplabel); in biba_vnode_associate_extattr()
2837 biba_copy_effective(source, dest); in biba_vnode_associate_extattr()
2857 biba_copy_effective(&mb_temp, dest); in biba_vnode_associate_extattr()
2865 struct mac_biba *source, *dest; in biba_vnode_associate_singlelabel() local
2868 dest = SLOT(vplabel); in biba_vnode_associate_singlelabel()
2870 biba_copy_effective(source, dest); in biba_vnode_associate_singlelabel()
3510 struct mac_biba *source, *dest, mb_temp; in biba_vnode_create_extattr() local
3518 dest = SLOT(vplabel); in biba_vnode_create_extattr()
3524 biba_copy_effective(source, dest); in biba_vnode_create_extattr()
3532 struct mac_biba *source, *dest; in biba_vnode_relabel() local
3535 dest = SLOT(vplabel); in biba_vnode_relabel()
3537 biba_copy(source, dest); in biba_vnode_relabel()