Home
last modified time | relevance | path

Searched refs:sk_wmem_queued (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/
H A Dsock.h432 int sk_wmem_queued; member
989 return READ_ONCE(sk->sk_wmem_queued) >> 1; in sk_stream_min_wspace()
994 return READ_ONCE(sk->sk_sndbuf) - READ_ONCE(sk->sk_wmem_queued); in sk_stream_wspace()
999 WRITE_ONCE(sk->sk_wmem_queued, sk->sk_wmem_queued + val); in sk_wmem_queued_add()
1317 if (READ_ONCE(sk->sk_wmem_queued) >= READ_ONCE(sk->sk_sndbuf)) in __sk_stream_memory_free()
2362 val = min(sk->sk_sndbuf, sk->sk_wmem_queued >> 1); in sk_stream_moderate_sndbuf()
H A Dtcp.h285 if (sk->sk_wmem_queued > SOCK_MIN_SNDBUF && in tcp_out_of_memory()
/OK3568_Linux_fs/kernel/net/core/
H A Dstream.c205 WARN_ON(sk->sk_wmem_queued); in sk_stream_kill_queues()
H A Dsock.c1920 newsk->sk_wmem_queued = 0; in sk_clone_lock()
2634 if (sk->sk_wmem_queued < wmem0) in __sk_mem_raise_allocated()
2648 sk_mem_pages(sk->sk_wmem_queued + in __sk_mem_raise_allocated()
2662 if (sk->sk_wmem_queued + size >= sk->sk_sndbuf) in __sk_mem_raise_allocated()
3317 mem[SK_MEMINFO_WMEM_QUEUED] = READ_ONCE(sk->sk_wmem_queued); in sk_get_meminfo()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_io.c709 sk->sk_wmem_queued -= total_size; in chtls_push_frames()
827 sk->sk_wmem_queued += skb->truesize; in skb_entail()
901 sk->sk_wmem_queued += copy; in chtls_skb_copy_to_page_nocache()
907 return (cdev->max_host_sndbuf - sk->sk_wmem_queued > 0); in csk_mem_free()
1217 sk->sk_wmem_queued -= skb->truesize; in chtls_sendmsg()
1297 sk->sk_wmem_queued += copy; in chtls_sendpage()
H A Dchtls_cm.c185 sk->sk_wmem_queued -= skb->truesize; in chtls_purge_write_queue()
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dsock.h121 __entry->wmem_queued = READ_ONCE(sk->sk_wmem_queued);
/OK3568_Linux_fs/kernel/net/sctp/
H A Dproc.c287 sk->sk_wmem_queued, in sctp_assocs_seq_show()
H A Ddiag.c173 mem[SK_MEMINFO_WMEM_QUEUED] = sk->sk_wmem_queued; in inet_sctp_diag_fill()
H A Dsocket.c141 sk->sk_wmem_queued += chunk->skb->truesize + sizeof(struct sctp_chunk); in sctp_set_owner_w()
8884 sk->sk_wmem_queued -= skb->truesize + sizeof(struct sctp_chunk); in sctp_wfree()
9041 return sk->sk_sndbuf > sk->sk_wmem_queued; in sctp_writeable()
/OK3568_Linux_fs/kernel/net/sched/
H A Dem_meta.c449 dst->value = READ_ONCE(sk->sk_wmem_queued); in META_COLLECTOR()
/OK3568_Linux_fs/kernel/net/kcm/
H A Dkcmsock.c707 sk->sk_wmem_queued -= sent; in kcm_write_msgs()
848 sk->sk_wmem_queued += size; in kcm_sendpage()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_output.c1554 if (unlikely((sk->sk_wmem_queued >> 1) > limit && in tcp_fragment()
3155 min_t(u32, sk->sk_wmem_queued + (sk->sk_wmem_queued >> 2), in __tcp_retransmit_skb()
H A Dinet_diag.c274 .idiag_wmem = READ_ONCE(sk->sk_wmem_queued), in inet_sk_diag_fill()
H A Daf_inet.c156 WARN_ON(sk->sk_wmem_queued); in inet_sock_destruct()
/OK3568_Linux_fs/kernel/drivers/block/drbd/
H A Ddrbd_worker.c636 int queued = sk->sk_wmem_queued; in make_resync_request()
H A Ddrbd_main.c1508 if (sk->sk_wmem_queued > sk->sk_sndbuf * 4 / 5) in drbd_update_congested()
/OK3568_Linux_fs/kernel/net/iucv/
H A Daf_iucv.c312 WARN_ON(sk->sk_wmem_queued); in iucv_sock_destruct()
/OK3568_Linux_fs/kernel/net/mptcp/
H A Dprotocol.c1140 ratio = div_u64((u64)READ_ONCE(ssk->sk_wmem_queued) << 32, in mptcp_subflow_get_send()