taglinefilesource code
dport179include/linux/ip_fw.h__u16    sport,dport;  /* Source and destination ports */
dport693net/ipv4/ip_fw.cms->dport    = htons(FTP_DPORT_TBD);  /* ftp-data */
dport833net/ipv4/ip_fw.cportptr[0] == ms->sport && portptr[1] == ms->dport) 
dport857net/ipv4/ip_fw.cms->dport    = portptr[1];
dport955net/ipv4/ip_fw.c(ms->dport==htons(FTP_DPORT_TBD) || portptr[0]==ms->dport) &&
dport963net/ipv4/ip_fw.cif(ms->dport==htons(FTP_DPORT_TBD))
dport965net/ipv4/ip_fw.cms->dport=portptr[0];
dport967net/ipv4/ip_fw.cprintk("demasq : Filled out dport entry (%d) based on initial connect attempt from FTP deamon\n",ntohs(ms->dport));
dport1556net/ipv4/ip_fw.cntohl(ms->dst),ntohs(ms->dport),
dport131net/ipv4/tcp_input.cstatic inline struct sock * get_tcp_sock(u32 saddr, u16 sport, u32 daddr, u16 dport)
dport137net/ipv4/tcp_input.csport != th_cache_sport || dport != th_cache_dport) {
dport138net/ipv4/tcp_input.csk = get_sock(&tcp_prot, dport, saddr, sport, daddr);
dport142net/ipv4/tcp_input.cth_cache_dport=dport;