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.h224 struct callout jcallout; member
H A Dnat64lsn.c1360 if (callout_pending(&cfg->jcallout) == 0) in nat64lsn_enqueue_job()
1361 callout_reset(&cfg->jcallout, 1, nat64lsn_do_request, cfg); in nat64lsn_enqueue_job()
1713 callout_init(&cfg->jcallout, CALLOUT_MPSAFE); in nat64lsn_init_instance()
1788 callout_drain(&cfg->jcallout); in nat64lsn_destroy_instance()