Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/decnet/
Ddn_nsp_out.c642 *segnum = dn_htons(scp->numoth); in dn_nsp_send_link()
643 DN_SKB_CB(skb)->segnum = scp->numoth; in dn_nsp_send_link()
644 seq_add(&scp->numoth, 1); in dn_nsp_send_link()
Daf_decnet.c495 scp->numoth = 1; /* Next oth data to tx */ in dn_alloc_sock()
2020 cb->segnum = scp->numoth; in dn_sendmsg()
2021 seq_add(&scp->numoth, 1); in dn_sendmsg()
2156 scp->numoth, in dn_get_info()
/linux-2.4.37.9/include/net/
Ddn.h37 unsigned short numoth; member