Home
last modified time | relevance | path

Searched refs:sk_wmem_alloc_get (Results 1 – 24 of 24) sorted by relevance

/linux/net/x25/
H A Dx25_proc.c105 sk_wmem_alloc_get(s), in x25_seq_socket_show()
H A Daf_x25.c1385 amount = sk->sk_sndbuf - sk_wmem_alloc_get(sk); in x25_ioctl()
/linux/net/atm/
H A Dcommon.c69 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 Daf_bluetooth.c710 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 Draw.c893 *karg = sk_wmem_alloc_get(sk); in raw_ioctl()
1059 sk_wmem_alloc_get(sp), in raw_sock_seq_show()
H A Dudp.c1919 *karg = sk_wmem_alloc_get(sk); in udp_ioctl()
3299 sk_wmem_alloc_get(sp), in udp4_format_sock()
H A Dtcp_output.c1609 skb->ooo_okay = sk_wmem_alloc_get(sk) < SKB_TRUESIZE(1) || in __tcp_transmit_skb()
H A Dtcp.c1106 sk_wmem_alloc_get(sk) < SKB_TRUESIZE(1) && in tcp_rate_check_app_limited()
/linux/net/sctp/
H A Ddiag.c171 amt = sk_wmem_alloc_get(sk); in inet_sctp_diag_fill()
/linux/net/phonet/
H A Dsocket.c592 sk_wmem_alloc_get(sk), sk_rmem_alloc_get(sk), in pn_sock_seq_show()
/linux/net/sched/
H A Dem_meta.c408 dst->value = sk_wmem_alloc_get(sk); in META_COLLECTOR()
/linux/net/dccp/
H A Dproto.c
/linux/net/ieee802154/
H A Dsocket.c538 *karg = sk_wmem_alloc_get(sk); in dgram_ioctl()
/linux/include/net/
H A Dsock.h2373 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 Ddatagram.c1112 sk_wmem_alloc_get(sp), in __ip6_dgram_sock_seq_show()
H A Draw.c1130 *karg = sk_wmem_alloc_get(sk); in rawv6_ioctl()
/linux/net/qrtr/
H A Daf_qrtr.c1232 len = sk->sk_sndbuf - sk_wmem_alloc_get(sk); in qrtr_ioctl()
/linux/net/packet/
H A Daf_packet.c4284 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 Dsock.c3010 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 Daf_netlink.c2741 sk_wmem_alloc_get(s), in netlink_native_seq_show()
/linux/drivers/nvme/host/
H A Dtcp.c2044 !sk_wmem_alloc_get(queue->sock->sk)) in nvme_tcp_wait_queue()
/linux/net/unix/
H A Daf_unix.c3281 return sk_wmem_alloc_get(sk); in unix_outq_len()
/linux/net/tipc/
H A Dsocket.c3988 i += scnprintf(buf + i, sz - i, " | %d", sk_wmem_alloc_get(sk)); in tipc_sk_dump()
/linux/net/key/
H A Daf_key.c3812 sk_wmem_alloc_get(s), in pfkey_seq_show()