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
62 struct list_head list; /* list of network namespaces */ argument
63 struct list_head exit_list; /* To linked to call pernet exit argument
64 * methods on dead net ( argument
74 struct idr netns_ids; argument
78 struct proc_dir_entry *proc_net; argument
79 struct proc_dir_entry *proc_net_stat; argument
85 struct sock *rtnl; /* rtnetlink socket */ argument
101 * register_pernet_subsys() argument
103 struct net_device *loopback_dev; /* The loopback */ argument
104 struct netns_core core; argument
105 struct netns_mib mib; argument
106 struct netns_packet packet; argument
107 struct netns_unix unx; argument
108 struct netns_ipv4 ipv4; argument
110 struct netns_ipv6 ipv6; argument
113 struct netns_ieee802154_lowpan ieee802154_lowpan; argument
116 struct netns_sctp sctp; argument
119 struct netns_dccp dccp; argument
122 struct netns_nf nf; argument
123 struct netns_xt xt; argument
125 struct netns_ct ct; argument
128 struct netns_nftables nft; argument
131 struct netns_nf_frag nf_frag; argument
146 struct net_generic __rcu *gen; argument
150 struct netns_xfrm xfrm; argument
153 struct netns_ipvs *ipvs; argument
156 struct netns_mpls mpls; argument
159 struct netns_can can; argument
168 extern struct net init_net; argument
188 static inline void net_ns_get_ownership(const struct net *net, in net_ns_get_ownership()
215 static inline struct net *get_net(struct net *net) in get_net()
221 static inline struct net *maybe_get_net(struct net *net) in maybe_get_net()
233 static inline void put_net(struct net *net) in put_net()
245 static inline int check_net(const struct net *net) in check_net()
254 static inline struct net *get_net(struct net *net) in get_net()
259 static inline void put_net(struct net *net) in put_net()
263 static inline struct net *maybe_get_net(struct net *net) in maybe_get_net()
274 static inline int check_net(const struct net *net) in check_net()
285 struct net *net; member
289 static inline void write_pnet(possible_net_t *pnet, struct net *net) in write_pnet()
390 static inline struct ctl_table_header *register_net_sysctl(struct net *net, in register_net_sysctl()
400 static inline int rt_genid_ipv4(struct net *net) in rt_genid_ipv4()
405 static inline void rt_genid_bump_ipv4(struct net *net) in rt_genid_bump_ipv4()
411 static inline void rt_genid_bump_ipv6(struct net *net) in rt_genid_bump_ipv6()
419 net_ieee802154_lowpan(struct net *net) in net_ieee802154_lowpan()
426 static inline void rt_genid_bump_all(struct net *net) in rt_genid_bump_all()
432 static inline int fnhe_genid(struct net *net) in fnhe_genid()
437 static inline void fnhe_genid_bump(struct net *net) in fnhe_genid_bump()