Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ipv6/
A Dudplite.c59 .memory_allocated = &udp_memory_allocated,
A Dudp.c1773 .memory_allocated = &udp_memory_allocated,
A Dtcp_ipv6.c2169 .memory_allocated = &tcp_memory_allocated,
/linux-6.3-rc2/net/ipv4/
A Dudplite.c63 .memory_allocated = &udp_memory_allocated,
A Dtcp_ipv4.c3131 .memory_allocated = &tcp_memory_allocated,
A Dudp.c2971 .memory_allocated = &udp_memory_allocated,
/linux-6.3-rc2/include/net/
A Dsock.h1308 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 Dsock.c3882 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 Dprotocol.c3608 .memory_allocated = &tcp_memory_allocated,
/linux-6.3-rc2/net/sctp/
A Dsocket.c9667 .memory_allocated = &sctp_memory_allocated,
9722 .memory_allocated = &sctp_memory_allocated,

Completed in 53 milliseconds