Home
last modified time | relevance | path

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

/linux-6.1.9/net/ipv4/
Dudplite.c63 .memory_allocated = &udp_memory_allocated,
Dudp.c2950 .memory_allocated = &udp_memory_allocated,
Dtcp_ipv4.c3079 .memory_allocated = &tcp_memory_allocated,
/linux-6.1.9/net/ipv6/
Dudplite.c59 .memory_allocated = &udp_memory_allocated,
Dudp.c1770 .memory_allocated = &udp_memory_allocated,
Dtcp_ipv6.c2178 .memory_allocated = &tcp_memory_allocated,
/linux-6.1.9/include/net/
Dsock.h1304 atomic_long_t *memory_allocated; /* Current allocated memory. */ member
1451 return max(0L, atomic_long_read(prot->memory_allocated)); in proto_memory_allocated()
1472 atomic_long_add(local_reserve, sk->sk_prot->memory_allocated); in sk_memory_allocated_add()
1486 atomic_long_add(local_reserve, sk->sk_prot->memory_allocated); in sk_memory_allocated_sub()
1620 return !!sk->sk_prot->memory_allocated; in sk_has_account()
/linux-6.1.9/net/core/
Dsock.c3857 if (prot->memory_allocated && !prot->sysctl_mem) { in proto_register()
3861 if (prot->memory_allocated && !prot->per_cpu_fw_alloc) { in proto_register()
3974 return proto->memory_allocated != NULL ? proto_memory_allocated(proto) : -1L; in sock_prot_memory_allocated()
/linux-6.1.9/net/mptcp/
Dprotocol.c3627 .memory_allocated = &tcp_memory_allocated,
/linux-6.1.9/net/sctp/
Dsocket.c9657 .memory_allocated = &sctp_memory_allocated,
9703 .memory_allocated = &sctp_memory_allocated,