Searched refs:ipf_outobj (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14-stable/sys/netpfil/ipfilter/netinet/ |
| HD | ip_auth.c | 596 error = ipf_outobj(softc, data, &softa->ipf_auth_stats, in ipf_auth_ioctl() 999 error = ipf_outobj(softc, data, in ipf_auth_wait()
|
| HD | fil.c | 4906 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,
|
| HD | ip_state.c | 712 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()
|
| HD | ip_nat.c | 1135 (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()
|
| HD | ip_fil.h | 1698 extern int ipf_outobj(ipf_main_softc_t *, void *, void *, int);
|