Home
last modified time | relevance | path

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

/Linux-v6.6/net/ipv4/
Dudplite.c64 .memory_allocated = &udp_memory_allocated,
Dtcp_ipv4.c3140 .memory_allocated = &tcp_memory_allocated,
Dudp.c2920 .memory_allocated = &udp_memory_allocated,
/Linux-v6.6/net/ipv6/
Dudplite.c63 .memory_allocated = &udp_memory_allocated,
Dudp.c1778 .memory_allocated = &udp_memory_allocated,
Dtcp_ipv6.c2173 .memory_allocated = &tcp_memory_allocated,
/Linux-v6.6/include/net/
Dsock.h1323 atomic_long_t *memory_allocated; /* Current allocated memory. */ member
1450 return max(0L, atomic_long_read(prot->memory_allocated)); in proto_memory_allocated()
1471 atomic_long_add(local_reserve, sk->sk_prot->memory_allocated); in sk_memory_allocated_add()
1485 atomic_long_add(local_reserve, sk->sk_prot->memory_allocated); in sk_memory_allocated_sub()
1619 return !!sk->sk_prot->memory_allocated; in sk_has_account()
/Linux-v6.6/net/core/
Dsock.c3913 if (prot->memory_allocated && !prot->sysctl_mem) { in proto_register()
3917 if (prot->memory_allocated && !prot->per_cpu_fw_alloc) { in proto_register()
4030 return proto->memory_allocated != NULL ? proto_memory_allocated(proto) : -1L; in sock_prot_memory_allocated()
/Linux-v6.6/net/mptcp/
Dprotocol.c3733 .memory_allocated = &tcp_memory_allocated,
/Linux-v6.6/net/sctp/
Dsocket.c9690 .memory_allocated = &sctp_memory_allocated,
9747 .memory_allocated = &sctp_memory_allocated,