Home
last modified time | relevance | path

Searched refs:memory_allocated (Results 1 – 9 of 9) sorted by relevance

/linux/net/ipv4/
H A Dudplite.c63 .memory_allocated = &net_aligned_data.udp_memory_allocated,
H A Dudp.c3264 .memory_allocated = &net_aligned_data.udp_memory_allocated,
/linux/net/ipv6/
H A Dudplite.c62 .memory_allocated = &net_aligned_data.udp_memory_allocated,
H A Dtcp_ipv6.c2325 .memory_allocated = &net_aligned_data.tcp_memory_allocated,
/linux/drivers/md/dm-vdo/indexer/
H A Ddelta-index.h184 size_t memory_allocated; member
/linux/net/core/
H A Dsock.c4187 if (prot->memory_allocated && !prot->sysctl_mem) { in proto_register()
4191 if (prot->memory_allocated && !prot->per_cpu_fw_alloc) { in proto_register()
4304 return proto->memory_allocated != NULL ? proto_memory_allocated(proto) : -1L; in sock_prot_memory_allocated()
/linux/include/net/
H A Dsock.h1347 atomic_long_t *memory_allocated; /* Current allocated memory. */ member
1561 return !!sk->sk_prot->memory_allocated; in sk_has_account()
/linux/net/sctp/
H A Dsocket.c9658 .memory_allocated = &sctp_memory_allocated,
9714 .memory_allocated = &sctp_memory_allocated,
/linux/net/mptcp/
H A Dprotocol.c4030 .memory_allocated = &net_aligned_data.tcp_memory_allocated,