taglinefilesource code
oth239drivers/net/slhc.cstruct tcphdr *th, *oth;
oth336drivers/net/slhc.coth = &cs->cs_tcp;
oth359drivers/net/slhc.c} else if(th->urg_ptr != oth->urg_ptr){
oth366drivers/net/slhc.cif((deltaS = ntohs(th->window) - ntohs(oth->window)) != 0){
oth370drivers/net/slhc.cif((deltaA = ntohl(th->ack_seq) - ntohl(oth->ack_seq)) != 0L){
oth376drivers/net/slhc.cif((deltaS = ntohl(th->seq) - ntohl(oth->seq)) != 0L){