tag | line | file | source code |
---|---|---|---|
natp | 1331 | net/core/net_alias.c | struct net_alias_type **natp; |
natp | 1353 | net/core/net_alias.c | for (natp = &nat_base[hash]; *natp ; natp = &(*natp)->next) |
natp | 1355 | net/core/net_alias.c | if (nat==(*natp)) |
natp | 1357 | net/core/net_alias.c | *natp = nat->next; |