taglinefilesource code
natp1313net/core/net_alias.cstruct net_alias_type **natp;
natp1335net/core/net_alias.cfor (natp = &nat_base[hash]; *natp ; natp = &(*natp)->next)
natp1337net/core/net_alias.cif (nat==(*natp))
natp1339net/core/net_alias.c*natp = nat->next;