HomeSort by: relevance | last modified time | path
    Searched refs:ipf_outobj (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_auth.c 648 error = ipf_outobj(softc, data, &softa->ipf_auth_stats,
1051 error = ipf_outobj(softc, data,
fil.c 4913 error = ipf_outobj(softc, data, fp, IPFOBJ_FRENTRY);
6323 /* As per ipf_outobj, except the size of the object to copy out is passed in*/
6327 /* not possible nor required in ipf_outobj(). */
6375 /* Function: ipf_outobj */
6386 ipf_outobj(ipf_main_softc_t *softc, void *data, void *ptr, int type) function in typeref:typename:int
7136 error = ipf_outobj(softc, data, &tu, IPFOBJ_TUNEABLE);
7179 error = ipf_outobj(softc, data, &tu, IPFOBJ_TUNEABLE);
7227 error = ipf_outobj(softc, data, &tu, IPFOBJ_TUNEABLE);
7261 error = ipf_outobj(softc, data, &fio, IPFOBJ_IPFSTAT);
7834 error = ipf_outobj(softc, data, &it, IPFOBJ_IPFITER)
    [all...]
ip_state.c 720 error = ipf_outobj(softc, data, ipf_state_stats(softc),
815 error = ipf_outobj(softc, data, softs->ipf_state_tcptq,
886 error = ipf_outobj(softc, data, &ips, IPFOBJ_STATESAVE);
994 error = ipf_outobj(softc, data, &ips, IPFOBJ_STATESAVE);
ip_nat.c 1146 (void) ipf_outobj(softc, data, &natd, IPFOBJ_IPNAT);
1220 error = ipf_outobj(softc, data, nsp, IPFOBJ_NATSTAT);
1255 error = ipf_outobj(softc, data, &nl,
1389 error = ipf_outobj(softc, data, softn->ipf_nat_tcptq,
2161 (void) ipf_outobj(softc, data, ipnn, IPFOBJ_NATSAVE);
ip_fil.h 1833 extern int ipf_outobj(ipf_main_softc_t *, void *, void *, int);

Completed in 70 milliseconds