Lines Matching refs:secctx
390 char *secctx = NULL; in netlbl_unlhsh_add() local
455 &secctx, in netlbl_unlhsh_add()
457 audit_log_format(audit_buf, " sec_obj=%s", secctx); in netlbl_unlhsh_add()
458 security_release_secctx(secctx, secctx_len); in netlbl_unlhsh_add()
489 char *secctx; in netlbl_unlhsh_remove_addr4() local
512 &secctx, &secctx_len) == 0) { in netlbl_unlhsh_remove_addr4()
513 audit_log_format(audit_buf, " sec_obj=%s", secctx); in netlbl_unlhsh_remove_addr4()
514 security_release_secctx(secctx, secctx_len); in netlbl_unlhsh_remove_addr4()
551 char *secctx; in netlbl_unlhsh_remove_addr6() local
573 &secctx, &secctx_len) == 0) { in netlbl_unlhsh_remove_addr6()
574 audit_log_format(audit_buf, " sec_obj=%s", secctx); in netlbl_unlhsh_remove_addr6()
575 security_release_secctx(secctx, secctx_len); in netlbl_unlhsh_remove_addr6()
1089 char *secctx; in netlbl_unlabel_staticlist_gen() local
1145 ret_val = security_secid_to_secctx(secid, &secctx, &secctx_len); in netlbl_unlabel_staticlist_gen()
1151 secctx); in netlbl_unlabel_staticlist_gen()
1152 security_release_secctx(secctx, secctx_len); in netlbl_unlabel_staticlist_gen()