Home
last modified time | relevance | path

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

/linux/include/trace/events/
H A Dsock.h78 __field(int, rmem_alloc)
84 __entry->rmem_alloc = atomic_read(&sk->sk_rmem_alloc);
90 __entry->rmem_alloc, __entry->truesize, __entry->sk_rcvbuf)
104 __field(int, rmem_alloc)
118 __entry->rmem_alloc = atomic_read(&sk->sk_rmem_alloc);
132 __entry->rmem_alloc,
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_tracing_net.h127 #define sk_rmem_alloc sk_backlog.rmem_alloc
/linux/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.c173 amt = atomic_read(&asoc->rmem_alloc); in inet_sctp_diag_fill()
421 r->idiag_rqueue = atomic_read(&infox->asoc->rmem_alloc); in sctp_diag_get_info()
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()
1523 rx_count = atomic_read(&asoc->rmem_alloc); in sctp_assoc_rwnd_decrease()
H A Dproc.c269 atomic_read(&assoc->rmem_alloc), in sctp_assocs_seq_show()
/linux/include/linux/
H A Dudp.h50 atomic_t rmem_alloc; member
/linux/include/net/sctp/
H A Dstructs.h1896 atomic_t rmem_alloc; member
/linux/net/ipv4/
H A Dudp.c1719 rmem += atomic_read(&udp_prod_queue->rmem_alloc); in __udp_enqueue_schedule_skb()
1746 atomic_add(size, &udp_prod_queue->rmem_alloc); in __udp_enqueue_schedule_skb()
1825 atomic_sub(total_size, &udp_prod_queue->rmem_alloc); in __udp_enqueue_schedule_skb()
/linux/include/net/
H A Dsock.h416 atomic_t rmem_alloc; member
421 #define sk_rmem_alloc sk_backlog.rmem_alloc