memory_allocated 32 crypto/af_alg.c .memory_allocated = &alg_memory_allocated, memory_allocated 1141 include/net/sock.h atomic_long_t *memory_allocated; /* Current allocated memory. */ memory_allocated 1274 include/net/sock.h return atomic_long_read(sk->sk_prot->memory_allocated); memory_allocated 1280 include/net/sock.h return atomic_long_add_return(amt, sk->sk_prot->memory_allocated); memory_allocated 1286 include/net/sock.h atomic_long_sub(amt, sk->sk_prot->memory_allocated); memory_allocated 1314 include/net/sock.h return atomic_long_read(prot->memory_allocated); memory_allocated 1415 include/net/sock.h return !!sk->sk_prot->memory_allocated; memory_allocated 3504 net/core/sock.c return proto->memory_allocated != NULL ? proto_memory_allocated(proto) : -1L; memory_allocated 456 net/decnet/af_decnet.c .memory_allocated = &decnet_memory_allocated, memory_allocated 2600 net/ipv4/tcp_ipv4.c .memory_allocated = &tcp_memory_allocated, memory_allocated 2795 net/ipv4/udp.c .memory_allocated = &udp_memory_allocated, memory_allocated 55 net/ipv4/udplite.c .memory_allocated = &udp_memory_allocated, memory_allocated 2033 net/ipv6/tcp_ipv6.c .memory_allocated = &tcp_memory_allocated, memory_allocated 1673 net/ipv6/udp.c .memory_allocated = &udp_memory_allocated, memory_allocated 51 net/ipv6/udplite.c .memory_allocated = &udp_memory_allocated, memory_allocated 9529 net/sctp/socket.c .memory_allocated = &sctp_memory_allocated, memory_allocated 9571 net/sctp/socket.c .memory_allocated = &sctp_memory_allocated,