Home
last modified time | relevance | path

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

/linux/include/net/
H A Dsock.h1320 struct percpu_counter *sockets_allocated; /* Current number of sockets. */ member
1414 percpu_counter_add_batch(sk->sk_prot->sockets_allocated, -1, in sk_sockets_allocated_dec()
1420 percpu_counter_add_batch(sk->sk_prot->sockets_allocated, 1, in sk_sockets_allocated_inc()
1427 return percpu_counter_read_positive(sk->sk_prot->sockets_allocated); in sk_sockets_allocated_read_positive()
1433 return percpu_counter_sum_positive(prot->sockets_allocated); in proto_sockets_allocated_sum_positive()
/linux/net/core/
H A Dsock.c2568 if (newsk->sk_prot->sockets_allocated) in sk_clone_lock()
/linux/net/ipv4/
H A Dtcp_ipv4.c3526 .sockets_allocated = &tcp_sockets_allocated,
/linux/net/sctp/
H A Dsocket.c9719 .sockets_allocated = &sctp_sockets_allocated,
9776 .sockets_allocated = &sctp_sockets_allocated,
/linux/net/mptcp/
H A Dprotocol.c3786 .sockets_allocated = &mptcp_sockets_allocated,