Searched refs:ipf_outobj (Results 1 – 5 of 5) sorted by relevance
| /src/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 | 4970 error = ipf_outobj(softc, data, fp, IPFOBJ_FRENTRY); in frrequest() 6430 ipf_outobj(ipf_main_softc_t *softc, void *data, void *ptr, int type) in ipf_outobj() function 7190 error = ipf_outobj(softc, data, &tu, IPFOBJ_TUNEABLE); 7233 error = ipf_outobj(softc, data, &tu, IPFOBJ_TUNEABLE); 7281 error = ipf_outobj(softc, data, &tu, IPFOBJ_TUNEABLE); 7315 error = ipf_outobj(softc, data, &fio, IPFOBJ_IPFSTAT); 7888 error = ipf_outobj(softc, data, &it, IPFOBJ_IPFITER); 8108 error = ipf_outobj(softc, (void *)data, &fio, IPFOBJ_IPFSTAT); 8213 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() 793 error = ipf_outobj(softc, data, softs->ipf_state_tcptq, in ipf_state_ioctl() 866 error = ipf_outobj(softc, data, &ips, IPFOBJ_STATESAVE); in ipf_state_getent() 975 error = ipf_outobj(softc, data, &ips, IPFOBJ_STATESAVE); in ipf_state_putent()
|
| H A D | ip_nat.c | 1168 (void) ipf_outobj(softc, data, &natd, IPFOBJ_IPNAT); in ipf_nat_ioctl() 1242 error = ipf_outobj(softc, data, nsp, IPFOBJ_NATSTAT); in ipf_nat_ioctl() 1277 error = ipf_outobj(softc, data, &nl, in ipf_nat_ioctl() 1413 error = ipf_outobj(softc, data, softn->ipf_nat_tcptq, in ipf_nat_ioctl() 2167 (void) ipf_outobj(softc, data, ipnn, IPFOBJ_NATSAVE); in ipf_nat_putent()
|
| H A D | ip_fil.h | 1699 extern int ipf_outobj(ipf_main_softc_t *, void *, void *, int);
|