• Home
  • Raw
  • Download

Lines Matching defs:net

59 struct net {  struct
63 refcount_t passive; /* To decide when the network argument
66 refcount_t count; /* To decided when the network argument
79 struct list_head list; /* list of network namespaces */ argument
80 struct list_head exit_list; /* To linked to call pernet exit argument
81 * methods on dead net ( argument
94 struct idr netns_ids; argument
99 struct proc_dir_entry *proc_net; argument
100 struct proc_dir_entry *proc_net_stat; argument
106 struct sock *rtnl; /* rtnetlink socket */ argument
113 struct raw_notifier_head netdev_chain; argument
120 struct net_device *loopback_dev; /* The loopback */ argument
125 struct netns_core core; argument
126 struct netns_mib mib; argument
127 struct netns_packet packet; argument
128 struct netns_unix unx; argument
129 struct netns_nexthop nexthop; argument
130 struct netns_ipv4 ipv4; argument
132 struct netns_ipv6 ipv6; argument
135 struct netns_newip newip; /* NIP */ argument
138 struct netns_ieee802154_lowpan ieee802154_lowpan; argument
141 struct netns_sctp sctp; argument
144 struct netns_dccp dccp; argument
147 struct netns_nf nf; argument
148 struct netns_xt xt; argument
150 struct netns_ct ct; argument
153 struct netns_nftables nft; argument
156 struct netns_nf_frag nf_frag; argument
171 struct net_generic __rcu *gen; argument
174 struct netns_bpf bpf; argument
178 struct netns_xfrm xfrm; argument
181 atomic64_t net_cookie; /* written once */ argument
184 struct netns_ipvs *ipvs; argument
187 struct netns_mpls mpls; argument
190 struct netns_can can; argument
193 struct netns_xdp xdp; argument
204 extern struct net init_net; argument
226 static inline void net_ns_get_ownership(const struct net *net, in net_ns_get_ownership()
260 static inline struct net *get_net(struct net *net) in get_net()
266 static inline struct net *maybe_get_net(struct net *net) in maybe_get_net()
278 static inline void put_net(struct net *net) in put_net()
290 static inline int check_net(const struct net *net) in check_net()
299 static inline struct net *get_net(struct net *net) in get_net()
304 static inline void put_net(struct net *net) in put_net()
308 static inline struct net *maybe_get_net(struct net *net) in maybe_get_net()
319 static inline int check_net(const struct net *net) in check_net()
330 struct net __rcu *net; member
334 static inline void write_pnet(possible_net_t *pnet, struct net *net) in write_pnet()
450 static inline struct ctl_table_header *register_net_sysctl(struct net *net, in register_net_sysctl()
460 static inline int rt_genid_ipv4(const struct net *net) in rt_genid_ipv4()
466 static inline int rt_genid_ipv6(const struct net *net) in rt_genid_ipv6()
472 static inline void rt_genid_bump_ipv4(struct net *net) in rt_genid_bump_ipv4()
478 static inline void rt_genid_bump_ipv6(struct net *net) in rt_genid_bump_ipv6()
486 net_ieee802154_lowpan(struct net *net) in net_ieee802154_lowpan()
493 static inline void rt_genid_bump_all(struct net *net) in rt_genid_bump_all()
499 static inline int fnhe_genid(const struct net *net) in fnhe_genid()
504 static inline void fnhe_genid_bump(struct net *net) in fnhe_genid_bump()