Lines Matching refs:value
53 * and addresses of unlabeled packets to a user specified secid value for the
223 * @secid: LSM secid value for entry
228 * a negative value is returned.
263 * @secid: LSM secid value for entry
268 * a negative value is returned.
356 * @secid: LSM secid value for the entry
728 * @value: desired value
732 * Set the value of the unlabeled accept flag to @value.
735 static void netlbl_unlabel_acceptflg_set(u8 value,
742 netlabel_unlabel_acceptflg = value;
747 " unlbl_accept=%u old=%u", value, old_val);
811 u8 value;
815 value = nla_get_u8(info->attrs[NLBL_UNLABEL_A_ACPTFLG]);
816 if (value == 1 || value == 0) {
818 netlbl_unlabel_acceptflg_set(value, &audit_info);