tag | line | file | source code |
n_ms | 60 | net/ipv4/ip_masq_ftp.c | struct ip_masq *n_ms; |
n_ms | 111 | net/ipv4/ip_masq_ftp.c | n_ms = ip_masq_out_get_2(iph->protocol, |
n_ms | 114 | net/ipv4/ip_masq_ftp.c | if (n_ms) { |
n_ms | 116 | net/ipv4/ip_masq_ftp.c | ip_masq_set_expire(n_ms,0); |
n_ms | 119 | net/ipv4/ip_masq_ftp.c | n_ms = ip_masq_new(dev, IPPROTO_TCP, |
n_ms | 124 | net/ipv4/ip_masq_ftp.c | if (n_ms==NULL) |
n_ms | 132 | net/ipv4/ip_masq_ftp.c | ip_masq_set_expire(n_ms, ip_masq_expire->tcp_fin_timeout*3); |
n_ms | 137 | net/ipv4/ip_masq_ftp.c | from = ntohl(n_ms->maddr); |
n_ms | 138 | 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, ip_masq_expire->tcp_fin_timeout); |
n_ms | 183 | net/ipv4/ip_masq_irc.c | ntohl(n_ms->maddr),ntohs(n_ms->mport)); |