Searched refs:tftp_timeout_count_max (Results 1 – 3 of 3) sorted by relevance
45 extern int tftp_timeout_count_max;61 saved_timeout_count = tftp_timeout_count_max; in update_load()67 tftp_timeout_count_max = cnt_max; in update_load()84 tftp_timeout_count_max = saved_timeout_count; in update_load()
57 int tftp_timeout_count_max = TIMEOUT_COUNT; variable606 timeout_count_max = tftp_timeout_count_max; in tftp_handler()725 tftp_timeout_count_max = simple_strtol(ep, NULL, 10); in tftp_start()727 if (tftp_timeout_count_max < 0) { in tftp_start()729 tftp_timeout_count_max); in tftp_start()730 tftp_timeout_count_max = 0; in tftp_start()814 timeout_count_max = tftp_timeout_count_max; in tftp_start()862 timeout_count_max = tftp_timeout_count_max; in tftp_start_server()
26 extern int tftp_timeout_count_max;