Searched refs:srp_parse_tmo (Results 1 – 3 of 3) sorted by relevance
122 int srp_parse_tmo(int *tmo, const char *buf);
206 int srp_parse_tmo(int *tmo, const char *buf) in srp_parse_tmo() function217 EXPORT_SYMBOL(srp_parse_tmo);234 res = srp_parse_tmo(&delay, buf); in store_reconnect_delay()286 res = srp_parse_tmo(&fast_io_fail_tmo, buf); in store_srp_rport_fast_io_fail_tmo()321 res = srp_parse_tmo(&dev_loss_tmo, buf); in store_srp_rport_dev_loss_tmo()
164 res = srp_parse_tmo(&tmo, val); in srp_tmo_set()