Home
last modified time | relevance | path

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

/drivers/net/
Dslhc.c235 struct tcphdr *th, *oth; in slhc_compress() local
341 oth = &cs->cs_tcp; in slhc_compress()
363 } else if(th->urg_ptr != oth->urg_ptr){ in slhc_compress()
370 if((deltaS = ntohs(th->window) - ntohs(oth->window)) != 0){ in slhc_compress()
374 if((deltaA = ntohl(th->ack_seq) - ntohl(oth->ack_seq)) != 0L){ in slhc_compress()
380 if((deltaS = ntohl(th->seq) - ntohl(oth->seq)) != 0L){ in slhc_compress()
/drivers/infiniband/hw/ipath/
Dipath_uc.c75 ohdr = &qp->s_hdr.u.oth; in ipath_make_uc_req()
77 ohdr = &qp->s_hdr.u.l.oth; in ipath_make_uc_req()
259 ohdr = &hdr->u.oth; in ipath_uc_rcv()
264 ohdr = &hdr->u.l.oth; in ipath_uc_rcv()
Dipath_ud.c332 ohdr = &qp->s_hdr.u.l.oth; in ipath_make_ud_req()
340 ohdr = &qp->s_hdr.u.oth; in ipath_make_ud_req()
423 ohdr = &hdr->u.oth; in ipath_ud_rcv()
429 ohdr = &hdr->u.l.oth; in ipath_ud_rcv()
Dipath_rc.c228 ohdr = &qp->s_hdr.u.oth; in ipath_make_rc_req()
230 ohdr = &qp->s_hdr.u.l.oth; in ipath_make_rc_req()
653 ohdr = &hdr.u.oth; in send_rc_ack()
661 ohdr = &hdr.u.l.oth; in send_rc_ack()
1591 ohdr = &hdr->u.oth; in ipath_rc_rcv()
1596 ohdr = &hdr->u.l.oth; in ipath_rc_rcv()
Dipath_verbs.h140 struct ipath_other_headers oth; member
142 struct ipath_other_headers oth; member
Dipath_verbs.c613 ohdr = &hdr->u.oth; in ipath_ib_rcv()
615 ohdr = &hdr->u.l.oth; in ipath_ib_rcv()