Home
last modified time | relevance | path

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

/linux-4.1.27/include/trace/events/
Dsock.h17 __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)
/linux-4.1.27/net/sctp/
Dulpevent.c102 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()
Dassociola.c183 atomic_set(&asoc->rmem_alloc, 0); in sctp_association_init()
422 WARN_ON(atomic_read(&asoc->rmem_alloc)); in sctp_association_destroy()
1510 rx_count = atomic_read(&asoc->rmem_alloc); in sctp_assoc_rwnd_decrease()
Dproc.c343 atomic_read(&assoc->rmem_alloc), in sctp_assocs_seq_show()
/linux-4.1.27/include/net/
Dsock.h345 atomic_t rmem_alloc; member
350 #define sk_rmem_alloc sk_backlog.rmem_alloc
/linux-4.1.27/include/net/sctp/
Dstructs.h1683 atomic_t rmem_alloc; member