Searched refs:local_string (Results 1 – 1 of 1) sorted by relevance
9872 char *local_string = NULL; in necp_set_socket_attribute() local9890 local_string = (char *)kalloc_data(string_size + 1, Z_WAITOK | Z_ZERO); in necp_set_socket_attribute()9891 if (local_string == NULL) { in necp_set_socket_attribute()9902 memcpy(local_string, value, string_size); in necp_set_socket_attribute()9903 local_string[string_size] = 0; in necp_set_socket_attribute()9911 *buffer_p = local_string; in necp_set_socket_attribute()9914 if (local_string != NULL) { in necp_set_socket_attribute()9915 kfree_data(local_string, string_size + 1); in necp_set_socket_attribute()