Home
last modified time | relevance | path

Searched refs:numoth_rcv (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/net/decnet/
Ddn_nsp_in.c518 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()
Ddn_nsp_out.c330 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()
Daf_decnet.c2023 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()
/linux-2.4.37.9/include/net/
Ddn.h38 unsigned short numoth_rcv; member