Searched refs:rmem_alloc (Results 1 – 6 of 6) sorted by relevance
17 __field(int, rmem_alloc)23 __entry->rmem_alloc = atomic_read(&sk->sk_rmem_alloc);29 __entry->rmem_alloc, __entry->truesize, __entry->sk_rcvbuf)43 __field(int, rmem_alloc)51 __entry->rmem_alloc = atomic_read(&sk->sk_rmem_alloc);62 __entry->rmem_alloc)
102 atomic_add(event->rmem_len, &event->asoc->rmem_alloc); in sctp_ulpevent_set_owner()111 atomic_sub(event->rmem_len, &asoc->rmem_alloc); in sctp_ulpevent_release_owner()650 rx_count = atomic_read(&asoc->rmem_alloc); in sctp_ulpevent_make_rcvmsg()
183 atomic_set(&asoc->rmem_alloc, 0); in sctp_association_init()422 WARN_ON(atomic_read(&asoc->rmem_alloc)); in sctp_association_destroy()1512 rx_count = atomic_read(&asoc->rmem_alloc); in sctp_assoc_rwnd_decrease()
343 atomic_read(&assoc->rmem_alloc), in sctp_assocs_seq_show()
369 atomic_t rmem_alloc; member374 #define sk_rmem_alloc sk_backlog.rmem_alloc
1684 atomic_t rmem_alloc; member