taglinefilesource code
dport51include/net/ip_masq.h__u16    sport, dport, mport;  /* src, dst & masq ports */
dport79include/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);
dport199net/ipv4/ip_masq.c(s_port==ms->dport || ms->flags & IP_MASQ_F_NO_DPORT) &&
dport232net/ipv4/ip_masq.cd_addr == ms->daddr && d_port == ms->dport )
dport288net/ipv4/ip_masq.cstruct ip_masq * ip_masq_new(struct device *dev, int proto, __u32 saddr, __u16 sport, __u32 daddr, __u16 dport, unsigned mflags)
dport318net/ipv4/ip_masq.cms->dport     = dport;
dport550net/ipv4/ip_masq.cms->dport = portptr[0];
dport553net/ipv4/ip_masq.cntohs(ms->dport));
dport634net/ipv4/ip_masq.cntohl(ms->daddr),ntohs(ms->dport),
dport187net/ipv4/ip_masq_app.cmapp = ip_masq_app_get(ms->protocol, ms->dport);
dport136net/ipv4/tcp_input.cstatic inline struct sock * get_tcp_sock(u32 saddr, u16 sport, u32 daddr, u16 dport)
dport142net/ipv4/tcp_input.csport != th_cache_sport || dport != th_cache_dport) {
dport143net/ipv4/tcp_input.csk = get_sock(&tcp_prot, dport, saddr, sport, daddr);
dport147net/ipv4/tcp_input.cth_cache_dport=dport;