Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sctp/
H A Ddiag.c161 amt = asoc->sndbuf_used; in inet_sctp_diag_fill()
419 r->idiag_wqueue = infox->asoc->sndbuf_used; in sctp_diag_get_info()
H A Dproc.c270 assoc->sndbuf_used, in sctp_assocs_seq_show()
H A Dsocket.c109 return asoc->ep->sndbuf_policy ? sk->sk_sndbuf - asoc->sndbuf_used in sctp_wspace()
140 asoc->sndbuf_used += chunk->skb->truesize + sizeof(struct sctp_chunk); in sctp_set_owner_w()
8885 asoc->sndbuf_used -= skb->truesize + sizeof(struct sctp_chunk); in sctp_wfree()
/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dstructs.h1894 int sndbuf_used; member