| tag | line | file | source code |
| dport | 179 | include/linux/ip_fw.h | __u16 sport,dport; /* Source and destination ports */ |
| dport | 691 | net/ipv4/ip_fw.c | ms->dport = htons(FTP_DPORT_TBD); /* ftp-data */ |
| dport | 831 | net/ipv4/ip_fw.c | portptr[0] == ms->sport && portptr[1] == ms->dport) |
| dport | 855 | net/ipv4/ip_fw.c | ms->dport = portptr[1]; |
| dport | 953 | net/ipv4/ip_fw.c | (ms->dport==htons(FTP_DPORT_TBD) || portptr[0]==ms->dport) && |
| dport | 961 | net/ipv4/ip_fw.c | if(ms->dport==htons(FTP_DPORT_TBD)) |
| dport | 963 | net/ipv4/ip_fw.c | ms->dport=portptr[0]; |
| dport | 965 | net/ipv4/ip_fw.c | printk("demasq : Filled out dport entry (%d) based on initial connect attempt from FTP deamon\n",ntohs(ms->dport)); |
| dport | 1554 | net/ipv4/ip_fw.c | ntohl(ms->dst),ntohs(ms->dport), |
| dport | 4874 | net/ipv4/tcp.c | static inline struct sock * get_tcp_sock(u32 saddr, u16 sport, u32 daddr, u16 dport) |
| dport | 4880 | net/ipv4/tcp.c | sport != th_cache_sport || dport != th_cache_dport) { |
| dport | 4881 | net/ipv4/tcp.c | sk = get_sock(&tcp_prot, dport, saddr, sport, daddr); |
| dport | 4885 | net/ipv4/tcp.c | th_cache_dport=dport; |