netns.h 214 B

12345678910111213
  1. #ifndef __SUNRPC_NETNS_H__
  2. #define __SUNRPC_NETNS_H__
  3. #include <net/net_namespace.h>
  4. #include <net/netns/generic.h>
  5. struct sunrpc_net {
  6. struct proc_dir_entry *proc_net_rpc;
  7. };
  8. extern int sunrpc_net_id;
  9. #endif