Home
last modified time | relevance | path

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

/Linux-v5.10/net/ipv4/
Dudplite.c55 .memory_allocated = &udp_memory_allocated,
Dudp.c2844 .memory_allocated = &udp_memory_allocated,
Dtcp_ipv4.c2790 .memory_allocated = &tcp_memory_allocated,
/Linux-v5.10/net/ipv6/
Dudplite.c51 .memory_allocated = &udp_memory_allocated,
Dudp.c1713 .memory_allocated = &udp_memory_allocated,
Dtcp_ipv6.c2132 .memory_allocated = &tcp_memory_allocated,
/Linux-v5.10/include/net/
Dsock.h1190 atomic_long_t *memory_allocated; /* Current allocated memory. */ member
1323 return atomic_long_read(sk->sk_prot->memory_allocated); in sk_memory_allocated()
1329 return atomic_long_add_return(amt, sk->sk_prot->memory_allocated); in sk_memory_allocated_add()
1335 atomic_long_sub(amt, sk->sk_prot->memory_allocated); in sk_memory_allocated_sub()
1363 return atomic_long_read(prot->memory_allocated); in proto_memory_allocated()
1464 return !!sk->sk_prot->memory_allocated; in sk_has_account()
/Linux-v5.10/crypto/
Daf_alg.c33 .memory_allocated = &alg_memory_allocated,
/Linux-v5.10/net/decnet/
Daf_decnet.c457 .memory_allocated = &decnet_memory_allocated,
/Linux-v5.10/net/mptcp/
Dprotocol.c2466 .memory_allocated = &tcp_memory_allocated,
/Linux-v5.10/net/core/
Dsock.c3577 return proto->memory_allocated != NULL ? proto_memory_allocated(proto) : -1L; in sock_prot_memory_allocated()
/Linux-v5.10/net/sctp/
Dsocket.c9406 .memory_allocated = &sctp_memory_allocated,
9449 .memory_allocated = &sctp_memory_allocated,