proto_memory_allocated
return proto_memory_allocated(sk->sk_prot);
return proto->memory_allocated != NULL ? proto_memory_allocated(proto) : -1L;
sockets, proto_memory_allocated(&tcp_prot));
proto_memory_allocated(&udp_prot));