Searched refs:right_response (Results 1 – 1 of 1) sorted by relevance
5178 char *right_response = NULL; in drbd_do_auth() local5315 right_response = kmalloc(resp_size, GFP_NOIO); in drbd_do_auth()5316 if (!right_response) { in drbd_do_auth()5322 right_response); in drbd_do_auth()5329 rv = !memcmp(response, right_response, resp_size); in drbd_do_auth()5340 kfree(right_response); in drbd_do_auth()