Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dudplite.c57 .memory_allocated = &udp_memory_allocated,
Dtcp_ipv4.c2475 .memory_allocated = &tcp_memory_allocated,
Dudp.c2654 .memory_allocated = &udp_memory_allocated,
/Linux-v4.19/net/ipv6/
Dudplite.c52 .memory_allocated = &udp_memory_allocated,
Dudp.c1588 .memory_allocated = &udp_memory_allocated,
Dtcp_ipv6.c1974 .memory_allocated = &tcp_memory_allocated,
/Linux-v4.19/include/net/
Dsock.h1117 atomic_long_t *memory_allocated; /* Current allocated memory. */ member
1240 return atomic_long_read(sk->sk_prot->memory_allocated); in sk_memory_allocated()
1246 return atomic_long_add_return(amt, sk->sk_prot->memory_allocated); in sk_memory_allocated_add()
1252 atomic_long_sub(amt, sk->sk_prot->memory_allocated); in sk_memory_allocated_sub()
1280 return atomic_long_read(prot->memory_allocated); in proto_memory_allocated()
1381 return !!sk->sk_prot->memory_allocated; in sk_has_account()
/Linux-v4.19/crypto/
Daf_alg.c37 .memory_allocated = &alg_memory_allocated,
/Linux-v4.19/net/decnet/
Daf_decnet.c464 .memory_allocated = &decnet_memory_allocated,
/Linux-v4.19/net/core/
Dsock.c3376 return proto->memory_allocated != NULL ? proto_memory_allocated(proto) : -1L; in sock_prot_memory_allocated()
/Linux-v4.19/net/sctp/
Dsocket.c9000 .memory_allocated = &sctp_memory_allocated,
9042 .memory_allocated = &sctp_memory_allocated,