Lines Matching refs:secctx
396 char *secctx = NULL; in netlbl_unlhsh_add() local
461 &secctx, in netlbl_unlhsh_add()
463 audit_log_format(audit_buf, " sec_obj=%s", secctx); in netlbl_unlhsh_add()
464 security_release_secctx(secctx, secctx_len); in netlbl_unlhsh_add()
495 char *secctx; in netlbl_unlhsh_remove_addr4() local
518 &secctx, &secctx_len) == 0) { in netlbl_unlhsh_remove_addr4()
519 audit_log_format(audit_buf, " sec_obj=%s", secctx); in netlbl_unlhsh_remove_addr4()
520 security_release_secctx(secctx, secctx_len); in netlbl_unlhsh_remove_addr4()
557 char *secctx; in netlbl_unlhsh_remove_addr6() local
579 &secctx, &secctx_len) == 0) { in netlbl_unlhsh_remove_addr6()
580 audit_log_format(audit_buf, " sec_obj=%s", secctx); in netlbl_unlhsh_remove_addr6()
581 security_release_secctx(secctx, secctx_len); in netlbl_unlhsh_remove_addr6()
1094 char *secctx; in netlbl_unlabel_staticlist_gen() local
1150 ret_val = security_secid_to_secctx(secid, &secctx, &secctx_len); in netlbl_unlabel_staticlist_gen()
1156 secctx); in netlbl_unlabel_staticlist_gen()
1157 security_release_secctx(secctx, secctx_len); in netlbl_unlabel_staticlist_gen()