Home | History | Annotate | Download | only in npf

Lines Matching defs:alg

147 	/* ALG (if any) associated with this NAT entry. */
329 npf_nat_freealg(npf_natpolicy_t *np, npf_alg_t *alg)
335 if (nt->nt_alg == alg) {
336 npf_alg_destroy(np->n_npfctx, alg, nt, nt->nt_conn);
605 /* Execute ALG translation first. */
788 /* Determine whether any ALG matches. */
841 * npf_nat_setalg: associate an ALG with the NAT entry.
844 npf_nat_setalg(npf_nat_t *nt, npf_alg_t *alg, uintptr_t arg)
846 nt->nt_alg = alg;
870 npf_alg_t *alg;
872 /* Execute the ALG destroy callback, if any. */
873 if ((alg = npf_nat_getalg(nt)) != NULL) {
874 npf_alg_destroy(npf, alg, nt, con);
1013 printf("\tNAT ALG = %p, ARG = %p\n",