Lines Matching refs:RSECflag
241 static boolean_t RSECflag = B_FALSE; /* Security attributes */ variable
419 RSECflag = B_TRUE; in main()
518 if (RSECflag && !is_system_labeled()) { in main()
570 if (RSECflag) { in main()
1639 if (RSECflag && attr != NULL && attr->tme_flags != 0) { in mitcp_state()
1676 if (RSECflag && attr != NULL && attr->tme_flags != 0) { in miudp_state()
4392 RSECflag ? " Gateway security attributes " : "", in ire_report_item_v4()
4393 RSECflag ? "-------------------------------" : ""); in ire_report_item_v4()
4638 RSECflag ? " Gateway security attributes " : "", in ire_report_item_v6()
4639 RSECflag ? "-------------------------------" : ""); in ire_report_item_v6()
4714 if (!RSECflag || attr == NULL || in print_transport_label()
4785 v4_attrs = family_selected(AF_INET) && RSECflag ? in tcp_report()
4788 v6_attrs = family_selected(AF_INET6) && RSECflag ? in tcp_report()
5010 v4_attrs = family_selected(AF_INET) && RSECflag ? in udp_report()
5012 v6_attrs = family_selected(AF_INET6) && RSECflag ? in udp_report()
5188 if (RSECflag && attr != NULL && attr->tme_flags != 0) { in nssctp_state()
5402 attrs = RSECflag ? in sctp_report()
6092 if (!RSECflag || attrs == NULL) in pr_secattr()