Searched refs:ipf_outobj (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_auth.c | 593 error = ipf_outobj(softc, data, &softa->ipf_auth_stats, in ipf_auth_ioctl() 996 error = ipf_outobj(softc, data, in ipf_auth_wait()
|
H A D | fil.c | 4902 error = ipf_outobj(softc, data, fp, IPFOBJ_FRENTRY); in frrequest() 6362 ipf_outobj(ipf_main_softc_t *softc, void *data, void *ptr, int type) in ipf_outobj() function 7122 error = ipf_outobj(softc, data, &tu, IPFOBJ_TUNEABLE); 7165 error = ipf_outobj(softc, data, &tu, IPFOBJ_TUNEABLE); 7213 error = ipf_outobj(softc, data, &tu, IPFOBJ_TUNEABLE); 7247 error = ipf_outobj(softc, data, &fio, IPFOBJ_IPFSTAT); 7816 error = ipf_outobj(softc, data, &it, IPFOBJ_IPFITER); 8036 error = ipf_outobj(softc, (void *)data, &fio, IPFOBJ_IPFSTAT); 8141 error = ipf_outobj(softc, (void *)data,
|
H A D | ip_state.c | 708 error = ipf_outobj(softc, data, ipf_state_stats(softc), in ipf_state_ioctl() 791 error = ipf_outobj(softc, data, softs->ipf_state_tcptq, in ipf_state_ioctl() 863 error = ipf_outobj(softc, data, &ips, IPFOBJ_STATESAVE); in ipf_state_getent() 973 error = ipf_outobj(softc, data, &ips, IPFOBJ_STATESAVE); in ipf_state_putent()
|
H A D | ip_nat.c | 1131 (void) ipf_outobj(softc, data, &natd, IPFOBJ_IPNAT); in ipf_nat_ioctl() 1205 error = ipf_outobj(softc, data, nsp, IPFOBJ_NATSTAT); in ipf_nat_ioctl() 1240 error = ipf_outobj(softc, data, &nl, in ipf_nat_ioctl() 1374 error = ipf_outobj(softc, data, softn->ipf_nat_tcptq, in ipf_nat_ioctl() 2127 (void) ipf_outobj(softc, data, ipnn, IPFOBJ_NATSAVE); in ipf_nat_putent()
|
H A D | ip_fil.h | 1696 extern int ipf_outobj(ipf_main_softc_t *, void *, void *, int);
|