Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_dfs.c271 callout_schedule(&dfs->nol_timer, oldest + NOL_TIMEOUT - now); in dfs_timeout()
371 callout_schedule(&dfs->cac_timer, 0); in ieee80211_dfs_notify_radar()
/f-stack/tools/compat/include/sys/
H A Dcallout.h123 int callout_schedule(struct callout *, int);
/f-stack/freebsd/sys/
H A Dcallout.h125 int callout_schedule(struct callout *, int);
/f-stack/freebsd/netinet/
H A Dif_ether.c254 callout_schedule(&lle->lle_timer, hz * V_arpt_rexmit); in arptimer()
270 callout_schedule(&lle->lle_timer, hz * V_arpt_rexmit); in arptimer()
280 callout_schedule(&lle->lle_timer, hz * V_arpt_rexmit); in arptimer()
H A Dtcp_syncache.c2444 callout_schedule(&sc->secret.reseed, SYNCOOKIE_LIFETIME * hz); in syncookie_reseed()
2540 callout_schedule(&sc->pause_co, delta * hz); in syncache_unpause()
/f-stack/freebsd/kern/
H A Dkern_ntptime.c1037 callout_schedule(&resettodr_callout, resettodr_period * hz); in periodic_resettodr()
H A Dkern_timeout.c1045 callout_schedule(struct callout *c, int to_ticks) in callout_schedule() function
/f-stack/lib/
H A Dff_kern_timeout.c786 callout_schedule(struct callout *c, int to_ticks) in callout_schedule() function
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64lsn.c997 callout_schedule(&cfg->periodic, hz * PERIODIC_DELAY); in nat64lsn_periodic()
/f-stack/freebsd/net/
H A Dif_vxlan.c1882 callout_schedule(&sc->vxl_callout, vxlan_ftable_prune_period * hz); in vxlan_timer()
/f-stack/freebsd/netipsec/
H A Dkey.c4737 callout_schedule(&key_timer, hz); in key_timehandler()