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

/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_auth.c661 error = ipf_outobj(softc, data, &softa->ipf_auth_stats,
1078 error = ipf_outobj(softc, data,
H A Dfil.c4961 error = ipf_outobj(softc, data, fp, IPFOBJ_FRENTRY);
6428 /* As per ipf_outobj, except the size of the object to copy out is passed in*/
6432 /* not possible nor required in ipf_outobj(). */
6484 /* Function: ipf_outobj */
6495 ipf_outobj(softc, data, ptr, type) function
7278 error = ipf_outobj(softc, data, &tu, IPFOBJ_TUNEABLE);
7321 error = ipf_outobj(softc, data, &tu, IPFOBJ_TUNEABLE);
7369 error = ipf_outobj(softc, data, &tu, IPFOBJ_TUNEABLE);
7405 error = ipf_outobj(softc, data, &fio, IPFOBJ_IPFSTAT);
8012 error = ipf_outobj(soft
[all...]
H A Dip_state.c726 error = ipf_outobj(softc, data, ipf_state_stats(softc),
821 error = ipf_outobj(softc, data, softs->ipf_state_tcptq,
895 error = ipf_outobj(softc, data, &ips, IPFOBJ_STATESAVE);
1007 error = ipf_outobj(softc, data, &ips, IPFOBJ_STATESAVE);
H A Dip_nat.c1172 (void) ipf_outobj(softc, data, &natd, IPFOBJ_IPNAT);
1246 error = ipf_outobj(softc, data, nsp, IPFOBJ_NATSTAT);
1281 error = ipf_outobj(softc, data, &nl,
1415 error = ipf_outobj(softc, data, softn->ipf_nat_tcptq,
2195 (void) ipf_outobj(softc, data, ipnn, IPFOBJ_NATSAVE);
H A Dip_fil.h1833 extern int ipf_outobj __P((ipf_main_softc_t *, void *, void *, int));

Completed in 259 milliseconds