| /* SPDX-License-Identifier: GPL-2.0-only */ |
| /****************************************************************************** |
| (c) 2008 NetApp. All Rights Reserved. |
| ******************************************************************************/ |
| * Functions and macros used internally by RPC |
| #ifndef _NET_SUNRPC_SUNRPC_H |
| #define _NET_SUNRPC_SUNRPC_H |
| * Header for dynamically allocated rpc buffers. |
| static inline int sock_is_loopback(struct sock *sk) |
| dst = rcu_dereference(sk->sk_dst_cache); |
| (dst->dev->features & NETIF_F_LOOPBACK)) |
| int rpc_clients_notifier_register(void); |
| void rpc_clients_notifier_unregister(void); |
| void auth_domain_cleanup(void); |
| #endif /* _NET_SUNRPC_SUNRPC_H */ |