taglinefilesource code
mport51include/net/ip_masq.h__u16    sport, dport, mport;  /* src, dst & masq ports */
mport114net/ipv4/ip_masq.chash = ip_masq_hash_key(ms->protocol, ms->maddr, ms->mport);
mport147net/ipv4/ip_masq.chash = ip_masq_hash_key(ms->protocol, ms->maddr, ms->mport);
mport200net/ipv4/ip_masq.c(d_addr==ms->maddr && d_port==ms->mport))
mport253net/ipv4/ip_masq.c(m_addr==ms->maddr && m_port==ms->mport))
mport335net/ipv4/ip_masq.cms->mport = htons(masq_port++);
mport344net/ipv4/ip_masq.cmst = ip_masq_getbym(proto, ms->maddr, ms->mport);
mport452net/ipv4/ip_masq.cportptr[0] = ms->mport;
mport500net/ipv4/ip_masq.cprintk("O-routed from %lX:%X over %s\n",ntohl(ms->maddr),ntohs(ms->mport),dev->name);
mport635net/ipv4/ip_masq.cntohs(ms->mport),
mport121net/ipv4/ip_masq_ftp.cport = ntohs(n_ms->mport);
mport183net/ipv4/ip_masq_irc.cntohl(n_ms->maddr),ntohs(n_ms->mport));