| tag | line | file | source code |
| tcp | 119 | include/net/head_explode.h | extern __inline__ unsigned char *tcp_explode(unsigned char *tcph, struct tcp_header *tcp) |
| tcp | 121 | include/net/head_explode.h | tcph=exp_getu16(tcph,&tcp->source); |
| tcp | 122 | include/net/head_explode.h | tcph=exp_getu16(tcph,&tcp->dest); |
| tcp | 123 | include/net/head_explode.h | tcph=exp_getu32(tcph,&tcp->seq); |
| tcp | 124 | include/net/head_explode.h | tcph=exp_getu32(tcph,&tcp->ack_seq); |
| tcp | 125 | include/net/head_explode.h | tcph=exp_getu16(tcph,&tcp->u.bitmask); |
| tcp | 126 | include/net/head_explode.h | tcph=exp_getu16(tcph,&tcp->window); |
| tcp | 127 | include/net/head_explode.h | tcph=exp_getn16(tcph,&tcp->check); |
| tcp | 128 | include/net/head_explode.h | tcph=exp_getu16(tcph,&tcp->urg_ptr); |
| tcp | 180 | net/ipv4/ip_fw.c | struct tcphdr *tcp=(struct tcphdr *)((unsigned long *)ip+ip->ihl); |
| tcp | 234 | net/ipv4/ip_fw.c | src_port=ntohs(tcp->source); |
| tcp | 235 | net/ipv4/ip_fw.c | dst_port=ntohs(tcp->dest); |
| tcp | 236 | net/ipv4/ip_fw.c | if(tcp->syn && !tcp->ack) |