Home
last modified time | relevance | path

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

/linux-5.19.10/net/sctp/
Ddiag.c161 amt = asoc->sndbuf_used; in inet_sctp_diag_fill()
413 r->idiag_wqueue = infox->asoc->sndbuf_used; in sctp_diag_get_info()
Dproc.c268 assoc->sndbuf_used, in sctp_assocs_seq_show()
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()
9121 asoc->sndbuf_used -= skb->truesize + sizeof(struct sctp_chunk); in sctp_wfree()
/linux-5.19.10/include/net/sctp/
Dstructs.h1912 int sndbuf_used; member