Searched refs:sk_wmem_alloc_get (Results 1 – 24 of 24) sorted by relevance
| /linux/net/x25/ |
| H A D | x25_proc.c | 105 sk_wmem_alloc_get(s), in x25_seq_socket_show()
|
| H A D | af_x25.c | 1385 amount = sk->sk_sndbuf - sk_wmem_alloc_get(sk); in x25_ioctl()
|
| /linux/net/atm/ |
| H A D | common.c | 69 if (sk_wmem_alloc_get(sk) && !atm_may_send(vcc, size)) { in vcc_tx_ready() 71 sk_wmem_alloc_get(sk), size, sk->sk_sndbuf); in vcc_tx_ready() 618 pr_debug("%d += %d\n", sk_wmem_alloc_get(sk), skb->truesize); in vcc_sendmsg()
|
| /linux/net/bluetooth/ |
| H A D | af_bluetooth.c | 710 amount = sk->sk_sndbuf - sk_wmem_alloc_get(sk); in bt_sock_ioctl() 866 sk_wmem_alloc_get(sk), in bt_seq_show()
|
| /linux/net/ipv4/ |
| H A D | raw.c | 893 *karg = sk_wmem_alloc_get(sk); in raw_ioctl() 1059 sk_wmem_alloc_get(sp), in raw_sock_seq_show()
|
| H A D | udp.c | 1919 *karg = sk_wmem_alloc_get(sk); in udp_ioctl() 3299 sk_wmem_alloc_get(sp), in udp4_format_sock()
|
| H A D | tcp_output.c | 1609 skb->ooo_okay = sk_wmem_alloc_get(sk) < SKB_TRUESIZE(1) || in __tcp_transmit_skb()
|
| H A D | tcp.c | 1106 sk_wmem_alloc_get(sk) < SKB_TRUESIZE(1) && in tcp_rate_check_app_limited()
|
| /linux/net/sctp/ |
| H A D | diag.c | 171 amt = sk_wmem_alloc_get(sk); in inet_sctp_diag_fill()
|
| /linux/net/phonet/ |
| H A D | socket.c | 592 sk_wmem_alloc_get(sk), sk_rmem_alloc_get(sk), in pn_sock_seq_show()
|
| /linux/net/sched/ |
| H A D | em_meta.c | 408 dst->value = sk_wmem_alloc_get(sk); in META_COLLECTOR()
|
| /linux/net/dccp/ |
| H A D | proto.c | |
| /linux/net/ieee802154/ |
| H A D | socket.c | 538 *karg = sk_wmem_alloc_get(sk); in dgram_ioctl()
|
| /linux/include/net/ |
| H A D | sock.h | 2373 static inline int sk_wmem_alloc_get(const struct sock *sk) in sk_wmem_alloc_get() function 2397 return sk_wmem_alloc_get(sk) || sk_rmem_alloc_get(sk); in sk_has_allocations()
|
| /linux/net/ipv6/ |
| H A D | datagram.c | 1112 sk_wmem_alloc_get(sp), in __ip6_dgram_sock_seq_show()
|
| H A D | raw.c | 1130 *karg = sk_wmem_alloc_get(sk); in rawv6_ioctl()
|
| /linux/net/qrtr/ |
| H A D | af_qrtr.c | 1232 len = sk->sk_sndbuf - sk_wmem_alloc_get(sk); in qrtr_ioctl()
|
| /linux/net/packet/ |
| H A D | af_packet.c | 4284 int amount = sk_wmem_alloc_get(sk); in packet_ioctl() 4422 if (sk_wmem_alloc_get(sk)) { in packet_free_pg_vec_work() 4439 if (!deferred || !sk_wmem_alloc_get(sk)) { in packet_free_tx_ring()
|
| /linux/net/core/ |
| H A D | sock.c | 3010 if (sk_wmem_alloc_get(sk) < READ_ONCE(sk->sk_sndbuf)) in sock_alloc_send_pskb() 4095 mem[SK_MEMINFO_WMEM_ALLOC] = sk_wmem_alloc_get(sk); in sk_get_meminfo()
|
| /linux/net/netlink/ |
| H A D | af_netlink.c | 2741 sk_wmem_alloc_get(s), in netlink_native_seq_show()
|
| /linux/drivers/nvme/host/ |
| H A D | tcp.c | 2044 !sk_wmem_alloc_get(queue->sock->sk)) in nvme_tcp_wait_queue()
|
| /linux/net/unix/ |
| H A D | af_unix.c | 3281 return sk_wmem_alloc_get(sk); in unix_outq_len()
|
| /linux/net/tipc/ |
| H A D | socket.c | 3988 i += scnprintf(buf + i, sz - i, " | %d", sk_wmem_alloc_get(sk)); in tipc_sk_dump()
|
| /linux/net/key/ |
| H A D | af_key.c | 3812 sk_wmem_alloc_get(s), in pfkey_seq_show()
|