| tag | line | file | source code |
|---|---|---|---|
| oth | 252 | drivers/net/slhc.c | struct tcphdr *th, *oth; |
| oth | 349 | drivers/net/slhc.c | oth = &cs->cs_tcp; |
| oth | 372 | drivers/net/slhc.c | } else if(th->urg_ptr != oth->urg_ptr){ |
| oth | 379 | drivers/net/slhc.c | if((deltaS = ntohs(th->window) - ntohs(oth->window)) != 0){ |
| oth | 383 | drivers/net/slhc.c | if((deltaA = ntohl(th->ack_seq) - ntohl(oth->ack_seq)) != 0L){ |
| oth | 389 | drivers/net/slhc.c | if((deltaS = ntohl(th->seq) - ntohl(oth->seq)) != 0L){ |