taglinefilesource code
th_cache_dport265net/ipv4/tcp.cvolatile unsigned short  th_cache_dport, th_cache_sport;
th_cache_dport275net/ipv4/tcp.cth_cache_dport=0;
th_cache_dport4535net/ipv4/tcp.cif(saddr==th_cache_saddr && daddr==th_cache_daddr && th->dest==th_cache_dport && th->source==th_cache_sport)
th_cache_dport4542net/ipv4/tcp.cth_cache_dport=th->dest;