taglinefilesource code
th_cache_daddr453net/ipv4/tcp.cvolatile unsigned long   th_cache_saddr,th_cache_daddr;
th_cache_daddr463net/ipv4/tcp.cth_cache_daddr=0;
th_cache_daddr4840net/ipv4/tcp.cif(!redo && saddr==th_cache_saddr && daddr==th_cache_daddr && th->dest==th_cache_dport && th->source==th_cache_sport)
th_cache_daddr4853net/ipv4/tcp.cth_cache_daddr=daddr;