Searched refs:reorder_timeout (Results 1 – 1 of 1) sorted by relevance
164 static int reorder_timeout = PPTP_REORDER_TIMEOUT; variable165 SYSCTL_UINT(_net_graph_pptpgre, OID_AUTO, reorder_timeout, CTLFLAG_RWTUN,166 &reorder_timeout, 0, "Reorder timeout is milliseconds");1158 ticks = (((reorder_timeout * hz) + 1000 - 1) / 1000) + 1; in ng_pptpgre_start_reorder_timer()