link_check_callout
static void link_check_callout(void *);
link_check_callout, p);
callout_reset(&pi->link_check_ch, hz, link_check_callout, pi);
callout_reset(&pi->link_check_ch, hz / 4, link_check_callout, pi);