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

  /src/sys/external/bsd/ipf/netinet/
ip_nat.c 1988 * Initialize all these so that ipf_nat_delete() doesn't cause a crash.
2253 /* Function: ipf_nat_delete */
2264 ipf_nat_delete(ipf_main_softc_t *softc, struct nat *nat, int logtype) function in typeref:typename:void
2431 /* log record should be emitted in ipf_nat_delete() if NAT logging is */
2457 ipf_nat_delete(softc, nat, NL_FLUSH);
2537 ipf_nat_delete(softc, nat, NL_PURGE);
5814 ipf_nat_delete(softc, tqe->tqe_parent, NL_EXPIRE);
5823 ipf_nat_delete(softc, tqe->tqe_parent, NL_EXPIRE);
6240 ipf_nat_delete(softc, nat, NL_EXPIRE);
6276 * Initialize all these so that ipf_nat_delete() doesn't cause a crash
    [all...]
ip_nat.h 699 extern void ipf_nat_delete(ipf_main_softc_t *, struct nat *, int);

Completed in 31 milliseconds