Searched refs:sk_wmem_alloc_get (Results 1 – 22 of 22) sorted by relevance
| /linux/net/atm/ |
| H A D | raw.c | 38 vcc->vci, sk_wmem_alloc_get(sk), ATM_SKB(skb)->acct_truesize); in atm_pop_raw()
|
| H A D | common.c | 70 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 D | ioctl.c | 66 error = put_user(sk->sk_sndbuf - sk_wmem_alloc_get(sk), in do_vcc_ioctl()
|
| H A D | proc.c | 188 sk_wmem_alloc_get(sk), sk->sk_sndbuf, in vcc_info()
|
| /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 | 1389 amount = sk->sk_sndbuf - sk_wmem_alloc_get(sk); in x25_ioctl()
|
| /linux/net/appletalk/ |
| H A D | atalk_proc.c | 181 sk_wmem_alloc_get(s), in atalk_seq_socket_show()
|
| H A D | ddp.c | 1784 long amount = sk->sk_sndbuf - sk_wmem_alloc_get(sk); in atalk_ioctl()
|
| /linux/net/llc/ |
| H A D | llc_proc.c | 151 sk_wmem_alloc_get(sk), in llc_seq_socket_show()
|
| /linux/net/sctp/ |
| H A D | diag.c | 170 amt = sk_wmem_alloc_get(sk); in inet_sctp_diag_fill()
|
| /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/include/net/ |
| H A D | sock.h | 2347 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 D | af_qrtr.c | 1155 len = sk->sk_sndbuf - sk_wmem_alloc_get(sk); in qrtr_ioctl()
|
| /linux/net/ipv6/ |
| H A D | datagram.c | 1074 sk_wmem_alloc_get(sp), in __ip6_dgram_sock_seq_show()
|
| /linux/net/ipv4/ |
| H A D | udp.c | 1906 *karg = sk_wmem_alloc_get(sk); in udp_ioctl() 3258 sk_wmem_alloc_get(sp), in udp4_format_sock()
|
| H A D | tcp.c | 1110 sk_wmem_alloc_get(sk) < SKB_TRUESIZE(1) && in tcp_rate_check_app_limited()
|
| /linux/net/netlink/ |
| H A D | af_netlink.c | 2709 sk_wmem_alloc_get(s), in netlink_native_seq_show()
|
| /linux/net/unix/ |
| H A D | af_unix.c | 3280 return sk_wmem_alloc_get(sk); in unix_outq_len()
|
| /linux/net/tipc/ |
| H A D | socket.c | 3983 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 | 3811 sk_wmem_alloc_get(s), in pfkey_seq_show()
|
| /linux/net/packet/ |
| H A D | af_packet.c | 4254 int amount = sk_wmem_alloc_get(sk); in packet_ioctl()
|