Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.4 12 lines 169 B view raw
1#ifndef __LOCKD_NETNS_H__ 2#define __LOCKD_NETNS_H__ 3 4#include <net/netns/generic.h> 5 6struct lockd_net { 7 unsigned int nlmsvc_users; 8}; 9 10extern int lockd_net_id; 11 12#endif