HomeSort by: relevance | last modified time | path
    Searched defs:ipf_inobj (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
fil.c 4425 error = ipf_inobj(softc, data, NULL, fp, IPFOBJ_FRENTRY);
6184 /* Function: ipf_inobj */
6200 ipf_inobj(ipf_main_softc_t *softc, void *data, ipfobj_t *objp, void *ptr, function in typeref:typename:int
6264 /* As per ipf_inobj, except the size of the object to copy in is passed in */
6268 /* not possible nor required in ipf_inobj(). */
7081 error = ipf_inobj(softc, data, NULL, &tu, IPFOBJ_TUNEABLE);
7257 error = ipf_inobj(softc, data, &obj, &fio, IPFOBJ_IPFSTAT);
7689 error = ipf_inobj(softc, ptr, &obj, &it, IPFOBJ_IPFITER);
7830 error = ipf_inobj(softc, data, &obj, &it, IPFOBJ_IPFITER);
7888 error = ipf_inobj(softc, data, NULL, &iter, IPFOBJ_GENITER)
    [all...]
fil.c 4425 error = ipf_inobj(softc, data, NULL, fp, IPFOBJ_FRENTRY);
6184 /* Function: ipf_inobj */
6200 ipf_inobj(ipf_main_softc_t *softc, void *data, ipfobj_t *objp, void *ptr, function in typeref:typename:int
6264 /* As per ipf_inobj, except the size of the object to copy in is passed in */
6268 /* not possible nor required in ipf_inobj(). */
7081 error = ipf_inobj(softc, data, NULL, &tu, IPFOBJ_TUNEABLE);
7257 error = ipf_inobj(softc, data, &obj, &fio, IPFOBJ_IPFSTAT);
7689 error = ipf_inobj(softc, ptr, &obj, &it, IPFOBJ_IPFITER);
7830 error = ipf_inobj(softc, data, &obj, &it, IPFOBJ_IPFITER);
7888 error = ipf_inobj(softc, data, NULL, &iter, IPFOBJ_GENITER)
    [all...]

Completed in 64 milliseconds