taglinefilesource code
mport52include/net/ip_masq.h__u16    sport, dport, mport;  /* src, dst & masq ports */
mport128net/ipv4/ip_masq.chash = ip_masq_hash_key(ms->protocol, ms->maddr, ms->mport);
mport161net/ipv4/ip_masq.chash = ip_masq_hash_key(ms->protocol, ms->maddr, ms->mport);
mport214net/ipv4/ip_masq.c(d_addr==ms->maddr && d_port==ms->mport))
mport282net/ipv4/ip_masq.c(m_addr==ms->maddr && m_port==ms->mport))
mport365net/ipv4/ip_masq.cms->mport = htons(masq_port++);
mport374net/ipv4/ip_masq.cmst = ip_masq_getbym(proto, ms->maddr, ms->mport);
mport482net/ipv4/ip_masq.cportptr[0] = ms->mport;
mport536net/ipv4/ip_masq.cprintk("O-routed from %lX:%X over %s\n",ntohl(ms->maddr),ntohs(ms->mport),dev->name);
mport714net/ipv4/ip_masq.cntohs(ms->mport),
mport138net/ipv4/ip_masq_ftp.cport = ntohs(n_ms->mport);
mport183net/ipv4/ip_masq_irc.cntohl(n_ms->maddr),ntohs(n_ms->mport));