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
726 * @value: desired value
730 * Set the value of the unlabeled accept flag to @value.
733 static void netlbl_unlabel_acceptflg_set(u8 value,
740 netlabel_unlabel_acceptflg = value;
745 " unlbl_accept=%u old=%u", value, old_val);
809 u8 value;
813 value = nla_get_u8(info->attrs[NLBL_UNLABEL_A_ACPTFLG]);
814 if (value == 1 || value == 0) {
816 netlbl_unlabel_acceptflg_set(value, &audit_info);