Searched refs:ipf_inobj (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_auth.c | 552 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 D | ip_lookup.c | 664 err = ipf_inobj(softc, data, NULL, &iter, IPFOBJ_LOOKUPITER); in ipf_lookup_iterate()
|
H A D | ip_state.c | 540 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 D | fil.c | 4422 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 D | ip_nat.c | 1021 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 D | ip_proxy.c | 693 error = ipf_inobj(softc, data, NULL, &ctl, IPFOBJ_PROXYCTL); in ipf_proxy_ioctl()
|
H A D | ip_fil.h | 1684 extern int ipf_inobj(ipf_main_softc_t *, void *, ipfobj_t *,
|