Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dsock.h1002 void (*enter_memory_pressure)(struct sock *sk); member
1187 if (!sk->sk_prot->enter_memory_pressure) in sk_enter_memory_pressure()
1198 sk->sk_prot->enter_memory_pressure(sk); in sk_enter_memory_pressure()
/linux-4.1.27/net/decnet/
Daf_decnet.c461 .enter_memory_pressure = dn_enter_memory_pressure,
/linux-4.1.27/net/ipv6/
Dtcp_ipv6.c1853 .enter_memory_pressure = tcp_enter_memory_pressure,
/linux-4.1.27/net/core/
Dsock.c2910 proto_method_implemented(proto->enter_memory_pressure)); in proto_seq_printf()
/linux-4.1.27/net/ipv4/
Dtcp_ipv4.c2362 .enter_memory_pressure = tcp_enter_memory_pressure,
Dtcp.c833 sk->sk_prot->enter_memory_pressure(sk); in sk_stream_alloc_skb()
/linux-4.1.27/net/sctp/
Dsocket.c7393 .enter_memory_pressure = sctp_enter_memory_pressure,
7432 .enter_memory_pressure = sctp_enter_memory_pressure,