• Home
  • Raw
  • Download

Lines Matching defs:net

51 struct net {  struct
52 refcount_t passive; /* To decided when the network argument
55 refcount_t count; /* To decided when the network argument
63 struct list_head list; /* list of network namespaces */ argument
64 struct list_head exit_list; /* To linked to call pernet exit argument
65 * methods on dead net ( argument
75 struct idr netns_ids; argument
79 struct proc_dir_entry *proc_net; argument
80 struct proc_dir_entry *proc_net_stat; argument
86 struct sock *rtnl; /* rtnetlink socket */ argument
102 * register_pernet_subsys() argument
104 struct net_device *loopback_dev; /* The loopback */ argument
105 struct netns_core core; argument
106 struct netns_mib mib; argument
107 struct netns_packet packet; argument
108 struct netns_unix unx; argument
109 struct netns_ipv4 ipv4; argument
111 struct netns_ipv6 ipv6; argument
114 struct netns_ieee802154_lowpan ieee802154_lowpan; argument
117 struct netns_sctp sctp; argument
120 struct netns_dccp dccp; argument
123 struct netns_nf nf; argument
124 struct netns_xt xt; argument
126 struct netns_ct ct; argument
129 struct netns_nftables nft; argument
132 struct netns_nf_frag nf_frag; argument
147 struct net_generic __rcu *gen; argument
151 struct netns_xfrm xfrm; argument
154 struct netns_ipvs *ipvs; argument
157 struct netns_mpls mpls; argument
160 struct netns_can can; argument
169 extern struct net init_net; argument
189 static inline void net_ns_get_ownership(const struct net *net, in net_ns_get_ownership()
216 static inline struct net *get_net(struct net *net) in get_net()
222 static inline struct net *maybe_get_net(struct net *net) in maybe_get_net()
234 static inline void put_net(struct net *net) in put_net()
246 static inline int check_net(const struct net *net) in check_net()
255 static inline struct net *get_net(struct net *net) in get_net()
260 static inline void put_net(struct net *net) in put_net()
264 static inline struct net *maybe_get_net(struct net *net) in maybe_get_net()
275 static inline int check_net(const struct net *net) in check_net()
286 struct net *net; member
290 static inline void write_pnet(possible_net_t *pnet, struct net *net) in write_pnet()
391 static inline struct ctl_table_header *register_net_sysctl(struct net *net, in register_net_sysctl()
401 static inline int rt_genid_ipv4(struct net *net) in rt_genid_ipv4()
406 static inline void rt_genid_bump_ipv4(struct net *net) in rt_genid_bump_ipv4()
412 static inline void rt_genid_bump_ipv6(struct net *net) in rt_genid_bump_ipv6()
420 net_ieee802154_lowpan(struct net *net) in net_ieee802154_lowpan()
427 static inline void rt_genid_bump_all(struct net *net) in rt_genid_bump_all()
433 static inline int fnhe_genid(struct net *net) in fnhe_genid()
438 static inline void fnhe_genid_bump(struct net *net) in fnhe_genid_bump()