enter_memory_pressure 1139 include/net/sock.h 	void			(*enter_memory_pressure)(struct sock *sk);
enter_memory_pressure 2331 net/core/sock.c 	if (!sk->sk_prot->enter_memory_pressure)
enter_memory_pressure 2334 net/core/sock.c 	sk->sk_prot->enter_memory_pressure(sk);
enter_memory_pressure 3544 net/core/sock.c 		   proto_method_implemented(proto->enter_memory_pressure));
enter_memory_pressure  454 net/decnet/af_decnet.c 	.enter_memory_pressure	= dn_enter_memory_pressure,
enter_memory_pressure  907 net/ipv4/tcp.c 		sk->sk_prot->enter_memory_pressure(sk);
enter_memory_pressure 2595 net/ipv4/tcp_ipv4.c 	.enter_memory_pressure	= tcp_enter_memory_pressure,
enter_memory_pressure 2029 net/ipv6/tcp_ipv6.c 	.enter_memory_pressure	= tcp_enter_memory_pressure,
enter_memory_pressure 9528 net/sctp/socket.c 	.enter_memory_pressure = sctp_enter_memory_pressure,
enter_memory_pressure 9570 net/sctp/socket.c 	.enter_memory_pressure = sctp_enter_memory_pressure,
enter_memory_pressure  356 net/tls/tls_device.c 			sk->sk_prot->enter_memory_pressure(sk);