tag | line | file | source code |
n_ms | 60 | net/ipv4/ip_masq_ftp.c | struct ip_masq *n_ms; |
n_ms | 107 | net/ipv4/ip_masq_ftp.c | n_ms = ip_masq_new(dev, IPPROTO_TCP, |
n_ms | 112 | net/ipv4/ip_masq_ftp.c | if (n_ms==NULL) |
n_ms | 115 | net/ipv4/ip_masq_ftp.c | ip_masq_set_expire(n_ms, MASQUERADE_EXPIRE_TCP_FIN); |
n_ms | 120 | net/ipv4/ip_masq_ftp.c | from = ntohl(n_ms->maddr); |
n_ms | 121 | net/ipv4/ip_masq_ftp.c | port = ntohs(n_ms->mport); |
n_ms | 60 | net/ipv4/ip_masq_irc.c | struct ip_masq *n_ms; |
n_ms | 168 | net/ipv4/ip_masq_irc.c | n_ms = ip_masq_new(dev, IPPROTO_TCP, |
n_ms | 173 | net/ipv4/ip_masq_irc.c | if (n_ms==NULL) |
n_ms | 176 | net/ipv4/ip_masq_irc.c | ip_masq_set_expire(n_ms, MASQUERADE_EXPIRE_TCP_FIN); |
n_ms | 183 | net/ipv4/ip_masq_irc.c | ntohl(n_ms->maddr),ntohs(n_ms->mport)); |