netns.h 217 B

1234567891011121314
  1. #ifndef __LOCKD_NETNS_H__
  2. #define __LOCKD_NETNS_H__
  3. #include <net/netns/generic.h>
  4. struct lockd_net {
  5. unsigned int nlmsvc_users;
  6. unsigned long next_gc;
  7. unsigned long nrhosts;
  8. };
  9. extern int lockd_net_id;
  10. #endif