taglinefilesource code
oth252drivers/net/slhc.cstruct tcphdr *th, *oth;
oth349drivers/net/slhc.coth = &cs->cs_tcp;
oth372drivers/net/slhc.c} else if(th->urg_ptr != oth->urg_ptr){
oth379drivers/net/slhc.cif((deltaS = ntohs(th->window) - ntohs(oth->window)) != 0){
oth383drivers/net/slhc.cif((deltaA = ntohl(th->ack_seq) - ntohl(oth->ack_seq)) != 0L){
oth389drivers/net/slhc.cif((deltaS = ntohl(th->seq) - ntohl(oth->seq)) != 0L){