Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dudplite.c63 .memory_allocated = &udp_memory_allocated,
H A Dudp.c2945 .memory_allocated = &udp_memory_allocated,
H A Dtcp_ipv4.c3155 .memory_allocated = &tcp_memory_allocated,
/openbmc/linux/net/ipv6/
H A Dudplite.c62 .memory_allocated = &udp_memory_allocated,
H A Dudp.c1796 .memory_allocated = &udp_memory_allocated,
H A Dtcp_ipv6.c2170 .memory_allocated = &tcp_memory_allocated,
/openbmc/linux/include/net/
H A Dsock.h1325 atomic_long_t *memory_allocated; /* Current allocated memory. */ member
1452 return max(0L, atomic_long_read(prot->memory_allocated)); in proto_memory_allocated()
1470 atomic_long_add(val, proto->memory_allocated); in proto_memory_pcpu_drain()
1624 return !!sk->sk_prot->memory_allocated; in sk_has_account()
/openbmc/linux/net/core/
H A Dsock.c3918 if (prot->memory_allocated && !prot->sysctl_mem) { in proto_register()
3922 if (prot->memory_allocated && !prot->per_cpu_fw_alloc) { in proto_register()
4035 return proto->memory_allocated != NULL ? proto_memory_allocated(proto) : -1L; in sock_prot_memory_allocated()
/openbmc/linux/net/sctp/
H A Dsocket.c9702 .memory_allocated = &sctp_memory_allocated,
9759 .memory_allocated = &sctp_memory_allocated,
/openbmc/linux/net/mptcp/
H A Dprotocol.c3803 .memory_allocated = &tcp_memory_allocated,