rl_init
static void rl_init(void *);
if_setinitfn(ifp, rl_init);
SYSINIT(rl, SI_SUB_PROTO_DOMAININIT, SI_ORDER_ANY, rl_init, NULL);