Lines Matching defs:net
54 struct net { struct
58 refcount_t passive; /* To decide when the network argument
61 refcount_t count; /* To decided when the network argument
74 struct list_head list; /* list of network namespaces */ argument
75 struct list_head exit_list; /* To linked to call pernet exit argument
76 * methods on dead net ( argument
88 struct idr netns_ids; argument
93 struct proc_dir_entry *proc_net; argument
94 struct proc_dir_entry *proc_net_stat; argument
100 struct sock *rtnl; /* rtnetlink socket */ argument
112 struct net_device *loopback_dev; /* The loopback */ argument
117 struct netns_core core; argument
118 struct netns_mib mib; argument
119 struct netns_packet packet; argument
120 struct netns_unix unx; argument
121 struct netns_nexthop nexthop; argument
122 struct netns_ipv4 ipv4; argument
124 struct netns_ipv6 ipv6; argument
127 struct netns_ieee802154_lowpan ieee802154_lowpan; argument
130 struct netns_sctp sctp; argument
133 struct netns_dccp dccp; argument
136 struct netns_nf nf; argument
137 struct netns_xt xt; argument
139 struct netns_ct ct; argument
142 struct netns_nftables nft; argument
145 struct netns_nf_frag nf_frag; argument
160 struct net_generic __rcu *gen; argument
166 struct netns_xfrm xfrm; argument
169 struct netns_ipvs *ipvs; argument
172 struct netns_mpls mpls; argument
175 struct netns_can can; argument
178 struct netns_xdp xdp; argument
189 extern struct net init_net; argument
209 static inline void net_ns_get_ownership(const struct net *net, in net_ns_get_ownership()
236 static inline struct net *get_net(struct net *net) in get_net()
242 static inline struct net *maybe_get_net(struct net *net) in maybe_get_net()
254 static inline void put_net(struct net *net) in put_net()
266 static inline int check_net(const struct net *net) in check_net()
275 static inline struct net *get_net(struct net *net) in get_net()
280 static inline void put_net(struct net *net) in put_net()
284 static inline struct net *maybe_get_net(struct net *net) in maybe_get_net()
295 static inline int check_net(const struct net *net) in check_net()
306 struct net *net; member
310 static inline void write_pnet(possible_net_t *pnet, struct net *net) in write_pnet()
416 static inline struct ctl_table_header *register_net_sysctl(struct net *net, in register_net_sysctl()
426 static inline int rt_genid_ipv4(struct net *net) in rt_genid_ipv4()
431 static inline void rt_genid_bump_ipv4(struct net *net) in rt_genid_bump_ipv4()
437 static inline void rt_genid_bump_ipv6(struct net *net) in rt_genid_bump_ipv6()
445 net_ieee802154_lowpan(struct net *net) in net_ieee802154_lowpan()
452 static inline void rt_genid_bump_all(struct net *net) in rt_genid_bump_all()
458 static inline int fnhe_genid(struct net *net) in fnhe_genid()
463 static inline void fnhe_genid_bump(struct net *net) in fnhe_genid_bump()