tag | line | file | source code |
mport | 51 | include/net/ip_masq.h | __u16 sport, dport, mport; /* src, dst & masq ports */ |
mport | 114 | net/ipv4/ip_masq.c | hash = ip_masq_hash_key(ms->protocol, ms->maddr, ms->mport); |
mport | 147 | net/ipv4/ip_masq.c | hash = ip_masq_hash_key(ms->protocol, ms->maddr, ms->mport); |
mport | 200 | net/ipv4/ip_masq.c | (d_addr==ms->maddr && d_port==ms->mport)) |
mport | 253 | net/ipv4/ip_masq.c | (m_addr==ms->maddr && m_port==ms->mport)) |
mport | 335 | net/ipv4/ip_masq.c | ms->mport = htons(masq_port++); |
mport | 344 | net/ipv4/ip_masq.c | mst = ip_masq_getbym(proto, ms->maddr, ms->mport); |
mport | 452 | net/ipv4/ip_masq.c | portptr[0] = ms->mport; |
mport | 500 | net/ipv4/ip_masq.c | printk("O-routed from %lX:%X over %s\n",ntohl(ms->maddr),ntohs(ms->mport),dev->name); |
mport | 635 | net/ipv4/ip_masq.c | ntohs(ms->mport), |
mport | 121 | net/ipv4/ip_masq_ftp.c | port = ntohs(n_ms->mport); |
mport | 183 | net/ipv4/ip_masq_irc.c | ntohl(n_ms->maddr),ntohs(n_ms->mport)); |