Searched refs:memory_allocated (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | udplite.c | 63 .memory_allocated = &udp_memory_allocated,
|
H A D | udp.c | 2945 .memory_allocated = &udp_memory_allocated,
|
H A D | tcp_ipv4.c | 3155 .memory_allocated = &tcp_memory_allocated,
|
/openbmc/linux/net/ipv6/ |
H A D | udplite.c | 62 .memory_allocated = &udp_memory_allocated,
|
H A D | udp.c | 1796 .memory_allocated = &udp_memory_allocated,
|
H A D | tcp_ipv6.c | 2170 .memory_allocated = &tcp_memory_allocated,
|
/openbmc/linux/include/net/ |
H A D | sock.h | 1325 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 D | sock.c | 3918 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 D | socket.c | 9702 .memory_allocated = &sctp_memory_allocated, 9759 .memory_allocated = &sctp_memory_allocated,
|
/openbmc/linux/net/mptcp/ |
H A D | protocol.c | 3803 .memory_allocated = &tcp_memory_allocated,
|