Home
last modified time | relevance | path

Searched refs:ipf_inobj (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_auth.c552 error = ipf_inobj(softc, data, &obj, &iter, IPFOBJ_GENITER); in ipf_auth_ioctl()
971 error = ipf_inobj(softc, data, NULL, au, IPFOBJ_FRAUTH); in ipf_auth_wait()
1083 error = ipf_inobj(softc, data, NULL, &auth, IPFOBJ_FRAUTH); in ipf_auth_reply()
H A Dip_lookup.c664 err = ipf_inobj(softc, data, NULL, &iter, IPFOBJ_LOOKUPITER); in ipf_lookup_iterate()
H A Dip_state.c540 error = ipf_inobj(softc, data, NULL, &st, IPFOBJ_IPSTATE); in ipf_state_remove()
755 error = ipf_inobj(softc, data, &obj, &iter, IPFOBJ_GENITER); in ipf_state_ioctl()
825 error = ipf_inobj(softc, data, NULL, &ips, IPFOBJ_STATESAVE); in ipf_state_getent()
890 error = ipf_inobj(softc, data, NULL, &ips, IPFOBJ_STATESAVE); in ipf_state_putent()
4818 error = ipf_inobj(softc, data, NULL, &table, IPFOBJ_GTABLE); in ipf_state_gettable()
H A Dfil.c4422 error = ipf_inobj(softc, data, NULL, fp, IPFOBJ_FRENTRY); in frrequest()
6176 ipf_inobj(ipf_main_softc_t *softc, void *data, ipfobj_t *objp, void *ptr, in ipf_inobj() function
7067 error = ipf_inobj(softc, data, NULL, &tu, IPFOBJ_TUNEABLE);
7243 error = ipf_inobj(softc, data, &obj, &fio, IPFOBJ_IPFSTAT);
7671 error = ipf_inobj(softc, ptr, &obj, &it, IPFOBJ_IPFITER);
7812 error = ipf_inobj(softc, data, &obj, &it, IPFOBJ_IPFITER);
7870 error = ipf_inobj(softc, data, NULL, &iter, IPFOBJ_GENITER);
8031 error = ipf_inobj(softc, (void *)data, &obj, &fio,
H A Dip_nat.c1021 error = ipf_inobj(softc, data, NULL, &natd, in ipf_nat_ioctl()
1213 error = ipf_inobj(softc, data, NULL, &nl, IPFOBJ_NATLOOKUP); in ipf_nat_ioctl()
1345 error = ipf_inobj(softc, data, &obj, &iter, IPFOBJ_GENITER); in ipf_nat_ioctl()
1760 error = ipf_inobj(softc, data, NULL, &ipns, IPFOBJ_NATSAVE); in ipf_nat_getent()
1895 error = ipf_inobj(softc, data, NULL, &ipn, IPFOBJ_NATSAVE); in ipf_nat_putent()
7778 error = ipf_inobj(softc, data, NULL, &table, IPFOBJ_GTABLE); in ipf_nat_gettable()
H A Dip_proxy.c693 error = ipf_inobj(softc, data, NULL, &ctl, IPFOBJ_PROXYCTL); in ipf_proxy_ioctl()
H A Dip_fil.h1684 extern int ipf_inobj(ipf_main_softc_t *, void *, ipfobj_t *,