Home
last modified time | relevance | path

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

/Linux-v5.15/net/ipv4/
Dudplite.c54 .memory_allocated = &udp_memory_allocated,
Dudp.c2922 .memory_allocated = &udp_memory_allocated,
Dtcp_ipv4.c3083 .memory_allocated = &tcp_memory_allocated,
/Linux-v5.15/net/ipv6/
Dudplite.c51 .memory_allocated = &udp_memory_allocated,
Dudp.c1737 .memory_allocated = &udp_memory_allocated,
Dtcp_ipv6.c2189 .memory_allocated = &tcp_memory_allocated,
/Linux-v5.15/include/net/
Dsock.h1215 atomic_long_t *memory_allocated; /* Current allocated memory. */ member
1357 return atomic_long_read(sk->sk_prot->memory_allocated); in sk_memory_allocated()
1363 return atomic_long_add_return(amt, sk->sk_prot->memory_allocated); in sk_memory_allocated_add()
1369 atomic_long_sub(amt, sk->sk_prot->memory_allocated); in sk_memory_allocated_sub()
1401 return atomic_long_read(prot->memory_allocated); in proto_memory_allocated()
1500 return !!sk->sk_prot->memory_allocated; in sk_has_account()
/Linux-v5.15/crypto/
Daf_alg.c33 .memory_allocated = &alg_memory_allocated,
/Linux-v5.15/net/decnet/
Daf_decnet.c457 .memory_allocated = &decnet_memory_allocated,
/Linux-v5.15/net/core/
Dsock.c3750 return proto->memory_allocated != NULL ? proto_memory_allocated(proto) : -1L; in sock_prot_memory_allocated()
/Linux-v5.15/net/mptcp/
Dprotocol.c3161 .memory_allocated = &tcp_memory_allocated,
/Linux-v5.15/net/sctp/
Dsocket.c9653 .memory_allocated = &sctp_memory_allocated,
9696 .memory_allocated = &sctp_memory_allocated,