Searched refs:numoth_rcv (Results 1 – 4 of 4) sorted by relevance
518 if (seq_next(scp->numoth_rcv, segnum)) { in dn_nsp_linkservice()519 seq_add(&scp->numoth_rcv, 1); in dn_nsp_linkservice()615 if (seq_next(scp->numoth_rcv, segnum)) { in dn_nsp_otherdata()618 seq_add(&scp->numoth_rcv, 1); in dn_nsp_otherdata()
330 unsigned short ackcrs = scp->numoth_rcv & 0x0FFF; in dn_mk_ack_header()510 if (scp->ackxmt_oth != scp->numoth_rcv) in dn_nsp_delayed_ack()
2023 ack = (scp->numoth_rcv & 0x0FFF) | 0x8000; in dn_sendmsg()2024 scp->ackxmt_oth = scp->numoth_rcv; in dn_sendmsg()2164 scp->numoth_rcv, in dn_get_info()
38 unsigned short numoth_rcv; member