tag | line | file | source code |
---|---|---|---|
uh_cache_dport | 122 | net/ipv4/udp.c | volatile unsigned short uh_cache_dport, uh_cache_sport; |
uh_cache_dport | 132 | net/ipv4/udp.c | uh_cache_dport=0; |
uh_cache_dport | 686 | net/ipv4/udp.c | if(saddr==uh_cache_saddr && daddr==uh_cache_daddr && uh->dest==uh_cache_dport && uh->source==uh_cache_sport) |
uh_cache_dport | 693 | net/ipv4/udp.c | uh_cache_dport=uh->dest; |