Searched refs:rmem_alloc (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | sock.h | 78 __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,
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | sock.h | 78 __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,
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | bpf_tracing_net.h | 36 #define sk_rmem_alloc sk_backlog.rmem_alloc
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | bpf_tracing_net.h | 84 #define sk_rmem_alloc sk_backlog.rmem_alloc
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | ulpevent.c | 88 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 D | diag.c | 166 amt = atomic_read(&asoc->rmem_alloc); in inet_sctp_diag_fill() 416 r->idiag_rqueue = atomic_read(&infox->asoc->rmem_alloc); in sctp_diag_get_info()
|
H A D | proc.c | 271 atomic_read(&assoc->rmem_alloc), in sctp_assocs_seq_show()
|
H A D | associola.c | 170 atomic_set(&asoc->rmem_alloc, 0); in sctp_association_init() 414 WARN_ON(atomic_read(&asoc->rmem_alloc)); in sctp_association_destroy() 1532 rx_count = atomic_read(&asoc->rmem_alloc); in sctp_assoc_rwnd_decrease()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | ulpevent.c | 88 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 D | diag.c | 166 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 D | proc.c | 269 atomic_read(&assoc->rmem_alloc), in sctp_assocs_seq_show()
|
H A D | associola.c | 173 atomic_set(&asoc->rmem_alloc, 0); in sctp_association_init() 415 WARN_ON(atomic_read(&asoc->rmem_alloc)); in sctp_association_destroy() 1540 rx_count = atomic_read(&asoc->rmem_alloc); in sctp_assoc_rwnd_decrease()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | sock.h | 403 * Note : rmem_alloc is in this structure to fill a hole 408 atomic_t rmem_alloc; member 413 #define sk_rmem_alloc sk_backlog.rmem_alloc
|
/kernel/linux/linux-6.6/include/net/ |
H A D | sock.h | 411 * Note : rmem_alloc is in this structure to fill a hole 416 atomic_t rmem_alloc; member 422 #define sk_rmem_alloc sk_backlog.rmem_alloc
|
/kernel/linux/linux-5.10/include/net/sctp/ |
H A D | structs.h | 1900 atomic_t rmem_alloc; member
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | structs.h | 1926 atomic_t rmem_alloc; member
|
Completed in 29 milliseconds