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

/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_auth.c615 error = ipf_outobj(softc, data, &softa->ipf_auth_stats,
1032 error = ipf_outobj(softc, data,
H A Dfil.c5020 error = ipf_outobj(softc, data, fp, IPFOBJ_FRENTRY);
6484 /* As per ipf_outobj, except the size of the object to copy out is passed in*/
6488 /* not possible nor required in ipf_outobj(). */
6540 /* Function: ipf_outobj */
6551 ipf_outobj(softc, data, ptr, type) function
7347 error = ipf_outobj(softc, data, &tu, IPFOBJ_TUNEABLE);
7390 error = ipf_outobj(softc, data, &tu, IPFOBJ_TUNEABLE);
7438 error = ipf_outobj(softc, data, &tu, IPFOBJ_TUNEABLE);
7474 error = ipf_outobj(softc, data, &fio, IPFOBJ_IPFSTAT);
8077 error = ipf_outobj(soft
[all...]
H A Dip_state.c729 error = ipf_outobj(softc, data, ipf_state_stats(softc),
824 error = ipf_outobj(softc, data, softs->ipf_state_tcptq,
898 error = ipf_outobj(softc, data, &ips, IPFOBJ_STATESAVE);
1010 error = ipf_outobj(softc, data, &ips, IPFOBJ_STATESAVE);
H A Dip_nat.c1156 (void) ipf_outobj(softc, data, &natd, IPFOBJ_IPNAT);
1230 error = ipf_outobj(softc, data, nsp, IPFOBJ_NATSTAT);
1265 error = ipf_outobj(softc, data, &nl,
1399 error = ipf_outobj(softc, data, softn->ipf_nat_tcptq,
2171 (void) ipf_outobj(softc, data, ipnn, IPFOBJ_NATSAVE);
H A Dip_fil.h1693 extern int ipf_outobj(ipf_main_softc_t *, void *, void *, int);

Completed in 110 milliseconds