Home
last modified time | relevance | path

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

/Linux-v6.6/net/sctp/
Ddiag.c161 amt = asoc->sndbuf_used; in inet_sctp_diag_fill()
411 r->idiag_wqueue = infox->asoc->sndbuf_used; in sctp_diag_get_info()
Dproc.c268 assoc->sndbuf_used, in sctp_assocs_seq_show()
Dsocket.c111 return asoc->ep->sndbuf_policy ? sk->sk_sndbuf - asoc->sndbuf_used in sctp_wspace()
142 asoc->sndbuf_used += chunk->skb->truesize + sizeof(struct sctp_chunk); in sctp_set_owner_w()
9149 asoc->sndbuf_used -= skb->truesize + sizeof(struct sctp_chunk); in sctp_wfree()
/Linux-v6.6/include/net/sctp/
Dstructs.h1921 int sndbuf_used; member