Searched refs:callout_schedule (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_dfs.c | 271 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 D | callout.h | 123 int callout_schedule(struct callout *, int);
|
| /f-stack/freebsd/sys/ |
| H A D | callout.h | 125 int callout_schedule(struct callout *, int);
|
| /f-stack/freebsd/netinet/ |
| H A D | if_ether.c | 254 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 D | tcp_syncache.c | 2444 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 D | kern_ntptime.c | 1037 callout_schedule(&resettodr_callout, resettodr_period * hz); in periodic_resettodr()
|
| H A D | kern_timeout.c | 1045 callout_schedule(struct callout *c, int to_ticks) in callout_schedule() function
|
| /f-stack/lib/ |
| H A D | ff_kern_timeout.c | 786 callout_schedule(struct callout *c, int to_ticks) in callout_schedule() function
|
| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64lsn.c | 997 callout_schedule(&cfg->periodic, hz * PERIODIC_DELAY); in nat64lsn_periodic()
|
| /f-stack/freebsd/net/ |
| H A D | if_vxlan.c | 1882 callout_schedule(&sc->vxl_callout, vxlan_ftable_prune_period * hz); in vxlan_timer()
|
| /f-stack/freebsd/netipsec/ |
| H A D | key.c | 4737 callout_schedule(&key_timer, hz); in key_timehandler()
|