Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dudplite.c55 .memory_allocated = &udp_memory_allocated,
Dtcp_ipv4.c2599 .memory_allocated = &tcp_memory_allocated,
Dudp.c2790 .memory_allocated = &udp_memory_allocated,
/Linux-v5.4/net/ipv6/
Dudplite.c51 .memory_allocated = &udp_memory_allocated,
Dudp.c1673 .memory_allocated = &udp_memory_allocated,
Dtcp_ipv6.c2033 .memory_allocated = &tcp_memory_allocated,
/Linux-v5.4/include/net/
Dsock.h1136 atomic_long_t *memory_allocated; /* Current allocated memory. */ member
1269 return atomic_long_read(sk->sk_prot->memory_allocated); in sk_memory_allocated()
1275 return atomic_long_add_return(amt, sk->sk_prot->memory_allocated); in sk_memory_allocated_add()
1281 atomic_long_sub(amt, sk->sk_prot->memory_allocated); in sk_memory_allocated_sub()
1309 return atomic_long_read(prot->memory_allocated); in proto_memory_allocated()
1410 return !!sk->sk_prot->memory_allocated; in sk_has_account()
/Linux-v5.4/crypto/
Daf_alg.c32 .memory_allocated = &alg_memory_allocated,
/Linux-v5.4/net/decnet/
Daf_decnet.c456 .memory_allocated = &decnet_memory_allocated,
/Linux-v5.4/net/core/
Dsock.c3501 return proto->memory_allocated != NULL ? proto_memory_allocated(proto) : -1L; in sock_prot_memory_allocated()
/Linux-v5.4/net/sctp/
Dsocket.c9514 .memory_allocated = &sctp_memory_allocated,
9556 .memory_allocated = &sctp_memory_allocated,