Home
last modified time | relevance | path

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

/linux-6.15/net/core/
H A Dsock.c3053 if (!sk->sk_prot->enter_memory_pressure) in sk_enter_memory_pressure()
3056 sk->sk_prot->enter_memory_pressure(sk); in sk_enter_memory_pressure()
4264 proto_method_implemented(proto->enter_memory_pressure)); in proto_seq_printf()
/linux-6.15/net/tls/
H A Dtls_device.c374 READ_ONCE(sk->sk_prot)->enter_memory_pressure(sk); in tls_do_allocation()
/linux-6.15/include/net/
H A Dsock.h1300 void (*enter_memory_pressure)(struct sock *sk); member
/linux-6.15/net/ipv6/
H A Dtcp_ipv6.c2352 .enter_memory_pressure = tcp_enter_memory_pressure,
/linux-6.15/net/ipv4/
H A Dtcp_ipv4.c3387 .enter_memory_pressure = tcp_enter_memory_pressure,
H A Dtcp.c913 sk->sk_prot->enter_memory_pressure(sk); in tcp_stream_alloc_skb()
/linux-6.15/net/sctp/
H A Dsocket.c9713 .enter_memory_pressure = sctp_enter_memory_pressure,
9770 .enter_memory_pressure = sctp_enter_memory_pressure,