taglinefilesource code
sport51include/net/ip_masq.h__u16    sport, dport, mport;  /* src, dst & masq ports */
sport79include/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);
sport121net/ipv4/ip_masq.chash = ip_masq_hash_key(ms->protocol, ms->saddr, ms->sport);
sport156net/ipv4/ip_masq.chash = ip_masq_hash_key(ms->protocol, ms->saddr, ms->sport);
sport231net/ipv4/ip_masq.cs_addr == ms->saddr && s_port == ms->sport &&
sport267net/ipv4/ip_masq.cntohl(ms->src),ntohs(ms->sport));
sport288net/ipv4/ip_masq.cstruct ip_masq * ip_masq_new(struct device *dev, int proto, __u32 saddr, __u16 sport, __u32 daddr, __u16 dport, unsigned mflags)
sport316net/ipv4/ip_masq.cms->sport     = sport;
sport566net/ipv4/ip_masq.cportptr[1] = ms->sport;
sport633net/ipv4/ip_masq.cntohl(ms->saddr),ntohs(ms->sport),
sport136net/ipv4/tcp_input.cstatic inline struct sock * get_tcp_sock(u32 saddr, u16 sport, u32 daddr, u16 dport)
sport142net/ipv4/tcp_input.csport != th_cache_sport || dport != th_cache_dport) {
sport143net/ipv4/tcp_input.csk = get_sock(&tcp_prot, dport, saddr, sport, daddr);
sport148net/ipv4/tcp_input.cth_cache_sport=sport;