Home
last modified time | relevance | path

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

/Linux-v6.6/net/core/
Dsock.c2873 if (!sk->sk_prot->enter_memory_pressure) in sk_enter_memory_pressure()
2876 sk->sk_prot->enter_memory_pressure(sk); in sk_enter_memory_pressure()
4069 proto_method_implemented(proto->enter_memory_pressure)); in proto_seq_printf()
/Linux-v6.6/net/tls/
Dtls_device.c380 READ_ONCE(sk->sk_prot)->enter_memory_pressure(sk); in tls_do_allocation()
/Linux-v6.6/net/ipv6/
Dtcp_ipv6.c2168 .enter_memory_pressure = tcp_enter_memory_pressure,
/Linux-v6.6/include/net/
Dsock.h1321 void (*enter_memory_pressure)(struct sock *sk); member
/Linux-v6.6/net/ipv4/
Dtcp_ipv4.c3134 .enter_memory_pressure = tcp_enter_memory_pressure,
Dtcp.c890 sk->sk_prot->enter_memory_pressure(sk); in tcp_stream_alloc_skb()
/Linux-v6.6/net/sctp/
Dsocket.c9688 .enter_memory_pressure = sctp_enter_memory_pressure,
9745 .enter_memory_pressure = sctp_enter_memory_pressure,