tag | line | file | source code |
---|---|---|---|
oth | 251 | drivers/net/slhc.c | struct tcphdr *th, *oth; |
oth | 348 | drivers/net/slhc.c | oth = &cs->cs_tcp; |
oth | 371 | drivers/net/slhc.c | } else if(th->urg_ptr != oth->urg_ptr){ |
oth | 378 | drivers/net/slhc.c | if((deltaS = ntohs(th->window) - ntohs(oth->window)) != 0){ |
oth | 382 | drivers/net/slhc.c | if((deltaA = ntohl(th->ack_seq) - ntohl(oth->ack_seq)) != 0L){ |
oth | 388 | drivers/net/slhc.c | if((deltaS = ntohl(th->seq) - ntohl(oth->seq)) != 0L){ |