Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c84 static uint32_t ipfm_timeout_tcall_ival = IPFM_TIMEOUT_TCALL_INTERVAL; variable
95 ipfm_timeout_tcall_ival, CTLFLAG_RW | CTLFLAG_LOCKED,
96 &ipfm_timeout_tcall_ival, 0, "");
856 uint32_t delay = MAX(1, ipfm_timeout_tcall_ival); /* seconds */ in ipfq_sched_timeout()