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()
1084 error = ipf_inobj(softc, data, NULL, &auth, IPFOBJ_FRAUTH); in ipf_auth_reply()
H A Dip_lookup.c662 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()
757 error = ipf_inobj(softc, data, &obj, &iter, IPFOBJ_GENITER); in ipf_state_ioctl()
828 error = ipf_inobj(softc, data, NULL, &ips, IPFOBJ_STATESAVE); in ipf_state_getent()
893 error = ipf_inobj(softc, data, NULL, &ips, IPFOBJ_STATESAVE); in ipf_state_putent()
4804 error = ipf_inobj(softc, data, NULL, &table, IPFOBJ_GTABLE); in ipf_state_gettable()
H A Dfil.c4442 error = ipf_inobj(softc, data, NULL, fp, IPFOBJ_FRENTRY); in frrequest()
6244 ipf_inobj(ipf_main_softc_t *softc, void *data, ipfobj_t *objp, void *ptr, in ipf_inobj() function
7135 error = ipf_inobj(softc, data, NULL, &tu, IPFOBJ_TUNEABLE);
7311 error = ipf_inobj(softc, data, &obj, &fio, IPFOBJ_IPFSTAT);
7743 error = ipf_inobj(softc, ptr, &obj, &it, IPFOBJ_IPFITER);
7884 error = ipf_inobj(softc, data, &obj, &it, IPFOBJ_IPFITER);
7942 error = ipf_inobj(softc, data, NULL, &iter, IPFOBJ_GENITER);
8103 error = ipf_inobj(softc, (void *)data, &obj, &fio,
H A Dip_nat.c1022 error = ipf_inobj(softc, data, NULL, &natd, in ipf_nat_ioctl()
1250 error = ipf_inobj(softc, data, NULL, &nl, IPFOBJ_NATLOOKUP); in ipf_nat_ioctl()
1384 error = ipf_inobj(softc, data, &obj, &iter, IPFOBJ_GENITER); in ipf_nat_ioctl()
1799 error = ipf_inobj(softc, data, NULL, &ipns, IPFOBJ_NATSAVE); in ipf_nat_getent()
1935 error = ipf_inobj(softc, data, NULL, &ipn, IPFOBJ_NATSAVE); in ipf_nat_putent()
7802 error = ipf_inobj(softc, data, NULL, &table, IPFOBJ_GTABLE); in ipf_nat_gettable()
H A Dip_proxy.c691 error = ipf_inobj(softc, data, NULL, &ctl, IPFOBJ_PROXYCTL); in ipf_proxy_ioctl()
H A Dip_fil.h1687 extern int ipf_inobj(ipf_main_softc_t *, void *, ipfobj_t *,