Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.h238 struct callout jcallout; member
H A Dnat64lsn.c1383 if (callout_pending(&cfg->jcallout) == 0) in nat64lsn_enqueue_job()
1384 callout_reset(&cfg->jcallout, 1, nat64lsn_do_request, cfg); in nat64lsn_enqueue_job()
1864 callout_init(&cfg->jcallout, CALLOUT_MPSAFE); in nat64lsn_init_config()
1939 callout_drain(&cfg->jcallout); in nat64lsn_destroy_config()