/Linux-v4.19/net/atm/ |
D | atm_misc.c | 18 if (atomic_read(&sk_atm(vcc)->sk_rmem_alloc) <= sk_atm(vcc)->sk_rcvbuf) in atm_charge() 33 if (atomic_read(&sk->sk_rmem_alloc) <= sk->sk_rcvbuf) { in atm_alloc_charge() 38 &sk->sk_rmem_alloc); in atm_alloc_charge()
|
D | common.c | 79 if (atomic_read(&sk->sk_rmem_alloc)) in vcc_sock_destruct() 81 __func__, atomic_read(&sk->sk_rmem_alloc)); in vcc_sock_destruct() 160 atomic_set(&sk->sk_rmem_alloc, 0); in vcc_create() 558 pr_debug("%d -= %d\n", atomic_read(&sk->sk_rmem_alloc), in vcc_recvmsg()
|
/Linux-v4.19/include/trace/events/ |
D | sock.h | 83 __entry->rmem_alloc = atomic_read(&sk->sk_rmem_alloc); 115 __entry->rmem_alloc = atomic_read(&sk->sk_rmem_alloc);
|
/Linux-v4.19/include/linux/ |
D | atmdev.h | 262 atomic_add(truesize, &sk_atm(vcc)->sk_rmem_alloc); in atm_force_charge() 268 atomic_sub(truesize, &sk_atm(vcc)->sk_rmem_alloc); in atm_return()
|
/Linux-v4.19/net/ax25/ |
D | ax25_std_timer.c | 65 if (atomic_read(&sk->sk_rmem_alloc) < in ax25_std_heartbeat_expiry()
|
D | ax25_ds_timer.c | 127 if (atomic_read(&sk->sk_rmem_alloc) < in ax25_ds_heartbeat_expiry()
|
D | ax25_in.c | 266 if (atomic_read(&sk->sk_rmem_alloc) >= in ax25_rcv()
|
/Linux-v4.19/include/net/ |
D | dn_nsp.h | 198 return atomic_read(&sk->sk_rmem_alloc) > (sk->sk_rcvbuf >> 1); in dn_congested()
|
D | llc_c_ev.h | 221 return atomic_read(&sk->sk_rmem_alloc) + skb->truesize < in llc_conn_space()
|
D | sock.h | 385 #define sk_rmem_alloc sk_backlog.rmem_alloc macro 899 unsigned int qsize = sk->sk_backlog.len + atomic_read(&sk->sk_rmem_alloc); in sk_rcvqueues_full() 2007 return atomic_read(&sk->sk_rmem_alloc); in sk_rmem_alloc_get() 2102 atomic_add(skb->truesize, &sk->sk_rmem_alloc); in skb_set_owner_r()
|
/Linux-v4.19/net/bluetooth/rfcomm/ |
D | sock.c | 56 atomic_add(skb->len, &sk->sk_rmem_alloc); in rfcomm_sk_data_ready() 60 if (atomic_read(&sk->sk_rmem_alloc) >= sk->sk_rcvbuf) in rfcomm_sk_data_ready() 641 atomic_sub(len, &sk->sk_rmem_alloc); in rfcomm_sock_recvmsg() 643 if (atomic_read(&sk->sk_rmem_alloc) <= (sk->sk_rcvbuf >> 2)) in rfcomm_sock_recvmsg()
|
/Linux-v4.19/net/rose/ |
D | rose_timer.c | 144 if (atomic_read(&sk->sk_rmem_alloc) < (sk->sk_rcvbuf / 2) && in rose_heartbeat_expiry()
|
D | rose_in.c | 184 if (atomic_read(&sk->sk_rmem_alloc) > in rose_state3_machine()
|
/Linux-v4.19/net/netlink/ |
D | af_netlink.c | 388 atomic_add(skb->truesize, &sk->sk_rmem_alloc); in netlink_skb_set_owner_r() 410 WARN_ON(atomic_read(&sk->sk_rmem_alloc)); in netlink_sock_destruct() 1224 if ((atomic_read(&sk->sk_rmem_alloc) > sk->sk_rcvbuf || in netlink_attachskb() 1238 if ((atomic_read(&sk->sk_rmem_alloc) > sk->sk_rcvbuf || in netlink_attachskb() 1385 if (atomic_read(&sk->sk_rmem_alloc) <= sk->sk_rcvbuf && in netlink_broadcast_deliver() 1389 return atomic_read(&sk->sk_rmem_alloc) > (sk->sk_rcvbuf >> 1); in netlink_broadcast_deliver() 1990 atomic_read(&sk->sk_rmem_alloc) <= sk->sk_rcvbuf / 2) { in netlink_recvmsg() 2195 if (atomic_read(&sk->sk_rmem_alloc) >= sk->sk_rcvbuf) in netlink_dump()
|
/Linux-v4.19/net/netrom/ |
D | nr_timer.c | 139 if (atomic_read(&sk->sk_rmem_alloc) < (sk->sk_rcvbuf / 2) && in nr_heartbeat_expiry()
|
/Linux-v4.19/net/caif/ |
D | caif_socket.c | 132 if (atomic_read(&sk->sk_rmem_alloc) + skb->truesize >= in caif_queue_rcv_skb() 135 atomic_read(&cf_sk->sk.sk_rmem_alloc), in caif_queue_rcv_skb() 261 if (atomic_read(&sk->sk_rmem_alloc) <= sk_rcvbuf_lowwater(cf_sk)) { in caif_check_flow_release()
|
/Linux-v4.19/net/x25/ |
D | x25_subr.c | 375 if (atomic_read(&sk->sk_rmem_alloc) < (sk->sk_rcvbuf >> 1) && in x25_check_rbuf()
|
D | x25_in.c | 287 if (atomic_read(&sk->sk_rmem_alloc) > in x25_state3_machine()
|
/Linux-v4.19/net/kcm/ |
D | kcmproc.c | 150 atomic_read(&psock->sk->sk_rmem_alloc), in kcm_format_psock()
|
D | kcmsock.c | 178 atomic_sub(len, &sk->sk_rmem_alloc); in kcm_rfree() 195 if (atomic_read(&sk->sk_rmem_alloc) >= sk->sk_rcvbuf) in kcm_queue_rcv_skb() 206 atomic_add(skb->truesize, &sk->sk_rmem_alloc); in kcm_queue_rcv_skb()
|
/Linux-v4.19/net/ipv4/ |
D | udp.c | 1300 atomic_sub(size, &sk->sk_rmem_alloc); in udp_rmem_release() 1363 rmem = atomic_read(&sk->sk_rmem_alloc); in __udp_enqueue_schedule_skb() 1384 rmem = atomic_add_return(size, &sk->sk_rmem_alloc); in __udp_enqueue_schedule_skb() 1418 atomic_sub(skb->truesize, &sk->sk_rmem_alloc); in __udp_enqueue_schedule_skb() 1988 prefetch(&sk->sk_rmem_alloc); in udp_queue_rcv_skb()
|
D | tcp_input.c | 501 sk->sk_rcvbuf = min(atomic_read(&sk->sk_rmem_alloc), in tcp_clamp_window() 504 if (atomic_read(&sk->sk_rmem_alloc) > sk->sk_rcvbuf) in tcp_clamp_window() 4364 atomic_add(delta, &sk->sk_rmem_alloc); in tcp_try_coalesce() 4462 if (atomic_read(&sk->sk_rmem_alloc) > sk->sk_rcvbuf || in tcp_try_rmem_schedule() 5028 if (atomic_read(&sk->sk_rmem_alloc) <= sk->sk_rcvbuf && in tcp_prune_ofo_queue() 5062 if (atomic_read(&sk->sk_rmem_alloc) >= sk->sk_rcvbuf) in tcp_prune_queue() 5067 if (atomic_read(&sk->sk_rmem_alloc) <= sk->sk_rcvbuf) in tcp_prune_queue() 5078 if (atomic_read(&sk->sk_rmem_alloc) <= sk->sk_rcvbuf) in tcp_prune_queue() 5086 if (atomic_read(&sk->sk_rmem_alloc) <= sk->sk_rcvbuf) in tcp_prune_queue()
|
/Linux-v4.19/net/core/ |
D | sock.c | 407 if (atomic_read(&sk->sk_rmem_alloc) >= sk->sk_rcvbuf) { in __sock_queue_rcv_skb() 1671 atomic_set(&newsk->sk_rmem_alloc, 0); in sk_clone_lock() 1890 atomic_sub(len, &sk->sk_rmem_alloc); in sock_rfree() 2420 if (atomic_read(&sk->sk_rmem_alloc) < sk_get_rmem0(sk, prot)) in __sk_mem_raise_allocated() 2442 atomic_read(&sk->sk_rmem_alloc) + in __sk_mem_raise_allocated()
|
/Linux-v4.19/include/net/sctp/ |
D | sctp.h | 420 atomic_add(event->rmem_len, &sk->sk_rmem_alloc); in sctp_skb_set_owner_r()
|
/Linux-v4.19/net/decnet/ |
D | dn_nsp_in.c | 593 if (atomic_read(&sk->sk_rmem_alloc) + skb->truesize >= in dn_queue_skb()
|