Home
last modified time | relevance | path

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

/linux-6.15/include/trace/events/
H A Dsock.h79 __field(int, rmem_alloc)
85 __entry->rmem_alloc = atomic_read(&sk->sk_rmem_alloc);
91 __entry->rmem_alloc, __entry->truesize, __entry->sk_rcvbuf)
105 __field(int, rmem_alloc)
119 __entry->rmem_alloc = atomic_read(&sk->sk_rmem_alloc);
133 __entry->rmem_alloc,
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dbpf_tracing_net.h127 #define sk_rmem_alloc sk_backlog.rmem_alloc
/linux-6.15/net/sctp/
H A Dulpevent.c88 atomic_add(event->rmem_len, &event->asoc->rmem_alloc); in sctp_ulpevent_set_owner()
99 atomic_sub(event->rmem_len, &asoc->rmem_alloc); in sctp_ulpevent_release_owner()
691 rx_count = atomic_read(&asoc->rmem_alloc); in sctp_ulpevent_make_rcvmsg()
H A Ddiag.c166 amt = atomic_read(&asoc->rmem_alloc); in inet_sctp_diag_fill()
410 r->idiag_rqueue = atomic_read(&infox->asoc->rmem_alloc); in sctp_diag_get_info()
H A Dproc.c269 atomic_read(&assoc->rmem_alloc), in sctp_assocs_seq_show()
H A Dassociola.c174 atomic_set(&asoc->rmem_alloc, 0); in sctp_association_init()
416 WARN_ON(atomic_read(&asoc->rmem_alloc)); in sctp_association_destroy()
1541 rx_count = atomic_read(&asoc->rmem_alloc); in sctp_assoc_rwnd_decrease()
/linux-6.15/include/net/
H A Dsock.h400 atomic_t rmem_alloc; member
405 #define sk_rmem_alloc sk_backlog.rmem_alloc
/linux-6.15/include/net/sctp/
H A Dstructs.h1924 atomic_t rmem_alloc; member