ip_nat.c | 3476 nat_t **natp; local in function:ipf_nat_hashtab_add 3517 natp = &softn->ipf_nat_table[0][hv0]; 3518 nat->nat_phnext[0] = natp; 3519 nat->nat_hnext[0] = *natp; 3520 if (*natp) { 3521 (*natp)->nat_phnext[0] = &nat->nat_hnext[0]; 3525 *natp = nat; 3531 natp = &softn->ipf_nat_table[1][hv1]; 3532 nat->nat_phnext[1] = natp; 3533 nat->nat_hnext[1] = *natp; 4261 nat_t **natp; local in function:ipf_nat_tabmove 6666 nat_t *nat, **natp; local in function:ipf_nat_extraflush 7907 nat_t **newtab[2], *nat, **natp; local in function:ipf_nat_rehash [all...] |