Home
last modified time | relevance | path

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

/linux/net/core/
H A Dsock.c3099 if (!sk->sk_prot->enter_memory_pressure)
3102 sk->sk_prot->enter_memory_pressure(sk); in skb_page_frag_refill()
4342 proto_method_implemented(proto->enter_memory_pressure)); in sk_busy_loop_end()
/linux/net/tls/
H A Dtls_device.c377 READ_ONCE(sk->sk_prot)->enter_memory_pressure(sk); in tls_do_allocation()
/linux/include/net/
H A Dsock.h1345 void (*enter_memory_pressure)(struct sock *sk); member
/linux/net/ipv6/
H A Dtcp_ipv6.c2320 .enter_memory_pressure = tcp_enter_memory_pressure,
/linux/net/ipv4/
H A Dtcp.c