Home
last modified time | relevance | path

Searched refs:tcp_memory_allocated (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/net/ipv4/
Dtcp_memcontrol.c156 val = atomic_long_read(&tcp_memory_allocated); in tcp_cgroup_read()
Dtcp.c302 atomic_long_t tcp_memory_allocated; /* Current allocated memory. */ variable
303 EXPORT_SYMBOL(tcp_memory_allocated);
Dtcp_ipv4.c2366 .memory_allocated = &tcp_memory_allocated,
/linux-4.1.27/include/net/
Dtcp.h285 extern atomic_long_t tcp_memory_allocated;
/linux-4.1.27/net/ipv6/
Dtcp_ipv6.c1856 .memory_allocated = &tcp_memory_allocated,