Home
last modified time | relevance | path

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

/linux/net/ipv4/
A Dudplite.c54 .memory_allocated = &udp_memory_allocated,
A Dtcp_ipv4.c3087 .memory_allocated = &tcp_memory_allocated,
A Dudp.c2932 .memory_allocated = &udp_memory_allocated,
/linux/net/ipv6/
A Dudplite.c51 .memory_allocated = &udp_memory_allocated,
A Dudp.c1738 .memory_allocated = &udp_memory_allocated,
A Dtcp_ipv6.c2191 .memory_allocated = &tcp_memory_allocated,
/linux/include/net/
A Dsock.h1220 atomic_long_t *memory_allocated; /* Current allocated memory. */ member
1365 return atomic_long_read(sk->sk_prot->memory_allocated); in sk_memory_allocated()
1371 return atomic_long_add_return(amt, sk->sk_prot->memory_allocated); in sk_memory_allocated_add()
1377 atomic_long_sub(amt, sk->sk_prot->memory_allocated); in sk_memory_allocated_sub()
1409 return atomic_long_read(prot->memory_allocated); in proto_memory_allocated()
1508 return !!sk->sk_prot->memory_allocated; in sk_has_account()
/linux/crypto/
A Daf_alg.c33 .memory_allocated = &alg_memory_allocated,
/linux/net/decnet/
A Daf_decnet.c457 .memory_allocated = &decnet_memory_allocated,
/linux/net/mptcp/
A Dprotocol.c3201 .memory_allocated = &tcp_memory_allocated,
/linux/net/core/
A Dsock.c3832 return proto->memory_allocated != NULL ? proto_memory_allocated(proto) : -1L; in sock_prot_memory_allocated()
/linux/net/sctp/
A Dsocket.c9667 .memory_allocated = &sctp_memory_allocated,
9710 .memory_allocated = &sctp_memory_allocated,

Completed in 80 milliseconds