Home
last modified time | relevance | path

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

/linux/net/core/
H A Dsock.c3084 if (!sk->sk_prot->enter_memory_pressure) in sk_enter_memory_pressure()
3087 sk->sk_prot->enter_memory_pressure(sk); in sk_enter_memory_pressure()
4295 proto_method_implemented(proto->enter_memory_pressure)); in proto_seq_printf()
/linux/net/tls/
H A Dtls_device.c374 READ_ONCE(sk->sk_prot)->enter_memory_pressure(sk); in tls_do_allocation()
/linux/include/net/
H A Dsock.h1316 void (*enter_memory_pressure)(struct sock *sk); member
/linux/net/ipv4/
H A Dtcp_ipv4.c3523 .enter_memory_pressure = tcp_enter_memory_pressure,
H A Dtcp.c911 sk->sk_prot->enter_memory_pressure(sk); in tcp_stream_alloc_skb()
/linux/net/sctp/
H A Dsocket.c9714 .enter_memory_pressure = sctp_enter_memory_pressure,
9771 .enter_memory_pressure = sctp_enter_memory_pressure,