taglinefilesource code
sport52include/net/ip_masq.h__u16    sport, dport, mport;  /* src, dst & masq ports */
sport93include/net/ip_masq.hextern struct ip_masq *ip_masq_new(struct device *dev, int proto, __u32 saddr, __u16 sport, __u32 daddr, __u16 dport, unsigned flags);
sport135net/ipv4/ip_masq.chash = ip_masq_hash_key(ms->protocol, ms->saddr, ms->sport);
sport170net/ipv4/ip_masq.chash = ip_masq_hash_key(ms->protocol, ms->saddr, ms->sport);
sport260net/ipv4/ip_masq.cs_addr == ms->saddr && s_port == ms->sport &&
sport296net/ipv4/ip_masq.cntohl(ms->src),ntohs(ms->sport));
sport317net/ipv4/ip_masq.cstruct ip_masq * ip_masq_new(struct device *dev, int proto, __u32 saddr, __u16 sport, __u32 daddr, __u16 dport, unsigned mflags)
sport345net/ipv4/ip_masq.cms->sport     = sport;
sport614net/ipv4/ip_masq.cportptr[1] = ms->sport;
sport711net/ipv4/ip_masq.cntohl(ms->saddr), ntohs(ms->sport),
sport140net/ipv4/tcp_input.cstatic inline struct sock * get_tcp_sock(u32 saddr, u16 sport, u32 daddr, u16 dport)
sport146net/ipv4/tcp_input.csport != th_cache_sport || dport != th_cache_dport) {
sport147net/ipv4/tcp_input.csk = get_sock(&tcp_prot, dport, saddr, sport, daddr);
sport152net/ipv4/tcp_input.cth_cache_sport=sport;