Lines Matching refs:RSECflag
246 static boolean_t RSECflag = B_FALSE; /* Security attributes */ variable
485 RSECflag = B_TRUE; in main()
588 if (RSECflag && !is_system_labeled()) { in main()
651 if (RSECflag) { in main()
2047 if (RSECflag && attr != NULL && attr->tme_flags != 0) { in mitcp_state()
2084 if (RSECflag && attr != NULL && attr->tme_flags != 0) { in miudp_state()
4817 RSECflag ? " Gateway security attributes " : "", in ire_report_item_v4()
4818 RSECflag ? "-------------------------------" : ""); in ire_report_item_v4()
5094 RSECflag ? " Gateway security attributes " : "", in ire_report_item_v6()
5095 RSECflag ? "-------------------------------" : ""); in ire_report_item_v6()
5268 if (!RSECflag || attr == NULL || in print_transport_label()
5510 v4_attrs = family_selected(AF_INET) && RSECflag ? in tcp_report()
5513 v6_attrs = family_selected(AF_INET6) && RSECflag ? in tcp_report()
5957 v4_attrs = family_selected(AF_INET) && RSECflag ? in udp_report()
5959 v6_attrs = family_selected(AF_INET6) && RSECflag ? in udp_report()
6286 if (RSECflag && attr != NULL && attr->tme_flags != 0) { in nssctp_state()
6544 attrs = RSECflag ? in sctp_report()
7304 if (!RSECflag || attrs == NULL) in pr_secattr()