Home
last modified time | relevance | path

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

/linux/net/atm/
H A Draw.c38 vcc->vci, sk_wmem_alloc_get(sk), ATM_SKB(skb)->acct_truesize); in atm_pop_raw()
H A Dcommon.c70 if (sk_wmem_alloc_get(sk) && !atm_may_send(vcc, size)) { in vcc_tx_ready()
72 sk_wmem_alloc_get(sk), size, sk->sk_sndbuf); in vcc_tx_ready()
633 pr_debug("%d += %d\n", sk_wmem_alloc_get(sk), skb->truesize); in vcc_sendmsg()
H A Dioctl.c66 error = put_user(sk->sk_sndbuf - sk_wmem_alloc_get(sk), in do_vcc_ioctl()
H A Dproc.c188 sk_wmem_alloc_get(sk), sk->sk_sndbuf, in vcc_info()
/linux/net/x25/
H A Dx25_proc.c105 sk_wmem_alloc_get(s), in x25_seq_socket_show()
H A Daf_x25.c1389 amount = sk->sk_sndbuf - sk_wmem_alloc_get(sk); in x25_ioctl()
/linux/net/appletalk/
H A Datalk_proc.c181 sk_wmem_alloc_get(s), in atalk_seq_socket_show()
H A Dddp.c1784 long amount = sk->sk_sndbuf - sk_wmem_alloc_get(sk); in atalk_ioctl()
/linux/net/llc/
H A Dllc_proc.c151 sk_wmem_alloc_get(sk), in llc_seq_socket_show()
/linux/net/sctp/
H A Ddiag.c170 amt = sk_wmem_alloc_get(sk); in inet_sctp_diag_fill()
/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/include/net/
H A Dsock.h2347 static inline int sk_wmem_alloc_get(const struct sock *sk) in sk_wmem_alloc_get() function
2371 return sk_wmem_alloc_get(sk) || sk_rmem_alloc_get(sk); in sk_has_allocations()
/linux/net/qrtr/
H A Daf_qrtr.c1155 len = sk->sk_sndbuf - sk_wmem_alloc_get(sk); in qrtr_ioctl()
/linux/net/ipv6/
H A Ddatagram.c1074 sk_wmem_alloc_get(sp), in __ip6_dgram_sock_seq_show()
/linux/net/ipv4/
H A Dudp.c1906 *karg = sk_wmem_alloc_get(sk); in udp_ioctl()
3258 sk_wmem_alloc_get(sp), in udp4_format_sock()
H A Dtcp.c1110 sk_wmem_alloc_get(sk) < SKB_TRUESIZE(1) && in tcp_rate_check_app_limited()
/linux/net/netlink/
H A Daf_netlink.c2709 sk_wmem_alloc_get(s), in netlink_native_seq_show()
/linux/net/unix/
H A Daf_unix.c3280 return sk_wmem_alloc_get(sk); in unix_outq_len()
/linux/net/tipc/
H A Dsocket.c3983 i += scnprintf(buf + i, sz - i, " | %d", sk_wmem_alloc_get(sk)); in tipc_sk_dump()
/linux/net/key/
H A Daf_key.c3811 sk_wmem_alloc_get(s), in pfkey_seq_show()
/linux/net/packet/
H A Daf_packet.c4254 int amount = sk_wmem_alloc_get(sk); in packet_ioctl()