Home
last modified time | relevance | path

Searched refs:rmem_alloc (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/include/trace/events/
Dsock.h77 __field(int, rmem_alloc)
83 __entry->rmem_alloc = atomic_read(&sk->sk_rmem_alloc);
89 __entry->rmem_alloc, __entry->truesize, __entry->sk_rcvbuf)
103 __field(int, rmem_alloc)
115 __entry->rmem_alloc = atomic_read(&sk->sk_rmem_alloc);
129 __entry->rmem_alloc,
/Linux-v4.19/net/sctp/
Dulpevent.c103 atomic_add(event->rmem_len, &event->asoc->rmem_alloc); in sctp_ulpevent_set_owner()
114 atomic_sub(event->rmem_len, &asoc->rmem_alloc); in sctp_ulpevent_release_owner()
647 rx_count = atomic_read(&asoc->rmem_alloc); in sctp_ulpevent_make_rcvmsg()
Ddiag.c184 amt = atomic_read(&asoc->rmem_alloc); in inet_sctp_diag_fill()
439 r->idiag_rqueue = atomic_read(&infox->asoc->rmem_alloc); in sctp_diag_get_info()
Dproc.c274 atomic_read(&assoc->rmem_alloc), in sctp_assocs_seq_show()
Dassociola.c184 atomic_set(&asoc->rmem_alloc, 0); in sctp_association_init()
435 WARN_ON(atomic_read(&asoc->rmem_alloc)); in sctp_association_destroy()
1556 rx_count = atomic_read(&asoc->rmem_alloc); in sctp_assoc_rwnd_decrease()
/Linux-v4.19/include/net/
Dsock.h380 atomic_t rmem_alloc; member
385 #define sk_rmem_alloc sk_backlog.rmem_alloc
/Linux-v4.19/include/net/sctp/
Dstructs.h1899 atomic_t rmem_alloc; member