Searched refs:memory_allocated (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/net/ipv6/ |
A D | udplite.c | 59 .memory_allocated = &udp_memory_allocated,
|
A D | udp.c | 1773 .memory_allocated = &udp_memory_allocated,
|
A D | tcp_ipv6.c | 2169 .memory_allocated = &tcp_memory_allocated,
|
/linux-6.3-rc2/net/ipv4/ |
A D | udplite.c | 63 .memory_allocated = &udp_memory_allocated,
|
A D | tcp_ipv4.c | 3131 .memory_allocated = &tcp_memory_allocated,
|
A D | udp.c | 2971 .memory_allocated = &udp_memory_allocated,
|
/linux-6.3-rc2/include/net/ |
A D | sock.h | 1308 atomic_long_t *memory_allocated; /* Current allocated memory. */ member 1427 return max(0L, atomic_long_read(prot->memory_allocated)); in proto_memory_allocated() 1448 atomic_long_add(local_reserve, sk->sk_prot->memory_allocated); in sk_memory_allocated_add() 1462 atomic_long_add(local_reserve, sk->sk_prot->memory_allocated); in sk_memory_allocated_sub() 1596 return !!sk->sk_prot->memory_allocated; in sk_has_account()
|
/linux-6.3-rc2/net/core/ |
A D | sock.c | 3882 if (prot->memory_allocated && !prot->sysctl_mem) { in proto_register() 3886 if (prot->memory_allocated && !prot->per_cpu_fw_alloc) { in proto_register() 3999 return proto->memory_allocated != NULL ? proto_memory_allocated(proto) : -1L; in sock_prot_memory_allocated()
|
/linux-6.3-rc2/net/mptcp/ |
A D | protocol.c | 3608 .memory_allocated = &tcp_memory_allocated,
|
/linux-6.3-rc2/net/sctp/ |
A D | socket.c | 9667 .memory_allocated = &sctp_memory_allocated, 9722 .memory_allocated = &sctp_memory_allocated,
|
Completed in 53 milliseconds