Searched refs:local_string (Results 1 – 1 of 1) sorted by relevance
9927 char *local_string = NULL; in necp_set_socket_attribute() local9946 local_string = (char *)kalloc_data(string_size + 1, Z_WAITOK | Z_ZERO); in necp_set_socket_attribute()9947 if (local_string == NULL) { in necp_set_socket_attribute()9958 memcpy(local_string, value, string_size); in necp_set_socket_attribute()9959 local_string[string_size] = 0; in necp_set_socket_attribute()9966 *buffer_p = local_string; in necp_set_socket_attribute()9974 if (local_string != NULL) { in necp_set_socket_attribute()9975 kfree_data(local_string, string_size + 1); in necp_set_socket_attribute()