Home
last modified time | relevance | path

Searched refs:oth (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dslhc.c244 struct tcphdr *th, *oth; in slhc_compress() local
349 oth = &cs->cs_tcp; in slhc_compress()
371 } else if(th->urg_ptr != oth->urg_ptr){ in slhc_compress()
378 if((deltaS = ntohs(th->window) - ntohs(oth->window)) != 0){ in slhc_compress()
382 if((deltaA = ntohl(th->ack_seq) - ntohl(oth->ack_seq)) != 0L){ in slhc_compress()
388 if((deltaS = ntohl(th->seq) - ntohl(oth->seq)) != 0L){ in slhc_compress()
/linux-2.4.37.9/net/decnet/
Ddn_nsp_in.c127 static int dn_process_ack(struct sock *sk, struct sk_buff *skb, int oth) in dn_process_ack() argument
141 if (oth) in dn_process_ack()
154 if (oth) in dn_process_ack()
Ddn_nsp_out.c359 void dn_nsp_queue_xmit(struct sock *sk, struct sk_buff *skb, int gfp, int oth) in dn_nsp_queue_xmit() argument
376 if (oth) in dn_nsp_queue_xmit()