Home
last modified time | relevance | path

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

/src/sys/netpfil/ipfilter/netinet/
H A Dmlfk_ipl.c92 SYSCTL_ADD_OID(&ipf_clist, SYSCTL_STATIC_CHILDREN(parent), nbr, name, \
96 SYSCTL_ADD_OID(&ipf_clist, SYSCTL_STATIC_CHILDREN(parent), nbr, name, \
100 SYSCTL_ADD_OID(&ipf_clist, SYSCTL_STATIC_CHILDREN(parent), nbr, name, \
104 SYSCTL_ADD_OID(&ipf_clist, SYSCTL_STATIC_CHILDREN(parent), nbr, name, \
107 static struct sysctl_ctx_list ipf_clist; variable
616 sysctl_ctx_init(&ipf_clist); in ipf_fbsd_sysctl_create()
648 if (sysctl_ctx_free(&ipf_clist)) { in ipf_fbsd_sysctl_destroy()