Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netpfil/ipfilter/netinet/
HDip_auth.c596 error = ipf_outobj(softc, data, &softa->ipf_auth_stats, in ipf_auth_ioctl()
999 error = ipf_outobj(softc, data, in ipf_auth_wait()
HDfil.c4906 error = ipf_outobj(softc, data, fp, IPFOBJ_FRENTRY); in frrequest()
6366 ipf_outobj(ipf_main_softc_t *softc, void *data, void *ptr, int type) in ipf_outobj() function
7126 error = ipf_outobj(softc, data, &tu, IPFOBJ_TUNEABLE);
7169 error = ipf_outobj(softc, data, &tu, IPFOBJ_TUNEABLE);
7217 error = ipf_outobj(softc, data, &tu, IPFOBJ_TUNEABLE);
7251 error = ipf_outobj(softc, data, &fio, IPFOBJ_IPFSTAT);
7820 error = ipf_outobj(softc, data, &it, IPFOBJ_IPFITER);
8040 error = ipf_outobj(softc, (void *)data, &fio, IPFOBJ_IPFSTAT);
8145 error = ipf_outobj(softc, (void *)data,
HDip_state.c712 error = ipf_outobj(softc, data, ipf_state_stats(softc), in ipf_state_ioctl()
795 error = ipf_outobj(softc, data, softs->ipf_state_tcptq, in ipf_state_ioctl()
867 error = ipf_outobj(softc, data, &ips, IPFOBJ_STATESAVE); in ipf_state_getent()
977 error = ipf_outobj(softc, data, &ips, IPFOBJ_STATESAVE); in ipf_state_putent()
HDip_nat.c1135 (void) ipf_outobj(softc, data, &natd, IPFOBJ_IPNAT); in ipf_nat_ioctl()
1209 error = ipf_outobj(softc, data, nsp, IPFOBJ_NATSTAT); in ipf_nat_ioctl()
1244 error = ipf_outobj(softc, data, &nl, in ipf_nat_ioctl()
1378 error = ipf_outobj(softc, data, softn->ipf_nat_tcptq, in ipf_nat_ioctl()
2131 (void) ipf_outobj(softc, data, ipnn, IPFOBJ_NATSAVE); in ipf_nat_putent()
HDip_fil.h1698 extern int ipf_outobj(ipf_main_softc_t *, void *, void *, int);