Searched refs:ipf_clist (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | mlfk_ipl.c | 90 SYSCTL_ADD_OID(&ipf_clist, SYSCTL_STATIC_CHILDREN(parent), nbr, name, \ 94 SYSCTL_ADD_OID(&ipf_clist, SYSCTL_STATIC_CHILDREN(parent), nbr, name, \ 98 SYSCTL_ADD_OID(&ipf_clist, SYSCTL_STATIC_CHILDREN(parent), nbr, name, \ 102 SYSCTL_ADD_OID(&ipf_clist, SYSCTL_STATIC_CHILDREN(parent), nbr, name, \ 105 static struct sysctl_ctx_list ipf_clist; variable 619 sysctl_ctx_init(&ipf_clist); in ipf_fbsd_sysctl_create() 651 if (sysctl_ctx_free(&ipf_clist)) { in ipf_fbsd_sysctl_destroy()
|