Home
last modified time | relevance | path

Searched refs:reorder_timeout (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_pptpgre.c164 static int reorder_timeout = PPTP_REORDER_TIMEOUT; variable
165 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()