taglinefilesource code
natp1331net/core/net_alias.cstruct net_alias_type **natp;
natp1353net/core/net_alias.cfor (natp = &nat_base[hash]; *natp ; natp = &(*natp)->next)
natp1355net/core/net_alias.cif (nat==(*natp))
natp1357net/core/net_alias.c*natp = nat->next;