Searched refs:valid_param_list (Results 1 – 2 of 2) sorted by relevance
2388 const char *valid_param_list[] = { "tap", "socket", "dump" in net_host_check_device() local2396 for (i = 0; i < sizeof(valid_param_list) / sizeof(char *); i++) { in net_host_check_device()2397 if (!strncmp(valid_param_list[i], device, in net_host_check_device()2398 strlen(valid_param_list[i]))) in net_host_check_device()
2492 const char *valid_param_list[] = { "tap", "socket", "dump" in net_host_check_device() local2500 for (i = 0; i < sizeof(valid_param_list) / sizeof(char *); i++) { in net_host_check_device()2501 if (!strncmp(valid_param_list[i], device, in net_host_check_device()2502 strlen(valid_param_list[i]))) in net_host_check_device()