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

/linux-master/include/trace/events/
H A Dsock.h78 __field(int, rmem_alloc)
84 __entry->rmem_alloc = atomic_read(&sk->sk_rmem_alloc);
89 TP_printk("rmem_alloc=%d truesize=%u sk_rcvbuf=%d",
90 __entry->rmem_alloc, __entry->truesize, __entry->sk_rcvbuf)
104 __field(int, rmem_alloc)
118 __entry->rmem_alloc = atomic_read(&sk->sk_rmem_alloc);
125 TP_printk("proto:%s sysctl_mem=%ld,%ld,%ld allocated=%ld sysctl_rmem=%d rmem_alloc=%d sysctl_wmem=%d wmem_alloc=%d wmem_queued=%d kind=%s",
132 __entry->rmem_alloc,
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_tracing_net.h103 #define sk_rmem_alloc sk_backlog.rmem_alloc
/linux-master/net/sctp/
H A Ddiag.c166 amt = atomic_read(&asoc->rmem_alloc);
410 r->idiag_rqueue = atomic_read(&infox->asoc->rmem_alloc);
H A Dproc.c269 atomic_read(&assoc->rmem_alloc),
H A Dulpevent.c88 atomic_add(event->rmem_len, &event->asoc->rmem_alloc);
99 atomic_sub(event->rmem_len, &asoc->rmem_alloc);
691 rx_count = atomic_read(&asoc->rmem_alloc);
H A Dassociola.c173 atomic_set(&asoc->rmem_alloc, 0);
415 WARN_ON(atomic_read(&asoc->rmem_alloc));
1540 rx_count = atomic_read(&asoc->rmem_alloc);
/linux-master/include/net/sctp/
H A Dstructs.h1923 atomic_t rmem_alloc; member in struct:sctp_association
/linux-master/include/net/
H A Dsock.h391 * Note : rmem_alloc is in this structure to fill a hole
396 atomic_t rmem_alloc; member in struct:sock::__anon135
401 #define sk_rmem_alloc sk_backlog.rmem_alloc

Completed in 300 milliseconds