Searched refs:ipf_auth_softc_t (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_auth.c | 169 ipf_auth_softc_t *softa; 171 KMALLOC(softa, ipf_auth_softc_t *); 203 ipf_auth_softc_t *softa = arg; 239 ipf_auth_softc_t *softa = arg; 299 ipf_auth_softc_t *softa = arg; 323 ipf_auth_softc_t *softa = arg; 345 ipf_auth_softc_t *softa = softc->ipf_auth_soft; 816 ipf_auth_softc_t *softa = arg; 948 ipf_auth_softc_t *softa; in ipf_auth_deref_unlocked() 997 ipf_auth_softc_t *softa; [all …]
|
| H A D | mlfk_ipl.c | 398 ipf_auth_softc_t *auth_softc; in sysctl_ipf_int_auth() 638 NULL, offsetof(ipf_auth_softc_t, ipf_auth_size), ""); in ipf_fbsd_sysctl_create() 640 NULL, offsetof(ipf_auth_softc_t, ipf_auth_used), ""); in ipf_fbsd_sysctl_create() 642 NULL, offsetof(ipf_auth_softc_t, ipf_auth_defaultage), ""); in ipf_fbsd_sysctl_create()
|
| H A D | ip_auth.h | 69 } ipf_auth_softc_t; typedef
|