Lines Matching defs:net

56 struct net {  struct
60 refcount_t passive; /* To decide when the network argument
73 struct list_head list; /* list of network namespaces */ argument
74 struct list_head exit_list; /* To linked to call pernet exit argument
75 * methods on dead net ( argument
87 struct idr netns_ids; argument
92 struct proc_dir_entry *proc_net; argument
93 struct proc_dir_entry *proc_net_stat; argument
99 struct sock *rtnl; /* rtnetlink socket */ argument
106 struct raw_notifier_head netdev_chain; argument
113 struct net_device *loopback_dev; /* The loopback */ argument
118 struct netns_core core; argument
119 struct netns_mib mib; argument
120 struct netns_packet packet; argument
121 struct netns_unix unx; argument
122 struct netns_nexthop nexthop; argument
123 struct netns_ipv4 ipv4; argument
125 struct netns_ipv6 ipv6; argument
128 struct netns_ieee802154_lowpan ieee802154_lowpan; argument
131 struct netns_sctp sctp; argument
134 struct netns_nf nf; argument
136 struct netns_ct ct; argument
139 struct netns_nftables nft; argument
145 struct net_generic __rcu *gen; argument
148 struct netns_bpf bpf; argument
152 struct netns_xfrm xfrm; argument
155 u64 net_cookie; /* written once */ argument
158 struct netns_ipvs *ipvs; argument
161 struct netns_mpls mpls; argument
164 struct netns_can can; argument
167 struct netns_xdp xdp; argument
170 struct netns_mctp mctp; argument
177 struct netns_smc smc; argument
184 extern struct net init_net; argument
207 static inline void net_ns_get_ownership(const struct net *net, in net_ns_get_ownership()
243 static inline struct net *get_net(struct net *net) in get_net()
249 static inline struct net *maybe_get_net(struct net *net) in maybe_get_net()
261 static inline void put_net(struct net *net) in put_net()
273 static inline int check_net(const struct net *net) in check_net()
282 static inline struct net *get_net(struct net *net) in get_net()
287 static inline void put_net(struct net *net) in put_net()
291 static inline struct net *maybe_get_net(struct net *net) in maybe_get_net()
302 static inline int check_net(const struct net *net) in check_net()
313 struct net *net; member
317 static inline void write_pnet(possible_net_t *pnet, struct net *net) in write_pnet()
423 static inline struct ctl_table_header *register_net_sysctl(struct net *net, in register_net_sysctl()
433 static inline int rt_genid_ipv4(const struct net *net) in rt_genid_ipv4()
439 static inline int rt_genid_ipv6(const struct net *net) in rt_genid_ipv6()
445 static inline void rt_genid_bump_ipv4(struct net *net) in rt_genid_bump_ipv4()
451 static inline void rt_genid_bump_ipv6(struct net *net) in rt_genid_bump_ipv6()
459 net_ieee802154_lowpan(struct net *net) in net_ieee802154_lowpan()
466 static inline void rt_genid_bump_all(struct net *net) in rt_genid_bump_all()
472 static inline int fnhe_genid(const struct net *net) in fnhe_genid()
477 static inline void fnhe_genid_bump(struct net *net) in fnhe_genid_bump()