Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_lmi.c145 static void LMI_ticker(node_p node, hook_p hook, void *arg1, int arg2);
262 LMI_ticker(node_p node, hook_p hook, void *arg1, int arg2) in LMI_ticker() function
269 LMI_ticker, NULL, 0); in LMI_ticker()
278 LMI_ticker, NULL, 0); in LMI_ticker()
307 ng_callout(&sc->handle, sc->node, NULL, hz, LMI_ticker, NULL, 0); in nglmi_startup()