netns.h 203 B

12345678910111213
  1. #ifndef __NFS_NETNS_H__
  2. #define __NFS_NETNS_H__
  3. #include <net/net_namespace.h>
  4. #include <net/netns/generic.h>
  5. struct nfs_net {
  6. struct cache_detail *nfs_dns_resolve;
  7. };
  8. extern int nfs_net_id;
  9. #endif