tag | line | file | source code |
n_attach | 74 | include/linux/net_alias.h | int n_attach; /* number of aliases attached */ |
n_attach | 108 | include/net/ip_masq.h | int n_attach; |
n_attach | 156 | net/core/net_alias.c | n_at = nat->n_attach + delta; |
n_attach | 164 | net/core/net_alias.c | nat->n_attach = n_at; |
n_attach | 897 | net/core/net_alias.c | nat->type, nat->name,nat->n_attach); |
n_attach | 1316 | net/core/net_alias.c | nat->n_attach = 0; |
n_attach | 1344 | net/core/net_alias.c | if (nat->n_attach) |
n_attach | 1347 | net/core/net_alias.c | nat->n_attach); |
n_attach | 82 | net/ipv4/ip_masq_app.c | mapp->n_attach = 0; |
n_attach | 110 | net/ipv4/ip_masq_app.c | if (mapp->n_attach) { |
n_attach | 112 | net/ipv4/ip_masq_app.c | mapp->n_attach); |
n_attach | 166 | net/ipv4/ip_masq_app.c | n_at = mapp->n_attach + delta; |
n_attach | 174 | net/ipv4/ip_masq_app.c | mapp->n_attach = n_at; |
n_attach | 458 | net/ipv4/ip_masq_app.c | IP_MASQ_APP_PORT(mapp->type), mapp->n_attach); |