taglinefilesource code
dport51include/net/ip_masq.h__u16    sport, dport, mport;  /* src, dst & masq ports */
dport91include/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);
dport212net/ipv4/ip_masq.c(s_port==ms->dport || ms->flags & IP_MASQ_F_NO_DPORT) &&
dport245net/ipv4/ip_masq.cd_addr == ms->daddr && d_port == ms->dport )
dport301net/ipv4/ip_masq.cstruct ip_masq * ip_masq_new(struct device *dev, int proto, __u32 saddr, __u16 sport, __u32 daddr, __u16 dport, unsigned mflags)
dport331net/ipv4/ip_masq.cms->dport     = dport;
dport575net/ipv4/ip_masq.cms->dport = portptr[0];
dport578net/ipv4/ip_masq.cntohs(ms->dport));
dport659net/ipv4/ip_masq.cntohl(ms->daddr),ntohs(ms->dport),
dport187net/ipv4/ip_masq_app.cmapp = ip_masq_app_get(ms->protocol, ms->dport);
dport134net/ipv4/tcp_input.cstatic inline struct sock * get_tcp_sock(u32 saddr, u16 sport, u32 daddr, u16 dport)
dport140net/ipv4/tcp_input.csport != th_cache_sport || dport != th_cache_dport) {
dport141net/ipv4/tcp_input.csk = get_sock(&tcp_prot, dport, saddr, sport, daddr);
dport145net/ipv4/tcp_input.cth_cache_dport=dport;