Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netpfil/ipfilter/netinet/
H A Dip_auth.c555 error = ipf_inobj(softc, data, &obj, &iter, IPFOBJ_GENITER); in ipf_auth_ioctl()
974 error = ipf_inobj(softc, data, NULL, au, IPFOBJ_FRAUTH); in ipf_auth_wait()
1086 error = ipf_inobj(softc, data, NULL, &auth, IPFOBJ_FRAUTH); in ipf_auth_reply()
H A Dip_lookup.c667 err = ipf_inobj(softc, data, NULL, &iter, IPFOBJ_LOOKUPITER); in ipf_lookup_iterate()
H A Dip_state.c544 error = ipf_inobj(softc, data, NULL, &st, IPFOBJ_IPSTATE); in ipf_state_remove()
759 error = ipf_inobj(softc, data, &obj, &iter, IPFOBJ_GENITER); in ipf_state_ioctl()
829 error = ipf_inobj(softc, data, NULL, &ips, IPFOBJ_STATESAVE); in ipf_state_getent()
894 error = ipf_inobj(softc, data, NULL, &ips, IPFOBJ_STATESAVE); in ipf_state_putent()
4822 error = ipf_inobj(softc, data, NULL, &table, IPFOBJ_GTABLE); in ipf_state_gettable()
H A Dfil.c4426 error = ipf_inobj(softc, data, NULL, fp, IPFOBJ_FRENTRY); in frrequest()
6180 ipf_inobj(ipf_main_softc_t *softc, void *data, ipfobj_t *objp, void *ptr, in ipf_inobj() function
7071 error = ipf_inobj(softc, data, NULL, &tu, IPFOBJ_TUNEABLE);
7247 error = ipf_inobj(softc, data, &obj, &fio, IPFOBJ_IPFSTAT);
7675 error = ipf_inobj(softc, ptr, &obj, &it, IPFOBJ_IPFITER);
7816 error = ipf_inobj(softc, data, &obj, &it, IPFOBJ_IPFITER);
7874 error = ipf_inobj(softc, data, NULL, &iter, IPFOBJ_GENITER);
8035 error = ipf_inobj(softc, (void *)data, &obj, &fio,
H A Dip_nat.c1025 error = ipf_inobj(softc, data, NULL, &natd, in ipf_nat_ioctl()
1217 error = ipf_inobj(softc, data, NULL, &nl, IPFOBJ_NATLOOKUP); in ipf_nat_ioctl()
1349 error = ipf_inobj(softc, data, &obj, &iter, IPFOBJ_GENITER); in ipf_nat_ioctl()
1764 error = ipf_inobj(softc, data, NULL, &ipns, IPFOBJ_NATSAVE); in ipf_nat_getent()
1899 error = ipf_inobj(softc, data, NULL, &ipn, IPFOBJ_NATSAVE); in ipf_nat_putent()
7782 error = ipf_inobj(softc, data, NULL, &table, IPFOBJ_GTABLE); in ipf_nat_gettable()
H A Dip_proxy.c696 error = ipf_inobj(softc, data, NULL, &ctl, IPFOBJ_PROXYCTL); in ipf_proxy_ioctl()
H A Dip_fil.h1686 extern int ipf_inobj(ipf_main_softc_t *, void *, ipfobj_t *,