net 892 include/linux/fs.h struct net; net 893 include/linux/fs.h void locks_start_grace(struct net *, struct lock_manager *); net 895 include/linux/fs.h int locks_in_grace(struct net *); net 35 include/linux/if_bridge.h extern void brioctl_set(int (*ioctl_hook)(struct net *, unsigned int, void __user *)); net 87 include/linux/if_macvlan.h extern int macvlan_common_newlink(struct net *src_net, struct net_device *dev, net 75 include/linux/if_pppox.h int (*create)(struct net *net, struct socket *sock); net 74 include/linux/if_vlan.h extern void vlan_ioctl_set(int (*hook)(struct net *, void __user *)); net 50 include/linux/inetdevice.h #define IPV4_DEVCONF_ALL(net, attr) \ net 51 include/linux/inetdevice.h IPV4_DEVCONF((*(net)->ipv4.devconf_all), attr) net 81 include/linux/inetdevice.h #define IN_DEV_NET_ORCONF(in_dev, net, attr) \ net 82 include/linux/inetdevice.h (IPV4_DEVCONF_ALL(net, attr) || \ net 114 include/linux/inetdevice.h #define IN_DEV_NET_ROUTE_LOCALNET(in_dev, net) \ net 115 include/linux/inetdevice.h IN_DEV_NET_ORCONF(in_dev, net, ROUTE_LOCALNET) net 153 include/linux/inetdevice.h void inet_netconf_notify_devconf(struct net *net, int type, int ifindex, net 156 include/linux/inetdevice.h struct net_device *__ip_dev_find(struct net *net, __be32 addr, bool devref); net 157 include/linux/inetdevice.h static inline struct net_device *ip_dev_find(struct net *net, __be32 addr) net 159 include/linux/inetdevice.h return __ip_dev_find(net, addr, true); net 163 include/linux/inetdevice.h int devinet_ioctl(struct net *net, unsigned int cmd, void __user *); net 165 include/linux/inetdevice.h struct in_device *inetdev_by_index(struct net *, int); net 167 include/linux/inetdevice.h __be32 inet_confirm_addr(struct net *net, struct in_device *in_dev, __be32 dst, net 45 include/linux/lockd/bind.h struct net *net; net 57 include/linux/lockd/bind.h extern int lockd_up(struct net *net); net 58 include/linux/lockd/bind.h extern void lockd_down(struct net *net); net 70 include/linux/lockd/lockd.h struct net *net; /* host net */ net 227 include/linux/lockd/lockd.h struct net *net); net 237 include/linux/lockd/lockd.h void nlm_shutdown_hosts_net(struct net *net); net 265 include/linux/lockd/lockd.h __be32 nlmsvc_unlock(struct net *net, struct nlm_file *, struct nlm_lock *); net 269 include/linux/lockd/lockd.h __be32 nlmsvc_cancel_blocked(struct net *net, struct nlm_file *, struct nlm_lock *); net 282 include/linux/lockd/lockd.h void nlmsvc_mark_resources(struct net *); net 60 include/linux/lsm_audit.h struct lsm_network_audit *net; net 104 include/linux/mroute.h extern int ipmr_get_route(struct net *net, struct sk_buff *skb, net 117 include/linux/mroute6.h extern int ip6mr_get_route(struct net *net, struct sk_buff *skb, net 121 include/linux/mroute6.h extern struct sock *mroute6_socket(struct net *net, struct sk_buff *skb); net 124 include/linux/mroute6.h static inline struct sock *mroute6_socket(struct net *net, struct sk_buff *skb) net 34 include/linux/net.h struct net; net 192 include/linux/net.h int (*create)(struct net *net, struct socket *sock, net 210 include/linux/net.h int __sock_create(struct net *net, int family, int type, int proto, net 1660 include/linux/netdevice.h struct net *nd_net; net 1793 include/linux/netdevice.h struct net *dev_net(const struct net_device *dev) net 1799 include/linux/netdevice.h void dev_net_set(struct net_device *dev, struct net *net) net 1803 include/linux/netdevice.h dev->nd_net = hold_net(net); net 1830 include/linux/netdevice.h #define SET_NETDEV_DEV(net, pdev) ((net)->dev.parent = (pdev)) net 1836 include/linux/netdevice.h #define SET_NETDEV_DEVTYPE(net, devtype) ((net)->dev.type = (devtype)) net 2037 include/linux/netdevice.h #define for_each_netdev(net, d) \ net 2038 include/linux/netdevice.h list_for_each_entry(d, &(net)->dev_base_head, dev_list) net 2039 include/linux/netdevice.h #define for_each_netdev_reverse(net, d) \ net 2040 include/linux/netdevice.h list_for_each_entry_reverse(d, &(net)->dev_base_head, dev_list) net 2041 include/linux/netdevice.h #define for_each_netdev_rcu(net, d) \ net 2042 include/linux/netdevice.h list_for_each_entry_rcu(d, &(net)->dev_base_head, dev_list) net 2043 include/linux/netdevice.h #define for_each_netdev_safe(net, d, n) \ net 2044 include/linux/netdevice.h list_for_each_entry_safe(d, n, &(net)->dev_base_head, dev_list) net 2045 include/linux/netdevice.h #define for_each_netdev_continue(net, d) \ net 2046 include/linux/netdevice.h list_for_each_entry_continue(d, &(net)->dev_base_head, dev_list) net 2047 include/linux/netdevice.h #define for_each_netdev_continue_rcu(net, d) \ net 2048 include/linux/netdevice.h list_for_each_entry_continue_rcu(d, &(net)->dev_base_head, dev_list) net 2057 include/linux/netdevice.h struct net *net; net 2059 include/linux/netdevice.h net = dev_net(dev); net 2061 include/linux/netdevice.h return lh == &net->dev_base_head ? NULL : net_device_entry(lh); net 2067 include/linux/netdevice.h struct net *net; net 2069 include/linux/netdevice.h net = dev_net(dev); net 2071 include/linux/netdevice.h return lh == &net->dev_base_head ? NULL : net_device_entry(lh); net 2074 include/linux/netdevice.h static inline struct net_device *first_net_device(struct net *net) net 2076 include/linux/netdevice.h return list_empty(&net->dev_base_head) ? NULL : net 2077 include/linux/netdevice.h net_device_entry(net->dev_base_head.next); net 2080 include/linux/netdevice.h static inline struct net_device *first_net_device_rcu(struct net *net) net 2082 include/linux/netdevice.h struct list_head *lh = rcu_dereference(list_next_rcu(&net->dev_base_head)); net 2084 include/linux/netdevice.h return lh == &net->dev_base_head ? NULL : net_device_entry(lh); net 2089 include/linux/netdevice.h struct net_device *dev_getbyhwaddr_rcu(struct net *net, unsigned short type, net 2091 include/linux/netdevice.h struct net_device *dev_getfirstbyhwtype(struct net *net, unsigned short type); net 2092 include/linux/netdevice.h struct net_device *__dev_getfirstbyhwtype(struct net *net, unsigned short type); net 2099 include/linux/netdevice.h struct net_device *__dev_get_by_flags(struct net *net, unsigned short flags, net 2101 include/linux/netdevice.h struct net_device *dev_get_by_name(struct net *net, const char *name); net 2102 include/linux/netdevice.h struct net_device *dev_get_by_name_rcu(struct net *net, const char *name); net 2103 include/linux/netdevice.h struct net_device *__dev_get_by_name(struct net *net, const char *name); net 2125 include/linux/netdevice.h struct net_device *dev_get_by_index(struct net *net, int ifindex); net 2126 include/linux/netdevice.h struct net_device *__dev_get_by_index(struct net *net, int ifindex); net 2127 include/linux/netdevice.h struct net_device *dev_get_by_index_rcu(struct net *net, int ifindex); net 2128 include/linux/netdevice.h int netdev_get_name(struct net *net, char *name, int ifindex); net 2856 include/linux/netdevice.h int dev_ioctl(struct net *net, unsigned int cmd, void __user *); net 2857 include/linux/netdevice.h int dev_ethtool(struct net *net, struct ifreq *); net 2865 include/linux/netdevice.h int dev_change_net_namespace(struct net_device *, struct net *, const char *); net 3361 include/linux/netdevice.h void dev_load(struct net *net, const char *name); net 228 include/linux/netfilter.h int (*route)(struct net *net, struct dst_entry **dst, net 206 include/linux/netfilter/ipset/ip_set.h int (*create)(struct net *net, struct ip_set *set, net 392 include/linux/netfilter/ipset/ip_set.h extern ip_set_id_t ip_set_get_byname(struct net *net, net 394 include/linux/netfilter/ipset/ip_set.h extern void ip_set_put_byindex(struct net *net, ip_set_id_t index); net 395 include/linux/netfilter/ipset/ip_set.h extern const char *ip_set_name_byindex(struct net *net, ip_set_id_t index); net 396 include/linux/netfilter/ipset/ip_set.h extern ip_set_id_t ip_set_nfnl_get_byindex(struct net *net, ip_set_id_t index); net 397 include/linux/netfilter/ipset/ip_set.h extern void ip_set_nfnl_put(struct net *net, ip_set_id_t index); net 36 include/linux/netfilter/nfnetlink.h int nfnetlink_has_listeners(struct net *net, unsigned int group); net 37 include/linux/netfilter/nfnetlink.h struct sk_buff *nfnetlink_alloc_skb(struct net *net, unsigned int size, net 39 include/linux/netfilter/nfnetlink.h int nfnetlink_send(struct sk_buff *skb, struct net *net, u32 portid, net 41 include/linux/netfilter/nfnetlink.h int nfnetlink_set_err(struct net *net, u32 portid, u32 group, int error); net 42 include/linux/netfilter/nfnetlink.h int nfnetlink_unicast(struct sk_buff *skb, struct net *net, u32 portid, net 58 include/linux/netfilter/x_tables.h struct net *net; net 72 include/linux/netfilter/x_tables.h struct net *net; net 88 include/linux/netfilter/x_tables.h struct net *net; net 99 include/linux/netfilter/x_tables.h struct net *net; net 247 include/linux/netfilter/x_tables.h struct xt_table *xt_register_table(struct net *net, net 265 include/linux/netfilter/x_tables.h struct xt_table *xt_find_table_lock(struct net *net, u_int8_t af, net 269 include/linux/netfilter/x_tables.h int xt_proto_init(struct net *net, u_int8_t af); net 270 include/linux/netfilter/x_tables.h void xt_proto_fini(struct net *net, u_int8_t af); net 51 include/linux/netfilter_arp/arp_tables.h extern struct xt_table *arpt_register_table(struct net *net, net 110 include/linux/netfilter_bridge/ebtables.h extern struct ebt_table *ebt_register_table(struct net *net, net 112 include/linux/netfilter_bridge/ebtables.h extern void ebt_unregister_table(struct net *net, struct ebt_table *table); net 27 include/linux/netfilter_ipv4/ip_tables.h extern struct xt_table *ipt_register_table(struct net *net, net 30 include/linux/netfilter_ipv4/ip_tables.h extern void ipt_unregister_table(struct net *net, struct xt_table *table); net 26 include/linux/netfilter_ipv6.h int (*chk_addr)(struct net *net, const struct in6_addr *addr, net 28 include/linux/netfilter_ipv6/ip6_tables.h extern struct xt_table *ip6t_register_table(struct net *net, net 31 include/linux/netfilter_ipv6/ip6_tables.h extern void ip6t_unregister_table(struct net *net, struct xt_table *table); net 11 include/linux/netlink.h struct net; net 51 include/linux/netlink.h bool (*compare)(struct net *net, struct sock *sk); net 54 include/linux/netlink.h extern struct sock *__netlink_kernel_create(struct net *net, int unit, net 58 include/linux/netlink.h netlink_kernel_create(struct net *net, int unit, struct netlink_kernel_cfg *cfg) net 60 include/linux/netlink.h return __netlink_kernel_create(net, unit, THIS_MODULE, cfg); net 136 include/linux/netlink.h struct net *net; net 112 include/linux/nfs_fs_sb.h struct net *cl_net; net 35 include/linux/nsproxy.h struct net *net_ns; net 61 include/linux/ppp_channel.h extern int ppp_register_net_channel(struct net *, struct ppp_channel *); net 77 include/linux/proc_fs.h struct net; net 80 include/linux/proc_fs.h struct net *net, const char *name, struct proc_dir_entry *parent) net 82 include/linux/proc_fs.h return proc_mkdir_data(name, 0, parent, net); net 173 include/linux/rio.h struct rio_net *net; /* RIO net this device resides in */ net 152 include/linux/rio_drv.h return rio_mport_read_config_32(rdev->net->hport, rdev->destid, net 168 include/linux/rio_drv.h return rio_mport_write_config_32(rdev->net->hport, rdev->destid, net 184 include/linux/rio_drv.h return rio_mport_read_config_16(rdev->net->hport, rdev->destid, net 200 include/linux/rio_drv.h return rio_mport_write_config_16(rdev->net->hport, rdev->destid, net 215 include/linux/rio_drv.h return rio_mport_read_config_8(rdev->net->hport, rdev->destid, net 230 include/linux/rio_drv.h return rio_mport_write_config_8(rdev->net->hport, rdev->destid, net 247 include/linux/rio_drv.h return rio_mport_send_doorbell(rdev->net->hport, rdev->destid, data); net 10 include/linux/rtnetlink.h extern int rtnetlink_send(struct sk_buff *skb, struct net *net, u32 pid, u32 group, int echo); net 11 include/linux/rtnetlink.h extern int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid); net 12 include/linux/rtnetlink.h extern void rtnl_notify(struct sk_buff *skb, struct net *net, u32 pid, net 14 include/linux/rtnetlink.h extern void rtnl_set_sk_err(struct net *net, u32 group, int error); net 6 include/linux/seq_file_net.h struct net; net 7 include/linux/seq_file_net.h extern struct net init_net; net 11 include/linux/seq_file_net.h struct net *net; net 21 include/linux/seq_file_net.h static inline struct net *seq_file_net(struct seq_file *seq) net 24 include/linux/seq_file_net.h return ((struct seq_net_private *)seq->private)->net; net 16 include/linux/sunrpc/addr.h size_t rpc_pton(struct net *, const char *, const size_t, net 19 include/linux/sunrpc/addr.h size_t rpc_uaddr2sockaddr(struct net *, const char *, const size_t, net 125 include/linux/sunrpc/cache.h struct net *net; net 215 include/linux/sunrpc/cache.h extern int cache_register_net(struct cache_detail *cd, struct net *net); net 216 include/linux/sunrpc/cache.h extern void cache_unregister_net(struct cache_detail *cd, struct net *net); net 218 include/linux/sunrpc/cache.h extern struct cache_detail *cache_create_net(struct cache_detail *tmpl, struct net *net); net 219 include/linux/sunrpc/cache.h extern void cache_destroy_net(struct cache_detail *cd, struct net *net); net 105 include/linux/sunrpc/clnt.h struct net *net; net 149 include/linux/sunrpc/clnt.h int rpcb_create_local(struct net *); net 150 include/linux/sunrpc/clnt.h void rpcb_put_local(struct net *); net 151 include/linux/sunrpc/clnt.h int rpcb_register(struct net *, u32, u32, int, unsigned short); net 152 include/linux/sunrpc/clnt.h int rpcb_v4_register(struct net *net, const u32 program, net 171 include/linux/sunrpc/clnt.h struct net * rpc_net_ns(struct rpc_clnt *); net 87 include/linux/sunrpc/rpc_pipe_fs.h extern int rpc_pipefs_init_net(struct net *net); net 88 include/linux/sunrpc/rpc_pipe_fs.h extern void rpc_pipefs_exit_net(struct net *net); net 89 include/linux/sunrpc/rpc_pipe_fs.h extern struct super_block *rpc_get_sb_net(const struct net *net); net 90 include/linux/sunrpc/rpc_pipe_fs.h extern void rpc_put_sb_net(const struct net *net); net 104 include/linux/sunrpc/rpc_pipe_fs.h extern int rpc_add_pipe_dir_object(struct net *net, net 107 include/linux/sunrpc/rpc_pipe_fs.h extern void rpc_remove_pipe_dir_object(struct net *net, net 111 include/linux/sunrpc/rpc_pipe_fs.h struct net *net, net 134 include/linux/sunrpc/rpc_pipe_fs.h extern bool gssd_running(struct net *net); net 241 include/linux/sunrpc/sched.h struct net; net 242 include/linux/sunrpc/sched.h void rpc_show_tasks(struct net *); net 41 include/linux/sunrpc/stats.h struct net; net 43 include/linux/sunrpc/stats.h int rpc_proc_init(struct net *); net 44 include/linux/sunrpc/stats.h void rpc_proc_exit(struct net *); net 46 include/linux/sunrpc/stats.h static inline int rpc_proc_init(struct net *net) net 51 include/linux/sunrpc/stats.h static inline void rpc_proc_exit(struct net *net) net 61 include/linux/sunrpc/stats.h struct proc_dir_entry * rpc_proc_register(struct net *,struct rpc_stat *); net 62 include/linux/sunrpc/stats.h void rpc_proc_unregister(struct net *,const char *); net 64 include/linux/sunrpc/stats.h struct proc_dir_entry * svc_proc_register(struct net *, struct svc_stat *, net 66 include/linux/sunrpc/stats.h void svc_proc_unregister(struct net *, const char *); net 72 include/linux/sunrpc/stats.h static inline struct proc_dir_entry *rpc_proc_register(struct net *net, struct rpc_stat *s) { return NULL; } net 73 include/linux/sunrpc/stats.h static inline void rpc_proc_unregister(struct net *net, const char *p) {} net 76 include/linux/sunrpc/stats.h static inline struct proc_dir_entry *svc_proc_register(struct net *net, struct svc_stat *s, net 78 include/linux/sunrpc/stats.h static inline void svc_proc_unregister(struct net *net, const char *p) {} net 89 include/linux/sunrpc/svc.h struct net *net); net 424 include/linux/sunrpc/svc.h int svc_rpcb_setup(struct svc_serv *serv, struct net *net); net 425 include/linux/sunrpc/svc.h void svc_rpcb_cleanup(struct svc_serv *serv, struct net *net); net 426 include/linux/sunrpc/svc.h int svc_bind(struct svc_serv *serv, struct net *net); net 428 include/linux/sunrpc/svc.h void (*shutdown)(struct svc_serv *, struct net *net)); net 433 include/linux/sunrpc/svc.h void (*shutdown)(struct svc_serv *, struct net *net), net 438 include/linux/sunrpc/svc.h void svc_shutdown_net(struct svc_serv *, struct net *); net 442 include/linux/sunrpc/svc.h int svc_register(const struct svc_serv *, struct net *, const int, net 16 include/linux/sunrpc/svc_xprt.h struct net *net, net 86 include/linux/sunrpc/svc_xprt.h struct net *xpt_net; net 116 include/linux/sunrpc/svc_xprt.h void svc_xprt_init(struct net *, struct svc_xprt_class *, struct svc_xprt *, net 118 include/linux/sunrpc/svc_xprt.h int svc_create_xprt(struct svc_serv *, const char *, struct net *, net 127 include/linux/sunrpc/svc_xprt.h struct net *net, const sa_family_t af, net 149 include/linux/sunrpc/svcauth.h extern int auth_unix_add_addr(struct net *net, struct in6_addr *addr, struct auth_domain *dom); net 152 include/linux/sunrpc/svcauth.h extern struct auth_domain *auth_unix_lookup(struct net *net, struct in6_addr *addr); net 154 include/linux/sunrpc/svcauth.h extern void svcauth_unix_purge(struct net *net); net 158 include/linux/sunrpc/svcauth.h extern int unix_gid_cache_create(struct net *net); net 159 include/linux/sunrpc/svcauth.h extern void unix_gid_cache_destroy(struct net *net); net 21 include/linux/sunrpc/svcauth_gss.h int gss_svc_init_net(struct net *net); net 22 include/linux/sunrpc/svcauth_gss.h void gss_svc_shutdown_net(struct net *net); net 54 include/linux/sunrpc/svcsock.h void svc_close_net(struct svc_serv *, struct net *); net 59 include/linux/sunrpc/svcsock.h bool svc_alien_sock(struct net *net, int fd); net 239 include/linux/sunrpc/xprt.h struct net *xprt_net; net 269 include/linux/sunrpc/xprt.h struct net * net; net 305 include/linux/sunrpc/xprt.h struct rpc_xprt * xprt_alloc(struct net *net, size_t size, net 37 include/linux/udp.h static inline int udp_hashfn(struct net *net, unsigned num, unsigned mask) net 39 include/linux/udp.h return (num + net_hash_mix(net)) & mask; net 48 include/linux/usb/usbnet.h struct net_device *net; net 233 include/linux/usb/usbnet.h extern int usbnet_open(struct net_device *net); net 234 include/linux/usb/usbnet.h extern int usbnet_stop(struct net_device *net); net 236 include/linux/usb/usbnet.h struct net_device *net); net 237 include/linux/usb/usbnet.h extern void usbnet_tx_timeout(struct net_device *net); net 238 include/linux/usb/usbnet.h extern int usbnet_change_mtu(struct net_device *net, int new_mtu); net 250 include/linux/usb/usbnet.h extern int usbnet_get_settings(struct net_device *net, net 252 include/linux/usb/usbnet.h extern int usbnet_set_settings(struct net_device *net, net 254 include/linux/usb/usbnet.h extern u32 usbnet_get_link(struct net_device *net); net 258 include/linux/usb/usbnet.h extern int usbnet_nway_reset(struct net_device *net); net 26 include/media/videobuf-dvb.h struct dvb_net net; net 26 include/media/videobuf2-dvb.h struct dvb_net net; net 94 include/net/act_api.h int (*init)(struct net *net, struct nlattr *nla, net 115 include/net/act_api.h int tcf_action_init(struct net *net, struct nlattr *nla, net 118 include/net/act_api.h struct tc_action *tcf_action_init_1(struct net *net, struct nlattr *nla, net 59 include/net/addrconf.h int addrconf_add_ifaddr(struct net *net, void __user *arg); net 60 include/net/addrconf.h int addrconf_del_ifaddr(struct net *net, void __user *arg); net 61 include/net/addrconf.h int addrconf_set_dstaddr(struct net *net, void __user *arg); net 63 include/net/addrconf.h int ipv6_chk_addr(struct net *net, const struct in6_addr *addr, net 67 include/net/addrconf.h int ipv6_chk_home_addr(struct net *net, const struct in6_addr *addr); net 76 include/net/addrconf.h struct inet6_ifaddr *ipv6_get_ifaddr(struct net *net, net 80 include/net/addrconf.h int ipv6_dev_get_saddr(struct net *net, const struct net_device *dev, net 119 include/net/addrconf.h u32 ipv6_addr_label(struct net *net, const struct in6_addr *addr, net 208 include/net/addrconf.h bool ipv6_chk_acast_addr(struct net *net, struct net_device *dev, net 210 include/net/addrconf.h bool ipv6_chk_acast_addr_src(struct net *net, struct net_device *dev, net 218 include/net/addrconf.h void inet6_netconf_notify_devconf(struct net *net, int type, int ifindex, net 75 include/net/af_unix.h int unix_sysctl_register(struct net *net); net 76 include/net/af_unix.h void unix_sysctl_unregister(struct net *net); net 78 include/net/af_unix.h static inline int unix_sysctl_register(struct net *net) { return 0; } net 79 include/net/af_unix.h static inline void unix_sysctl_unregister(struct net *net) {} net 74 include/net/af_vsock.h struct sock *__vsock_create(struct net *net, net 51 include/net/arp.h int arp_ioctl(struct net *net, unsigned int cmd, void __user *arg); net 348 include/net/bluetooth/bluetooth.h int bt_procfs_init(struct net *net, const char *name, net 351 include/net/bluetooth/bluetooth.h void bt_procfs_cleanup(struct net *net, const char *name); net 67 include/net/caif/caif_dev.h int caif_connect_client(struct net *net, net 77 include/net/caif/caif_dev.h int caif_disconnect_client(struct net *net, struct cflayer *client_layer); net 48 include/net/caif/caif_device.h void (*flowctrl)(struct net_device *net, int on); net 40 include/net/caif/cfcnfg.h struct cfcnfg *get_cfcnfg(struct net *net); net 3080 include/net/cfg80211.h struct net *_net; net 3101 include/net/cfg80211.h static inline struct net *wiphy_net(struct wiphy *wiphy) net 3106 include/net/cfg80211.h static inline void wiphy_net_set(struct wiphy *wiphy, struct net *net) net 3108 include/net/cfg80211.h write_pnet(&wiphy->_net, net); net 326 include/net/dst.h struct net *net) net 337 include/net/dst.h skb_scrub_packet(skb, !net_eq(net, dev_net(dev))); net 350 include/net/dst.h struct net *net) net 355 include/net/dst.h __skb_tunnel_rx(skb, dev, net); net 488 include/net/dst.h static inline struct dst_entry *xfrm_lookup(struct net *net, net 496 include/net/dst.h static inline struct dst_entry *xfrm_lookup_route(struct net *net, net 511 include/net/dst.h struct dst_entry *xfrm_lookup(struct net *net, struct dst_entry *dst_orig, net 515 include/net/dst.h struct dst_entry *xfrm_lookup_route(struct net *net, struct dst_entry *dst_orig, net 23 include/net/fib_rules.h struct net *fr_net; net 78 include/net/fib_rules.h struct net *fro_net; net 119 include/net/fib_rules.h struct net *); net 207 include/net/flow.h struct net; net 222 include/net/flow.h struct net *net, const struct flowi *key, u16 family, net 225 include/net/flow.h struct flow_cache_object *flow_cache_lookup(struct net *net, net 229 include/net/flow.h int flow_cache_init(struct net *net); net 230 include/net/flow.h void flow_cache_fini(struct net *net); net 232 include/net/flow.h void flow_cache_flush(struct net *net); net 233 include/net/flow.h void flow_cache_flush_deferred(struct net *net); net 86 include/net/genetlink.h struct net * _net; net 92 include/net/genetlink.h static inline struct net *genl_info_net(struct genl_info *info) net 97 include/net/genetlink.h static inline void genl_info_net_set(struct genl_info *info, struct net *net) net 99 include/net/genetlink.h write_pnet(&info->_net, net); net 179 include/net/genetlink.h struct sk_buff *skb, struct net *net, u32 portid, net 269 include/net/genetlink.h struct net *net, struct sk_buff *skb, net 275 include/net/genetlink.h return nlmsg_multicast(net->genl_sock, skb, portid, group, flags); net 313 include/net/genetlink.h static inline int genlmsg_unicast(struct net *net, struct sk_buff *skb, u32 portid) net 315 include/net/genetlink.h return nlmsg_unicast(net->genl_sock, skb, portid); net 388 include/net/genetlink.h static inline int genl_set_err(struct genl_family *family, struct net *net, net 394 include/net/genetlink.h return netlink_set_err(net->genl_sock, portid, group, code); net 84 include/net/geneve.h struct geneve_sock *geneve_sock_add(struct net *net, __be16 port, net 32 include/net/icmp.h #define ICMP_INC_STATS(net, field) SNMP_INC_STATS((net)->mib.icmp_statistics, field) net 33 include/net/icmp.h #define ICMP_INC_STATS_BH(net, field) SNMP_INC_STATS_BH((net)->mib.icmp_statistics, field) net 34 include/net/icmp.h #define ICMPMSGOUT_INC_STATS(net, field) SNMP_INC_STATS_ATOMIC_LONG((net)->mib.icmpmsg_statistics, field+256) net 35 include/net/icmp.h #define ICMPMSGIN_INC_STATS_BH(net, field) SNMP_INC_STATS_ATOMIC_LONG((net)->mib.icmpmsg_statistics, field) net 40 include/net/icmp.h struct net; net 46 include/net/icmp.h void icmp_out_count(struct net *net, unsigned char type); net 49 include/net/inet6_hashtables.h struct sock *__inet6_lookup_established(struct net *net, net 56 include/net/inet6_hashtables.h struct sock *inet6_lookup_listener(struct net *net, net 63 include/net/inet6_hashtables.h static inline struct sock *__inet6_lookup(struct net *net, net 71 include/net/inet6_hashtables.h struct sock *sk = __inet6_lookup_established(net, hashinfo, saddr, net 76 include/net/inet6_hashtables.h return inet6_lookup_listener(net, hashinfo, saddr, sport, net 97 include/net/inet6_hashtables.h struct sock *inet6_lookup(struct net *net, struct inet_hashinfo *hashinfo, net 39 include/net/inet_common.h struct net *net); net 61 include/net/inet_frag.h struct netns_frags *net; net 144 include/net/inet_frag.h __percpu_counter_add(&q->net->mem, -i, frag_percpu_counter_batch); net 149 include/net/inet_frag.h __percpu_counter_add(&q->net->mem, i, frag_percpu_counter_batch); net 80 include/net/inet_hashtables.h struct net *ib_net; net 91 include/net/inet_hashtables.h static inline struct net *ib_net(struct inet_bind_bucket *ib) net 220 include/net/inet_hashtables.h inet_bind_bucket_create(struct kmem_cache *cachep, struct net *net, net 226 include/net/inet_hashtables.h static inline int inet_bhashfn(struct net *net, const __u16 lport, net 229 include/net/inet_hashtables.h return (lport + net_hash_mix(net)) & (bhash_size - 1); net 236 include/net/inet_hashtables.h static inline int inet_lhashfn(struct net *net, const unsigned short num) net 238 include/net/inet_hashtables.h return (num + net_hash_mix(net)) & (INET_LHTABLE_SIZE - 1); net 257 include/net/inet_hashtables.h struct sock *__inet_lookup_listener(struct net *net, net 264 include/net/inet_hashtables.h static inline struct sock *inet_lookup_listener(struct net *net, net 269 include/net/inet_hashtables.h return __inet_lookup_listener(net, hashinfo, saddr, sport, net 327 include/net/inet_hashtables.h struct sock *__inet_lookup_established(struct net *net, net 334 include/net/inet_hashtables.h inet_lookup_established(struct net *net, struct inet_hashinfo *hashinfo, net 339 include/net/inet_hashtables.h return __inet_lookup_established(net, hashinfo, saddr, sport, daddr, net 343 include/net/inet_hashtables.h static inline struct sock *__inet_lookup(struct net *net, net 350 include/net/inet_hashtables.h struct sock *sk = __inet_lookup_established(net, hashinfo, net 353 include/net/inet_hashtables.h return sk ? : __inet_lookup_listener(net, hashinfo, saddr, sport, net 357 include/net/inet_hashtables.h static inline struct sock *inet_lookup(struct net *net, net 366 include/net/inet_hashtables.h sk = __inet_lookup(net, hashinfo, saddr, sport, daddr, dport, dif); net 210 include/net/inet_timewait_sock.h struct net *twsk_net(const struct inet_timewait_sock *twsk) net 216 include/net/inet_timewait_sock.h void twsk_net_set(struct inet_timewait_sock *twsk, struct net *net) net 218 include/net/inet_timewait_sock.h write_pnet(&twsk->tw_net, net); net 137 include/net/ip.h int ip_send_skb(struct net *net, struct sk_buff *skb); net 190 include/net/ip.h #define IP_INC_STATS(net, field) SNMP_INC_STATS64((net)->mib.ip_statistics, field) net 191 include/net/ip.h #define IP_INC_STATS_BH(net, field) SNMP_INC_STATS64_BH((net)->mib.ip_statistics, field) net 192 include/net/ip.h #define IP_ADD_STATS(net, field, val) SNMP_ADD_STATS64((net)->mib.ip_statistics, field, val) net 193 include/net/ip.h #define IP_ADD_STATS_BH(net, field, val) SNMP_ADD_STATS64_BH((net)->mib.ip_statistics, field, val) net 194 include/net/ip.h #define IP_UPD_PO_STATS(net, field, val) SNMP_UPD_PO_STATS64((net)->mib.ip_statistics, field, val) net 195 include/net/ip.h #define IP_UPD_PO_STATS_BH(net, field, val) SNMP_UPD_PO_STATS64_BH((net)->mib.ip_statistics, field, val) net 196 include/net/ip.h #define NET_INC_STATS(net, field) SNMP_INC_STATS((net)->mib.net_statistics, field) net 197 include/net/ip.h #define NET_INC_STATS_BH(net, field) SNMP_INC_STATS_BH((net)->mib.net_statistics, field) net 198 include/net/ip.h #define NET_INC_STATS_USER(net, field) SNMP_INC_STATS_USER((net)->mib.net_statistics, field) net 199 include/net/ip.h #define NET_ADD_STATS(net, field, adnd) SNMP_ADD_STATS((net)->mib.net_statistics, field, adnd) net 200 include/net/ip.h #define NET_ADD_STATS_BH(net, field, adnd) SNMP_ADD_STATS_BH((net)->mib.net_statistics, field, adnd) net 201 include/net/ip.h #define NET_ADD_STATS_USER(net, field, adnd) SNMP_ADD_STATS_USER((net)->mib.net_statistics, field, adnd) net 213 include/net/ip.h void inet_get_local_port_range(struct net *net, int *low, int *high); net 216 include/net/ip.h static inline int inet_is_local_reserved_port(struct net *net, int port) net 218 include/net/ip.h if (!net->ipv4.sysctl_local_reserved_ports) net 220 include/net/ip.h return test_bit(port, net->ipv4.sysctl_local_reserved_ports); net 229 include/net/ip.h static inline int inet_is_local_reserved_port(struct net *net, int port) net 250 include/net/ip.h #define IP4_REPLY_MARK(net, mark) \ net 251 include/net/ip.h ((net)->ipv4.sysctl_fwmark_reflect ? (mark) : 0) net 300 include/net/ip.h struct net *net = dev_net(dst->dev); net 302 include/net/ip.h if (net->ipv4.sysctl_ip_fwd_use_pmtu || net 503 include/net/ip.h int ip_frag_mem(struct net *net); net 526 include/net/ip.h int ip_options_compile(struct net *net, struct ip_options *opt, net 528 include/net/ip.h int ip_options_get(struct net *net, struct ip_options_rcu **optp, net 530 include/net/ip.h int ip_options_get_from_user(struct net *net, struct ip_options_rcu **optp, net 542 include/net/ip.h int ip_cmsg_send(struct net *net, struct msghdr *msg, net 270 include/net/ip6_fib.h typedef struct rt6_info *(*pol_lookup_t)(struct net *, net 278 include/net/ip6_fib.h struct fib6_table *fib6_get_table(struct net *net, u32 id); net 279 include/net/ip6_fib.h struct fib6_table *fib6_new_table(struct net *net, u32 id); net 280 include/net/ip6_fib.h struct dst_entry *fib6_rule_lookup(struct net *net, struct flowi6 *fl6, net 291 include/net/ip6_fib.h void fib6_clean_all(struct net *net, int (*func)(struct rt6_info *, void *arg), net 301 include/net/ip6_fib.h void fib6_run_gc(unsigned long expires, struct net *net, bool force); net 67 include/net/ip6_route.h struct dst_entry *ip6_route_output(struct net *net, const struct sock *sk, net 69 include/net/ip6_route.h struct dst_entry *ip6_route_lookup(struct net *net, struct flowi6 *fl6, net 75 include/net/ip6_route.h int ipv6_route_ioctl(struct net *net, unsigned int cmd, void __user *arg); net 81 include/net/ip6_route.h int ip6_route_get_saddr(struct net *net, struct rt6_info *rt, net 85 include/net/ip6_route.h struct rt6_info *rt6_lookup(struct net *net, const struct in6_addr *daddr, net 91 include/net/ip6_route.h void fib6_force_start_gc(struct net *net); net 105 include/net/ip6_route.h void rt6_purge_dflt_routers(struct net *net); net 110 include/net/ip6_route.h void ip6_update_pmtu(struct sk_buff *skb, struct net *net, __be32 mtu, int oif, net 113 include/net/ip6_route.h void ip6_redirect(struct sk_buff *skb, struct net *net, int oif, u32 mark); net 114 include/net/ip6_route.h void ip6_redirect_no_header(struct sk_buff *skb, struct net *net, int oif, net 123 include/net/ip6_route.h struct net *net; net 127 include/net/ip6_route.h void rt6_ifdown(struct net *net, struct net_device *dev); net 130 include/net/ip6_route.h void rt6_clean_tohost(struct net *net, struct in6_addr *gateway); net 39 include/net/ip6_tunnel.h struct net *net; /* netns for packet i/o */ net 101 include/net/ip_fib.h struct net *fib_net; net 169 include/net/ip_fib.h __be32 fib_info_update_nh_saddr(struct net *net, struct fib_nh *nh); net 171 include/net/ip_fib.h #define FIB_RES_SADDR(net, res) \ net 173 include/net/ip_fib.h atomic_read(&(net)->ipv4.dev_addr_genid)) ? \ net 175 include/net/ip_fib.h fib_info_update_nh_saddr((net), &FIB_RES_NH(res))) net 180 include/net/ip_fib.h #define FIB_RES_PREFSRC(net, res) ((res).fi->fib_prefsrc ? : \ net 181 include/net/ip_fib.h FIB_RES_SADDR(net, res)) net 207 include/net/ip_fib.h static inline struct fib_table *fib_get_table(struct net *net, u32 id) net 212 include/net/ip_fib.h &net->ipv4.fib_table_hash[TABLE_LOCAL_INDEX] : net 213 include/net/ip_fib.h &net->ipv4.fib_table_hash[TABLE_MAIN_INDEX]; net 217 include/net/ip_fib.h static inline struct fib_table *fib_new_table(struct net *net, u32 id) net 219 include/net/ip_fib.h return fib_get_table(net, id); net 222 include/net/ip_fib.h static inline int fib_lookup(struct net *net, const struct flowi4 *flp, net 227 include/net/ip_fib.h table = fib_get_table(net, RT_TABLE_LOCAL); net 231 include/net/ip_fib.h table = fib_get_table(net, RT_TABLE_MAIN); net 238 include/net/ip_fib.h int __net_init fib4_rules_init(struct net *net); net 239 include/net/ip_fib.h void __net_exit fib4_rules_exit(struct net *net); net 241 include/net/ip_fib.h struct fib_table *fib_new_table(struct net *net, u32 id); net 242 include/net/ip_fib.h struct fib_table *fib_get_table(struct net *net, u32 id); net 244 include/net/ip_fib.h int __fib_lookup(struct net *net, struct flowi4 *flp, struct fib_result *res); net 246 include/net/ip_fib.h static inline int fib_lookup(struct net *net, struct flowi4 *flp, net 249 include/net/ip_fib.h if (!net->ipv4.fib_has_custom_rules) { net 251 include/net/ip_fib.h if (net->ipv4.fib_local && net 252 include/net/ip_fib.h !fib_table_lookup(net->ipv4.fib_local, flp, res, net 255 include/net/ip_fib.h if (net->ipv4.fib_main && net 256 include/net/ip_fib.h !fib_table_lookup(net->ipv4.fib_main, flp, res, net 259 include/net/ip_fib.h if (net->ipv4.fib_default && net 260 include/net/ip_fib.h !fib_table_lookup(net->ipv4.fib_default, flp, res, net 265 include/net/ip_fib.h return __fib_lookup(net, flp, res); net 279 include/net/ip_fib.h static inline int fib_num_tclassid_users(struct net *net) net 281 include/net/ip_fib.h return net->ipv4.fib_num_tclassid_users; net 284 include/net/ip_fib.h static inline int fib_num_tclassid_users(struct net *net) net 293 include/net/ip_fib.h int fib_sync_down_addr(struct net *net, __be32 local); net 326 include/net/ip_fib.h int __net_init fib_proc_init(struct net *net); net 327 include/net/ip_fib.h void __net_exit fib_proc_exit(struct net *net); net 329 include/net/ip_fib.h static inline int fib_proc_init(struct net *net) net 333 include/net/ip_fib.h static inline void fib_proc_exit(struct net *net) net 58 include/net/ip_tunnels.h struct net *net; /* netns for packet i/o */ net 125 include/net/ip_tunnels.h int ip_tunnel_init_net(struct net *net, int ip_tnl_net_id, net 33 include/net/ip_vs.h static inline struct netns_ipvs *net_ipvs(struct net* net) net 35 include/net/ip_vs.h return net->ipvs; net 41 include/net/ip_vs.h static inline struct net *skb_net(const struct sk_buff *skb) net 69 include/net/ip_vs.h static inline struct net *skb_sknet(const struct sk_buff *skb) net 94 include/net/ip_vs.h static inline struct net *seq_file_single_net(struct seq_file *seq) net 97 include/net/ip_vs.h return (struct net *)seq->private; net 423 include/net/ip_vs.h int (*init_netns)(struct net *net, struct ip_vs_proto_data *pd); net 425 include/net/ip_vs.h void (*exit_netns)(struct net *net, struct ip_vs_proto_data *pd); net 459 include/net/ip_vs.h int (*register_app)(struct net *net, struct ip_vs_app *inc); net 461 include/net/ip_vs.h void (*unregister_app)(struct net *net, struct ip_vs_app *inc); net 483 include/net/ip_vs.h struct ip_vs_proto_data *ip_vs_proto_data_get(struct net *net, net 487 include/net/ip_vs.h struct net *net; net 515 include/net/ip_vs.h struct net *net; /* Name space */ net 564 include/net/ip_vs.h static inline struct net *ip_vs_conn_net(const struct ip_vs_conn *cp) net 567 include/net/ip_vs.h return cp->net; net 573 include/net/ip_vs.h static inline void ip_vs_conn_net_set(struct ip_vs_conn *cp, struct net *net) net 576 include/net/ip_vs.h cp->net = net; net 581 include/net/ip_vs.h struct net *net) net 584 include/net/ip_vs.h return cp->net == net; net 649 include/net/ip_vs.h struct net *net; net 956 include/net/ip_vs.h struct net *net; /* Needed by timer routines */ net 1133 include/net/ip_vs.h static inline void ip_vs_conn_fill_param(struct net *net, int af, int protocol, net 1140 include/net/ip_vs.h p->net = net; net 1190 include/net/ip_vs.h void ip_vs_tcp_conn_listen(struct net *net, struct ip_vs_conn *cp); net 1192 include/net/ip_vs.h void ip_vs_random_dropentry(struct net *net); net 1257 include/net/ip_vs.h int ip_vs_estimator_net_init(struct net *net); net 1258 include/net/ip_vs.h int ip_vs_control_net_init(struct net *net); net 1259 include/net/ip_vs.h int ip_vs_protocol_net_init(struct net *net); net 1260 include/net/ip_vs.h int ip_vs_app_net_init(struct net *net); net 1261 include/net/ip_vs.h int ip_vs_conn_net_init(struct net *net); net 1262 include/net/ip_vs.h int ip_vs_sync_net_init(struct net *net); net 1263 include/net/ip_vs.h void ip_vs_conn_net_cleanup(struct net *net); net 1264 include/net/ip_vs.h void ip_vs_app_net_cleanup(struct net *net); net 1265 include/net/ip_vs.h void ip_vs_protocol_net_cleanup(struct net *net); net 1266 include/net/ip_vs.h void ip_vs_control_net_cleanup(struct net *net); net 1267 include/net/ip_vs.h void ip_vs_estimator_net_cleanup(struct net *net); net 1268 include/net/ip_vs.h void ip_vs_sync_net_cleanup(struct net *net); net 1269 include/net/ip_vs.h void ip_vs_service_net_cleanup(struct net *net); net 1275 include/net/ip_vs.h struct ip_vs_app *register_ip_vs_app(struct net *net, struct ip_vs_app *app); net 1276 include/net/ip_vs.h void unregister_ip_vs_app(struct net *net, struct ip_vs_app *app); net 1279 include/net/ip_vs.h int register_ip_vs_app_inc(struct net *net, struct ip_vs_app *app, __u16 proto, net 1344 include/net/ip_vs.h ip_vs_service_find(struct net *net, int af, __u32 fwmark, __u16 protocol, net 1347 include/net/ip_vs.h bool ip_vs_has_real_service(struct net *net, int af, __u16 protocol, net 1357 include/net/ip_vs.h ip_vs_find_dest(struct net *net, int svc_af, int dest_af, net 1383 include/net/ip_vs.h int start_sync_thread(struct net *net, int state, char *mcast_ifn, __u8 syncid); net 1384 include/net/ip_vs.h int stop_sync_thread(struct net *net, int state); net 1385 include/net/ip_vs.h void ip_vs_sync_conn(struct net *net, struct ip_vs_conn *cp, int pkts); net 1388 include/net/ip_vs.h void ip_vs_start_estimator(struct net *net, struct ip_vs_stats *stats); net 1389 include/net/ip_vs.h void ip_vs_stop_estimator(struct net *net, struct ip_vs_stats *stats); net 117 include/net/ipv6.h #define IP6_REPLY_MARK(net, mark) \ net 118 include/net/ipv6.h ((net)->ipv6.sysctl.fwmark_reflect ? (mark) : 0) net 126 include/net/ipv6.h #define _DEVINC(net, statname, modifier, idev, field) \ net 131 include/net/ipv6.h SNMP_INC_STATS##modifier((net)->mib.statname##_statistics, (field));\ net 135 include/net/ipv6.h #define _DEVINCATOMIC(net, statname, modifier, idev, field) \ net 140 include/net/ipv6.h SNMP_INC_STATS##modifier((net)->mib.statname##_statistics, (field));\ net 144 include/net/ipv6.h #define _DEVINC_ATOMIC_ATOMIC(net, statname, idev, field) \ net 149 include/net/ipv6.h SNMP_INC_STATS_ATOMIC_LONG((net)->mib.statname##_statistics, (field));\ net 152 include/net/ipv6.h #define _DEVADD(net, statname, modifier, idev, field, val) \ net 157 include/net/ipv6.h SNMP_ADD_STATS##modifier((net)->mib.statname##_statistics, (field), (val));\ net 160 include/net/ipv6.h #define _DEVUPD(net, statname, modifier, idev, field, val) \ net 165 include/net/ipv6.h SNMP_UPD_PO_STATS##modifier((net)->mib.statname##_statistics, field, (val));\ net 170 include/net/ipv6.h #define IP6_INC_STATS(net, idev,field) \ net 171 include/net/ipv6.h _DEVINC(net, ipv6, 64, idev, field) net 172 include/net/ipv6.h #define IP6_INC_STATS_BH(net, idev,field) \ net 173 include/net/ipv6.h _DEVINC(net, ipv6, 64_BH, idev, field) net 174 include/net/ipv6.h #define IP6_ADD_STATS(net, idev,field,val) \ net 175 include/net/ipv6.h _DEVADD(net, ipv6, 64, idev, field, val) net 176 include/net/ipv6.h #define IP6_ADD_STATS_BH(net, idev,field,val) \ net 177 include/net/ipv6.h _DEVADD(net, ipv6, 64_BH, idev, field, val) net 178 include/net/ipv6.h #define IP6_UPD_PO_STATS(net, idev,field,val) \ net 179 include/net/ipv6.h _DEVUPD(net, ipv6, 64, idev, field, val) net 180 include/net/ipv6.h #define IP6_UPD_PO_STATS_BH(net, idev,field,val) \ net 181 include/net/ipv6.h _DEVUPD(net, ipv6, 64_BH, idev, field, val) net 182 include/net/ipv6.h #define ICMP6_INC_STATS(net, idev, field) \ net 183 include/net/ipv6.h _DEVINCATOMIC(net, icmpv6, , idev, field) net 184 include/net/ipv6.h #define ICMP6_INC_STATS_BH(net, idev, field) \ net 185 include/net/ipv6.h _DEVINCATOMIC(net, icmpv6, _BH, idev, field) net 187 include/net/ipv6.h #define ICMP6MSGOUT_INC_STATS(net, idev, field) \ net 188 include/net/ipv6.h _DEVINC_ATOMIC_ATOMIC(net, icmpv6msg, idev, field +256) net 189 include/net/ipv6.h #define ICMP6MSGOUT_INC_STATS_BH(net, idev, field) \ net 190 include/net/ipv6.h _DEVINC_ATOMIC_ATOMIC(net, icmpv6msg, idev, field +256) net 191 include/net/ipv6.h #define ICMP6MSGIN_INC_STATS_BH(net, idev, field) \ net 192 include/net/ipv6.h _DEVINC_ATOMIC_ATOMIC(net, icmpv6msg, idev, field) net 241 include/net/ipv6.h struct net *fl_net; net 304 include/net/ipv6.h static inline int ip6_frag_mem(struct net *net) net 306 include/net/ipv6.h return sum_frag_mem_limit(&net->ipv6.frags); net 516 include/net/ipv6.h void ip6_expire_frag_queue(struct net *net, struct frag_queue *fq, net 707 include/net/ipv6.h static inline __be32 ip6_make_flowlabel(struct net *net, struct sk_buff *skb, net 710 include/net/ipv6.h if (!flowlabel && (autolabel || net->ipv6.sysctl.auto_flowlabels)) { net 728 include/net/ipv6.h static inline __be32 ip6_make_flowlabel(struct net *net, struct sk_buff *skb, net 796 include/net/ipv6.h struct dst_entry *ip6_blackhole_route(struct net *net, net 892 include/net/ipv6.h int ac6_proc_init(struct net *net); net 893 include/net/ipv6.h void ac6_proc_exit(struct net *net); net 896 include/net/ipv6.h int tcp6_proc_init(struct net *net); net 897 include/net/ipv6.h void tcp6_proc_exit(struct net *net); net 898 include/net/ipv6.h int udp6_proc_init(struct net *net); net 899 include/net/ipv6.h void udp6_proc_exit(struct net *net); net 908 include/net/ipv6.h static inline int ac6_proc_init(struct net *net) { return 0; } net 909 include/net/ipv6.h static inline void ac6_proc_exit(struct net *net) { } net 917 include/net/ipv6.h struct ctl_table *ipv6_icmp_sysctl_init(struct net *net); net 918 include/net/ipv6.h struct ctl_table *ipv6_route_sysctl_init(struct net *net); net 19 include/net/ipx.h __be32 net; net 143 include/net/ipx.h struct ipx_interface *ipxitf_find_using_net(__be32 net); net 152 include/net/ipx.h struct ipx_route *ipxrtr_lookup(__be32 net); net 98 include/net/llc_conn.h struct sock *llc_sk_alloc(struct net *net, int family, gfp_t priority, net 69 include/net/neighbour.h struct net *net; net 171 include/net/neighbour.h struct net *net; net 246 include/net/neighbour.h struct neighbour *neigh_lookup_nodev(struct neigh_table *tbl, struct net *net, net 275 include/net/neighbour.h struct net *neigh_parms_net(const struct neigh_parms *parms) net 277 include/net/neighbour.h return read_pnet(&parms->net); net 284 include/net/neighbour.h struct pneigh_entry *pneigh_lookup(struct neigh_table *tbl, struct net *net, net 287 include/net/neighbour.h struct pneigh_entry *__pneigh_lookup(struct neigh_table *tbl, struct net *net, net 289 include/net/neighbour.h int pneigh_delete(struct neigh_table *tbl, struct net *net, const void *key, net 292 include/net/neighbour.h static inline struct net *pneigh_net(const struct pneigh_entry *pneigh) net 294 include/net/neighbour.h return read_pnet(&pneigh->net); net 138 include/net/net_namespace.h extern struct net init_net; net 141 include/net/net_namespace.h struct net *copy_net_ns(unsigned long flags, struct user_namespace *user_ns, net 142 include/net/net_namespace.h struct net *old_net); net 147 include/net/net_namespace.h static inline struct net *copy_net_ns(unsigned long flags, net 148 include/net/net_namespace.h struct user_namespace *user_ns, struct net *old_net) net 159 include/net/net_namespace.h struct net *get_net_ns_by_pid(pid_t pid); net 160 include/net/net_namespace.h struct net *get_net_ns_by_fd(int pid); net 171 include/net/net_namespace.h void __put_net(struct net *net); net 173 include/net/net_namespace.h static inline struct net *get_net(struct net *net) net 175 include/net/net_namespace.h atomic_inc(&net->count); net 176 include/net/net_namespace.h return net; net 179 include/net/net_namespace.h static inline struct net *maybe_get_net(struct net *net) net 186 include/net/net_namespace.h if (!atomic_inc_not_zero(&net->count)) net 187 include/net/net_namespace.h net = NULL; net 188 include/net/net_namespace.h return net; net 191 include/net/net_namespace.h static inline void put_net(struct net *net) net 193 include/net/net_namespace.h if (atomic_dec_and_test(&net->count)) net 194 include/net/net_namespace.h __put_net(net); net 198 include/net/net_namespace.h int net_eq(const struct net *net1, const struct net *net2) net 207 include/net/net_namespace.h static inline struct net *get_net(struct net *net) net 209 include/net/net_namespace.h return net; net 212 include/net/net_namespace.h static inline void put_net(struct net *net) net 216 include/net/net_namespace.h static inline struct net *maybe_get_net(struct net *net) net 218 include/net/net_namespace.h return net; net 222 include/net/net_namespace.h int net_eq(const struct net *net1, const struct net *net2) net 232 include/net/net_namespace.h static inline struct net *hold_net(struct net *net) net 234 include/net/net_namespace.h if (net) net 235 include/net/net_namespace.h atomic_inc(&net->use_count); net 236 include/net/net_namespace.h return net; net 239 include/net/net_namespace.h static inline void release_net(struct net *net) net 241 include/net/net_namespace.h if (net) net 242 include/net/net_namespace.h atomic_dec(&net->use_count); net 245 include/net/net_namespace.h static inline struct net *hold_net(struct net *net) net 247 include/net/net_namespace.h return net; net 250 include/net/net_namespace.h static inline void release_net(struct net *net) net 257 include/net/net_namespace.h static inline void write_pnet(struct net **pnet, struct net *net) net 259 include/net/net_namespace.h *pnet = net; net 262 include/net/net_namespace.h static inline struct net *read_pnet(struct net * const *pnet) net 269 include/net/net_namespace.h #define write_pnet(pnet, net) do { (void)(net);} while (0) net 294 include/net/net_namespace.h int (*init)(struct net *net); net 295 include/net/net_namespace.h void (*exit)(struct net *net); net 330 include/net/net_namespace.h struct ctl_table_header *register_net_sysctl(struct net *net, const char *path, net 335 include/net/net_namespace.h static inline struct ctl_table_header *register_net_sysctl(struct net *net, net 345 include/net/net_namespace.h static inline int rt_genid_ipv4(struct net *net) net 347 include/net/net_namespace.h return atomic_read(&net->ipv4.rt_genid); net 350 include/net/net_namespace.h static inline void rt_genid_bump_ipv4(struct net *net) net 352 include/net/net_namespace.h atomic_inc(&net->ipv4.rt_genid); net 355 include/net/net_namespace.h extern void (*__fib6_flush_trees)(struct net *net); net 356 include/net/net_namespace.h static inline void rt_genid_bump_ipv6(struct net *net) net 359 include/net/net_namespace.h __fib6_flush_trees(net); net 364 include/net/net_namespace.h net_ieee802154_lowpan(struct net *net) net 366 include/net/net_namespace.h return &net->ieee802154_lowpan; net 371 include/net/net_namespace.h static inline void rt_genid_bump_all(struct net *net) net 373 include/net/net_namespace.h rt_genid_bump_ipv4(net); net 374 include/net/net_namespace.h rt_genid_bump_ipv6(net); net 377 include/net/net_namespace.h static inline int fnhe_genid(struct net *net) net 379 include/net/net_namespace.h return atomic_read(&net->fnhe_genid); net 382 include/net/net_namespace.h static inline void fnhe_genid_bump(struct net *net) net 384 include/net/net_namespace.h atomic_inc(&net->fnhe_genid); net 7 include/net/netfilter/ipv6/nf_reject.h nf_send_unreach6(struct net *net, struct sk_buff *skb_in, unsigned char code, net 11 include/net/netfilter/ipv6/nf_reject.h skb_in->dev = net->loopback_dev; net 16 include/net/netfilter/ipv6/nf_reject.h void nf_send_reset6(struct net *net, struct sk_buff *oldskb, int hook); net 112 include/net/netfilter/nf_conntrack.h struct net *ct_net; net 141 include/net/netfilter/nf_conntrack.h extern struct net init_net; net 143 include/net/netfilter/nf_conntrack.h static inline struct net *nf_ct_net(const struct nf_conn *ct) net 185 include/net/netfilter/nf_conntrack.h __nf_conntrack_find(struct net *net, u16 zone, net 191 include/net/netfilter/nf_conntrack.h void nf_conntrack_flush_report(struct net *net, u32 portid, int report); net 250 include/net/netfilter/nf_conntrack.h void nf_ct_iterate_cleanup(struct net *net, net 254 include/net/netfilter/nf_conntrack.h struct nf_conn *nf_conntrack_alloc(struct net *net, u16 zone, net 294 include/net/netfilter/nf_conntrack.h void nf_conntrack_tmpl_insert(struct net *net, struct nf_conn *tmpl); net 296 include/net/netfilter/nf_conntrack.h #define NF_CT_STAT_INC(net, count) __this_cpu_inc((net)->ct.stat->count) net 297 include/net/netfilter/nf_conntrack.h #define NF_CT_STAT_INC_ATOMIC(net, count) this_cpu_inc((net)->ct.stat->count) net 35 include/net/netfilter/nf_conntrack_acct.h struct net *net = nf_ct_net(ct); net 38 include/net/netfilter/nf_conntrack_acct.h if (!net->ct.sysctl_acct) net 53 include/net/netfilter/nf_conntrack_acct.h static inline bool nf_ct_acct_enabled(struct net *net) net 55 include/net/netfilter/nf_conntrack_acct.h return net->ct.sysctl_acct != 0; net 59 include/net/netfilter/nf_conntrack_acct.h static inline void nf_ct_set_acct(struct net *net, bool enable) net 61 include/net/netfilter/nf_conntrack_acct.h net->ct.sysctl_acct = enable; net 64 include/net/netfilter/nf_conntrack_acct.h int nf_conntrack_acct_pernet_init(struct net *net); net 65 include/net/netfilter/nf_conntrack_acct.h void nf_conntrack_acct_pernet_fini(struct net *net); net 23 include/net/netfilter/nf_conntrack_core.h unsigned int nf_conntrack_in(struct net *net, u_int8_t pf, unsigned int hooknum, net 26 include/net/netfilter/nf_conntrack_core.h int nf_conntrack_init_net(struct net *net); net 27 include/net/netfilter/nf_conntrack_core.h void nf_conntrack_cleanup_net(struct net *net); net 30 include/net/netfilter/nf_conntrack_core.h int nf_conntrack_proto_pernet_init(struct net *net); net 31 include/net/netfilter/nf_conntrack_core.h void nf_conntrack_proto_pernet_fini(struct net *net); net 55 include/net/netfilter/nf_conntrack_core.h nf_conntrack_find_get(struct net *net, u16 zone, net 37 include/net/netfilter/nf_conntrack_ecache.h struct net *net = nf_ct_net(ct); net 40 include/net/netfilter/nf_conntrack_ecache.h if (!ctmask && !expmask && net->ct.sysctl_events) { net 70 include/net/netfilter/nf_conntrack_ecache.h int nf_conntrack_register_notifier(struct net *net, net 72 include/net/netfilter/nf_conntrack_ecache.h void nf_conntrack_unregister_notifier(struct net *net, net 80 include/net/netfilter/nf_conntrack_ecache.h struct net *net = nf_ct_net(ct); net 83 include/net/netfilter/nf_conntrack_ecache.h if (!rcu_access_pointer(net->ct.nf_conntrack_event_cb)) net 100 include/net/netfilter/nf_conntrack_ecache.h struct net *net = nf_ct_net(ct); net 105 include/net/netfilter/nf_conntrack_ecache.h notify = rcu_dereference(net->ct.nf_conntrack_event_cb); net 170 include/net/netfilter/nf_conntrack_ecache.h int nf_ct_expect_register_notifier(struct net *net, net 172 include/net/netfilter/nf_conntrack_ecache.h void nf_ct_expect_unregister_notifier(struct net *net, net 181 include/net/netfilter/nf_conntrack_ecache.h struct net *net = nf_ct_exp_net(exp); net 186 include/net/netfilter/nf_conntrack_ecache.h notify = rcu_dereference(net->ct.nf_expect_event_cb); net 213 include/net/netfilter/nf_conntrack_ecache.h int nf_conntrack_ecache_pernet_init(struct net *net); net 214 include/net/netfilter/nf_conntrack_ecache.h void nf_conntrack_ecache_pernet_fini(struct net *net); net 219 include/net/netfilter/nf_conntrack_ecache.h static inline void nf_conntrack_ecache_delayed_work(struct net *net) net 221 include/net/netfilter/nf_conntrack_ecache.h if (!delayed_work_pending(&net->ct.ecache_dwork)) { net 222 include/net/netfilter/nf_conntrack_ecache.h schedule_delayed_work(&net->ct.ecache_dwork, HZ); net 223 include/net/netfilter/nf_conntrack_ecache.h net->ct.ecache_dwork_pending = true; net 227 include/net/netfilter/nf_conntrack_ecache.h static inline void nf_conntrack_ecache_work(struct net *net) net 229 include/net/netfilter/nf_conntrack_ecache.h if (net->ct.ecache_dwork_pending) { net 230 include/net/netfilter/nf_conntrack_ecache.h net->ct.ecache_dwork_pending = false; net 231 include/net/netfilter/nf_conntrack_ecache.h mod_delayed_work(system_wq, &net->ct.ecache_dwork, 0); net 255 include/net/netfilter/nf_conntrack_ecache.h static inline int nf_conntrack_ecache_pernet_init(struct net *net) net 260 include/net/netfilter/nf_conntrack_ecache.h static inline void nf_conntrack_ecache_pernet_fini(struct net *net) net 273 include/net/netfilter/nf_conntrack_ecache.h static inline void nf_conntrack_ecache_delayed_work(struct net *net) net 277 include/net/netfilter/nf_conntrack_ecache.h static inline void nf_conntrack_ecache_work(struct net *net) net 57 include/net/netfilter/nf_conntrack_expect.h static inline struct net *nf_ct_exp_net(struct nf_conntrack_expect *exp) net 72 include/net/netfilter/nf_conntrack_expect.h int nf_conntrack_expect_pernet_init(struct net *net); net 73 include/net/netfilter/nf_conntrack_expect.h void nf_conntrack_expect_pernet_fini(struct net *net); net 79 include/net/netfilter/nf_conntrack_expect.h __nf_ct_expect_find(struct net *net, u16 zone, net 83 include/net/netfilter/nf_conntrack_expect.h nf_ct_expect_find_get(struct net *net, u16 zone, net 87 include/net/netfilter/nf_conntrack_expect.h nf_ct_find_expectation(struct net *net, u16 zone, net 88 include/net/netfilter/nf_conntrack_helper.h int nf_conntrack_helper_pernet_init(struct net *net); net 89 include/net/netfilter/nf_conntrack_helper.h void nf_conntrack_helper_pernet_fini(struct net *net); net 71 include/net/netfilter/nf_conntrack_l3proto.h int (*init_net)(struct net *net); net 80 include/net/netfilter/nf_conntrack_l3proto.h int nf_ct_l3proto_pernet_register(struct net *net, net 82 include/net/netfilter/nf_conntrack_l3proto.h void nf_ct_l3proto_pernet_unregister(struct net *net, net 54 include/net/netfilter/nf_conntrack_l4proto.h int (*error)(struct net *net, struct nf_conn *tmpl, struct sk_buff *skb, net 66 include/net/netfilter/nf_conntrack_l4proto.h unsigned int *(*get_timeouts)(struct net *net); net 91 include/net/netfilter/nf_conntrack_l4proto.h struct net *net, void *data); net 100 include/net/netfilter/nf_conntrack_l4proto.h int (*init_net)(struct net *net, u_int16_t proto); net 103 include/net/netfilter/nf_conntrack_l4proto.h struct nf_proto_net *(*get_net_proto)(struct net *net); net 125 include/net/netfilter/nf_conntrack_l4proto.h int nf_ct_l4proto_pernet_register(struct net *net, net 127 include/net/netfilter/nf_conntrack_l4proto.h void nf_ct_l4proto_pernet_unregister(struct net *net, net 151 include/net/netfilter/nf_conntrack_l4proto.h #define LOG_INVALID(net, proto) \ net 152 include/net/netfilter/nf_conntrack_l4proto.h ((net)->ct.sysctl_log_invalid == (proto) || \ net 153 include/net/netfilter/nf_conntrack_l4proto.h (net)->ct.sysctl_log_invalid == IPPROTO_RAW) net 155 include/net/netfilter/nf_conntrack_l4proto.h static inline int LOG_INVALID(struct net *net, int proto) { return 0; } net 30 include/net/netfilter/nf_conntrack_labels.h struct net *net = nf_ct_net(ct); net 33 include/net/netfilter/nf_conntrack_labels.h words = ACCESS_ONCE(net->ct.label_words); net 44 include/net/netfilter/nf_conntrack_synproxy.h static inline struct synproxy_net *synproxy_pernet(struct net *net) net 46 include/net/netfilter/nf_conntrack_synproxy.h return net_generic(net, synproxy_net_id); net 59 include/net/netfilter/nf_conntrack_timeout.h nf_ct_timeout_lookup(struct net *net, struct nf_conn *ct, net 70 include/net/netfilter/nf_conntrack_timeout.h timeouts = l4proto->get_timeouts(net); net 74 include/net/netfilter/nf_conntrack_timeout.h return l4proto->get_timeouts(net); net 29 include/net/netfilter/nf_conntrack_timestamp.h struct net *net = nf_ct_net(ct); net 31 include/net/netfilter/nf_conntrack_timestamp.h if (!net->ct.sysctl_tstamp) net 40 include/net/netfilter/nf_conntrack_timestamp.h static inline bool nf_ct_tstamp_enabled(struct net *net) net 42 include/net/netfilter/nf_conntrack_timestamp.h return net->ct.sysctl_tstamp != 0; net 45 include/net/netfilter/nf_conntrack_timestamp.h static inline void nf_ct_set_tstamp(struct net *net, bool enable) net 47 include/net/netfilter/nf_conntrack_timestamp.h net->ct.sysctl_tstamp = enable; net 51 include/net/netfilter/nf_conntrack_timestamp.h int nf_conntrack_tstamp_pernet_init(struct net *net); net 52 include/net/netfilter/nf_conntrack_timestamp.h void nf_conntrack_tstamp_pernet_fini(struct net *net); net 57 include/net/netfilter/nf_conntrack_timestamp.h static inline int nf_conntrack_tstamp_pernet_init(struct net *net) net 62 include/net/netfilter/nf_conntrack_timestamp.h static inline void nf_conntrack_tstamp_pernet_fini(struct net *net) net 36 include/net/netfilter/nf_log.h typedef void nf_logfn(struct net *net, net 56 include/net/netfilter/nf_log.h void nf_log_set(struct net *net, u_int8_t pf, net 58 include/net/netfilter/nf_log.h void nf_log_unset(struct net *net, const struct nf_logger *logger); net 60 include/net/netfilter/nf_log.h int nf_log_bind_pf(struct net *net, u_int8_t pf, net 62 include/net/netfilter/nf_log.h void nf_log_unbind_pf(struct net *net, u_int8_t pf); net 73 include/net/netfilter/nf_log.h void nf_log_packet(struct net *net, net 85 include/net/netfilter/nf_tables.h struct net *net; net 276 include/net/netfilter/nf_tables.h struct nft_set *nf_tables_set_lookup_byid(const struct net *net, net 515 include/net/netfilter/nf_tables.h struct net *net; net 612 include/net/netfilter/nf_tables.h int nft_register_afinfo(struct net *, struct nft_af_info *); net 5 include/net/netfilter/nfnetlink_log.h nfulnl_log_packet(struct net *net, net 367 include/net/netlabel.h int netlbl_cfg_unlbl_static_add(struct net *net, net 374 include/net/netlabel.h int netlbl_cfg_unlbl_static_del(struct net *net, net 461 include/net/netlabel.h static inline int netlbl_cfg_unlbl_static_add(struct net *net, net 471 include/net/netlabel.h static inline int netlbl_cfg_unlbl_static_del(struct net *net, net 224 include/net/netlink.h struct net *nl_net; net 34 include/net/netns/generic.h static inline void *net_generic(const struct net *net, int id) net 40 include/net/netns/generic.h ng = rcu_dereference(net->gen); net 6 include/net/netns/hash.h struct net; net 8 include/net/netns/hash.h static inline unsigned int net_hash_mix(struct net *net) net 16 include/net/netns/hash.h return (unsigned)(((unsigned long)net) >> L1_CACHE_SHIFT); net 51 include/net/phonet/phonet.h struct sock *pn_find_sock_by_sa(struct net *net, const struct sockaddr_pn *sa); net 52 include/net/phonet/phonet.h void pn_deliver_sock_broadcast(struct net *net, struct sk_buff *skb); net 58 include/net/phonet/phonet.h struct sock *pn_find_sock_by_res(struct net *net, u8 res); net 31 include/net/phonet/pn_dev.h struct phonet_device_list *phonet_device_list(struct net *net); net 43 include/net/phonet/pn_dev.h struct net_device *phonet_device_get(struct net *net); net 48 include/net/phonet/pn_dev.h int phonet_address_lookup(struct net *net, u8 addr); net 54 include/net/phonet/pn_dev.h struct net_device *phonet_route_get_rcu(struct net *net, u8 daddr); net 55 include/net/phonet/pn_dev.h struct net_device *phonet_route_output(struct net *net, u8 daddr); net 45 include/net/ping.h int (*ipv6_chk_addr)(struct net *net, const struct in6_addr *addr, net 100 include/net/ping.h int ping_proc_register(struct net *net, struct ping_seq_afinfo *afinfo); net 101 include/net/ping.h void ping_proc_unregister(struct net *net, struct ping_seq_afinfo *afinfo); net 133 include/net/pkt_cls.h int tcf_exts_validate(struct net *net, struct tcf_proto *tp, net 169 include/net/pkt_cls.h struct net *net; net 233 include/net/pkt_cls.h int (*change)(struct net *net, void *, net 337 include/net/pkt_cls.h tcf_change_indev(struct net *net, struct nlattr *indev_tlv) net 344 include/net/pkt_cls.h dev = __dev_get_by_name(net, indev); net 109 include/net/route.h void rt_cache_flush(struct net *net); net 111 include/net/route.h struct rtable *__ip_route_output_key(struct net *, struct flowi4 *flp); net 112 include/net/route.h struct rtable *ip_route_output_flow(struct net *, struct flowi4 *flp, net 114 include/net/route.h struct dst_entry *ipv4_blackhole_route(struct net *net, net 117 include/net/route.h static inline struct rtable *ip_route_output_key(struct net *net, struct flowi4 *flp) net 119 include/net/route.h return ip_route_output_flow(net, flp, NULL); net 122 include/net/route.h static inline struct rtable *ip_route_output(struct net *net, __be32 daddr, net 131 include/net/route.h return ip_route_output_key(net, &fl4); net 134 include/net/route.h static inline struct rtable *ip_route_output_ports(struct net *net, struct flowi4 *fl4, net 146 include/net/route.h return ip_route_output_flow(net, fl4, sk); net 149 include/net/route.h static inline struct rtable *ip_route_output_gre(struct net *net, struct flowi4 *fl4, net 160 include/net/route.h return ip_route_output_key(net, fl4); net 180 include/net/route.h void ipv4_update_pmtu(struct sk_buff *skb, struct net *net, u32 mtu, int oif, net 183 include/net/route.h void ipv4_redirect(struct sk_buff *skb, struct net *net, int oif, u32 mark, net 188 include/net/route.h unsigned int inet_addr_type(struct net *net, __be32 addr); net 189 include/net/route.h unsigned int inet_dev_addr_type(struct net *net, const struct net_device *dev, net 192 include/net/route.h int ip_rt_ioctl(struct net *, unsigned int cmd, void __user *arg); net 261 include/net/route.h struct net *net = sock_net(sk); net 268 include/net/route.h rt = __ip_route_output_key(net, fl4); net 275 include/net/route.h return ip_route_output_flow(net, fl4, sk); net 63 include/net/rtnetlink.h int (*newlink)(struct net *src_net, net 137 include/net/rtnetlink.h struct net *rtnl_link_get_net(struct net *src_net, struct nlattr *tb[]); net 138 include/net/rtnetlink.h struct net_device *rtnl_create_link(struct net *net, char *ifname, net 220 include/net/sch_generic.h int (*change)(struct net *net, struct sk_buff *, net 228 include/net/sch_generic.h int (*dump)(struct net*, struct tcf_proto*, unsigned long, net 92 include/net/sctp/sctp.h int sctp_copy_local_addr_list(struct net *, struct sctp_bind_addr *, net 96 include/net/sctp/sctp.h void sctp_addr_wq_mgmt(struct net *, struct sctp_sockaddr_entry *, int); net 117 include/net/sctp/sctp.h int sctp_primitive_ASSOCIATE(struct net *, struct sctp_association *, void *arg); net 118 include/net/sctp/sctp.h int sctp_primitive_SHUTDOWN(struct net *, struct sctp_association *, void *arg); net 119 include/net/sctp/sctp.h int sctp_primitive_ABORT(struct net *, struct sctp_association *, void *arg); net 120 include/net/sctp/sctp.h int sctp_primitive_SEND(struct net *, struct sctp_association *, void *arg); net 121 include/net/sctp/sctp.h int sctp_primitive_REQUESTHEARTBEAT(struct net *, struct sctp_association *, void *arg); net 122 include/net/sctp/sctp.h int sctp_primitive_ASCONF(struct net *, struct sctp_association *, void *arg); net 133 include/net/sctp/sctp.h struct sock *sctp_err_lookup(struct net *net, int family, struct sk_buff *, net 150 include/net/sctp/sctp.h int sctp_snmp_proc_init(struct net *net); net 151 include/net/sctp/sctp.h void sctp_snmp_proc_exit(struct net *net); net 152 include/net/sctp/sctp.h int sctp_eps_proc_init(struct net *net); net 153 include/net/sctp/sctp.h void sctp_eps_proc_exit(struct net *net); net 154 include/net/sctp/sctp.h int sctp_assocs_proc_init(struct net *net); net 155 include/net/sctp/sctp.h void sctp_assocs_proc_exit(struct net *net); net 156 include/net/sctp/sctp.h int sctp_remaddr_proc_init(struct net *net); net 157 include/net/sctp/sctp.h void sctp_remaddr_proc_exit(struct net *net); net 175 include/net/sctp/sctp.h #define SCTP_INC_STATS(net, field) SNMP_INC_STATS((net)->sctp.sctp_statistics, field) net 176 include/net/sctp/sctp.h #define SCTP_INC_STATS_BH(net, field) SNMP_INC_STATS_BH((net)->sctp.sctp_statistics, field) net 177 include/net/sctp/sctp.h #define SCTP_INC_STATS_USER(net, field) SNMP_INC_STATS_USER((net)->sctp.sctp_statistics, field) net 178 include/net/sctp/sctp.h #define SCTP_DEC_STATS(net, field) SNMP_DEC_STATS((net)->sctp.sctp_statistics, field) net 268 include/net/sctp/sctp.h void sctp_dbg_objcnt_init(struct net *); net 269 include/net/sctp/sctp.h void sctp_dbg_objcnt_exit(struct net *); net 276 include/net/sctp/sctp.h static inline void sctp_dbg_objcnt_init(struct net *net) { return; } net 277 include/net/sctp/sctp.h static inline void sctp_dbg_objcnt_exit(struct net *net) { return; } net 284 include/net/sctp/sctp.h int sctp_sysctl_net_register(struct net *net); net 285 include/net/sctp/sctp.h void sctp_sysctl_net_unregister(struct net *net); net 289 include/net/sctp/sctp.h static inline int sctp_sysctl_net_register(struct net *net) { return 0; } net 290 include/net/sctp/sctp.h static inline void sctp_sysctl_net_unregister(struct net *net) { return; } net 508 include/net/sctp/sctp.h static inline int sctp_phashfn(struct net *net, __u16 lport) net 510 include/net/sctp/sctp.h return (net_hash_mix(net) + lport) & (sctp_port_hashsize - 1); net 514 include/net/sctp/sctp.h static inline int sctp_ep_hashfn(struct net *net, __u16 lport) net 516 include/net/sctp/sctp.h return (net_hash_mix(net) + lport) & (sctp_ep_hashsize - 1); net 520 include/net/sctp/sctp.h static inline int sctp_assoc_hashfn(struct net *net, __u16 lport, __u16 rport) net 522 include/net/sctp/sctp.h int h = (lport << 16) + rport + net_hash_mix(net); net 73 include/net/sctp/sm.h typedef sctp_disposition_t (sctp_state_fn_t) (struct net *, net 175 include/net/sctp/sm.h const sctp_sm_table_entry_t *sctp_sm_lookup_event(struct net *, net 268 include/net/sctp/sm.h int sctp_do_sm(struct net *net, sctp_event_t event_type, sctp_subtype_t subtype, net 98 include/net/sctp/structs.h struct net *net; net 945 include/net/sctp/structs.h struct sctp_transport *sctp_transport_new(struct net *, const union sctp_addr *, net 1090 include/net/sctp/structs.h int sctp_bind_addr_copy(struct net *net, struct sctp_bind_addr *dest, net 1117 include/net/sctp/structs.h int sctp_in_scope(struct net *net, const union sctp_addr *addr, const sctp_scope_t scope); net 1271 include/net/sctp/structs.h struct net *, const union sctp_addr *); net 1272 include/net/sctp/structs.h int sctp_has_association(struct net *net, const union sctp_addr *laddr, net 1275 include/net/sctp/structs.h int sctp_verify_init(struct net *net, const struct sctp_endpoint *ep, net 1889 include/net/sctp/structs.h struct net *, net 128 include/net/sock.h struct net; net 194 include/net/sock.h struct net *skc_net; net 1336 include/net/sock.h void sock_prot_inuse_add(struct net *net, struct proto *prot, int inc); net 1337 include/net/sock.h int sock_prot_inuse_get(struct net *net, struct proto *proto); net 1339 include/net/sock.h static inline void sock_prot_inuse_add(struct net *net, struct proto *prot, net 1561 include/net/sock.h struct sock *sk_alloc(struct net *net, int family, gfp_t priority, net 2229 include/net/sock.h struct net *sock_net(const struct sock *sk) net 2235 include/net/sock.h void sock_net_set(struct sock *sk, struct net *net) net 2237 include/net/sock.h write_pnet(&sk->sk_net, net); net 2246 include/net/sock.h static inline void sk_change_net(struct sock *sk, struct net *net) net 2248 include/net/sock.h struct net *current_net = sock_net(sk); net 2250 include/net/sock.h if (!net_eq(current_net, net)) { net 2252 include/net/sock.h sock_net_set(sk, hold_net(net)); net 339 include/net/tcp.h #define TCP_INC_STATS(net, field) SNMP_INC_STATS((net)->mib.tcp_statistics, field) net 340 include/net/tcp.h #define TCP_INC_STATS_BH(net, field) SNMP_INC_STATS_BH((net)->mib.tcp_statistics, field) net 341 include/net/tcp.h #define TCP_DEC_STATS(net, field) SNMP_DEC_STATS((net)->mib.tcp_statistics, field) net 342 include/net/tcp.h #define TCP_ADD_STATS_USER(net, field, val) SNMP_ADD_STATS_USER((net)->mib.tcp_statistics, field, val) net 343 include/net/tcp.h #define TCP_ADD_STATS(net, field, val) SNMP_ADD_STATS((net)->mib.tcp_statistics, field, val) net 498 include/net/tcp.h bool cookie_check_timestamp(struct tcp_options_received *opt, struct net *net, net 1222 include/net/tcp.h static inline void tcp_mib_init(struct net *net) net 1225 include/net/tcp.h TCP_ADD_STATS_USER(net, TCP_MIB_RTOALGORITHM, 1); net 1226 include/net/tcp.h TCP_ADD_STATS_USER(net, TCP_MIB_RTOMIN, TCP_RTO_MIN*1000/HZ); net 1227 include/net/tcp.h TCP_ADD_STATS_USER(net, TCP_MIB_RTOMAX, TCP_RTO_MAX*1000/HZ); net 1228 include/net/tcp.h TCP_ADD_STATS_USER(net, TCP_MIB_MAXCONN, -1); net 1576 include/net/tcp.h int tcp_proc_register(struct net *net, struct tcp_seq_afinfo *afinfo); net 1577 include/net/tcp.h void tcp_proc_unregister(struct net *net, struct tcp_seq_afinfo *afinfo); net 43 include/net/transp_v6.h int ip6_datagram_send_ctl(struct net *net, struct sock *sk, struct msghdr *msg, net 84 include/net/udp.h struct net *net, unsigned int num) net 86 include/net/udp.h return &table->hash[udp_hashfn(net, num, table->mask)]; net 197 include/net/udp.h static inline __be16 udp_flow_src_port(struct net *net, struct sk_buff *skb, net 204 include/net/udp.h inet_get_local_port_range(net, &min, &max); net 249 include/net/udp.h struct sock *udp4_lib_lookup(struct net *net, __be32 saddr, __be16 sport, net 251 include/net/udp.h struct sock *__udp4_lib_lookup(struct net *net, __be32 saddr, __be16 sport, net 254 include/net/udp.h struct sock *udp6_lib_lookup(struct net *net, net 258 include/net/udp.h struct sock *__udp6_lib_lookup(struct net *net, net 266 include/net/udp.h #define UDP_INC_STATS_USER(net, field, is_udplite) do { \ net 267 include/net/udp.h if (is_udplite) SNMP_INC_STATS_USER((net)->mib.udplite_statistics, field); \ net 268 include/net/udp.h else SNMP_INC_STATS_USER((net)->mib.udp_statistics, field); } while(0) net 269 include/net/udp.h #define UDP_INC_STATS_BH(net, field, is_udplite) do { \ net 270 include/net/udp.h if (is_udplite) SNMP_INC_STATS_BH((net)->mib.udplite_statistics, field); \ net 271 include/net/udp.h else SNMP_INC_STATS_BH((net)->mib.udp_statistics, field); } while(0) net 273 include/net/udp.h #define UDP6_INC_STATS_BH(net, field, is_udplite) do { \ net 274 include/net/udp.h if (is_udplite) SNMP_INC_STATS_BH((net)->mib.udplite_stats_in6, field);\ net 275 include/net/udp.h else SNMP_INC_STATS_BH((net)->mib.udp_stats_in6, field); \ net 277 include/net/udp.h #define UDP6_INC_STATS_USER(net, field, __lite) do { \ net 278 include/net/udp.h if (__lite) SNMP_INC_STATS_USER((net)->mib.udplite_stats_in6, field); \ net 279 include/net/udp.h else SNMP_INC_STATS_USER((net)->mib.udp_stats_in6, field); \ net 313 include/net/udp.h int udp_proc_register(struct net *net, struct udp_seq_afinfo *afinfo); net 314 include/net/udp.h void udp_proc_unregister(struct net *net, struct udp_seq_afinfo *afinfo); net 37 include/net/udp_tunnel.h int udp_sock_create4(struct net *net, struct udp_port_cfg *cfg, net 41 include/net/udp_tunnel.h int udp_sock_create6(struct net *net, struct udp_port_cfg *cfg, net 44 include/net/udp_tunnel.h static inline int udp_sock_create6(struct net *net, struct udp_port_cfg *cfg, net 51 include/net/udp_tunnel.h static inline int udp_sock_create(struct net *net, net 56 include/net/udp_tunnel.h return udp_sock_create4(net, cfg, sockp); net 59 include/net/udp_tunnel.h return udp_sock_create6(net, cfg, sockp); net 76 include/net/udp_tunnel.h void setup_udp_tunnel_sock(struct net *net, struct socket *sock, net 46 include/net/vxlan.h struct vxlan_sock *vxlan_sock_add(struct net *net, __be16 port, net 6 include/net/wext.h struct net; net 9 include/net/wext.h int wext_handle_ioctl(struct net *net, struct ifreq *ifr, unsigned int cmd, net 11 include/net/wext.h int compat_wext_handle_ioctl(struct net *net, unsigned int cmd, net 17 include/net/wext.h static inline int wext_handle_ioctl(struct net *net, struct ifreq *ifr, unsigned int cmd, net 22 include/net/wext.h static inline int compat_wext_handle_ioctl(struct net *net, unsigned int cmd, net 30 include/net/wext.h int wext_proc_init(struct net *net); net 31 include/net/wext.h void wext_proc_exit(struct net *net); net 33 include/net/wext.h static inline int wext_proc_init(struct net *net) net 37 include/net/wext.h static inline void wext_proc_exit(struct net *net) net 47 include/net/xfrm.h #define XFRM_INC_STATS(net, field) SNMP_INC_STATS((net)->mib.xfrm_statistics, field) net 48 include/net/xfrm.h #define XFRM_INC_STATS_BH(net, field) SNMP_INC_STATS_BH((net)->mib.xfrm_statistics, field) net 49 include/net/xfrm.h #define XFRM_INC_STATS_USER(net, field) SNMP_INC_STATS_USER((net)-mib.xfrm_statistics, field) net 51 include/net/xfrm.h #define XFRM_INC_STATS(net, field) ((void)(net)) net 52 include/net/xfrm.h #define XFRM_INC_STATS_BH(net, field) ((void)(net)) net 53 include/net/xfrm.h #define XFRM_INC_STATS_USER(net, field) ((void)(net)) net 130 include/net/xfrm.h struct net *xs_net; net 236 include/net/xfrm.h static inline struct net *xs_net(struct xfrm_state *x) net 267 include/net/xfrm.h struct net *net; net 288 include/net/xfrm.h void (*garbage_collect)(struct net *net); net 289 include/net/xfrm.h struct dst_entry *(*dst_lookup)(struct net *net, int tos, net 292 include/net/xfrm.h int (*get_saddr)(struct net *net, xfrm_address_t *saddr, xfrm_address_t *daddr); net 297 include/net/xfrm.h void (*init_dst)(struct net *net, net 305 include/net/xfrm.h struct dst_entry *(*blackhole_route)(struct net *net, struct dst_entry *orig); net 526 include/net/xfrm.h struct net *xp_net; net 555 include/net/xfrm.h static inline struct net *xp_net(const struct xfrm_policy *xp) net 600 include/net/xfrm.h int (*report)(struct net *net, u8 proto, struct xfrm_selector *sel, xfrm_address_t *addr); net 1071 include/net/xfrm.h struct net *net = dev_net(skb->dev); net 1077 include/net/xfrm.h return (!net->xfrm.policy_count[dir] && !skb->sp) || net 1129 include/net/xfrm.h struct net *net = dev_net(skb->dev); net 1131 include/net/xfrm.h return !net->xfrm.policy_count[XFRM_POLICY_OUT] || net 1169 include/net/xfrm.h void xfrm_garbage_collect(struct net *net); net 1205 include/net/xfrm.h static inline void xfrm_garbage_collect(struct net *net) net 1393 include/net/xfrm.h int xfrm_state_init(struct net *net); net 1394 include/net/xfrm.h void xfrm_state_fini(struct net *net); net 1416 include/net/xfrm.h int xfrm_proc_init(struct net *net); net 1417 include/net/xfrm.h void xfrm_proc_fini(struct net *net); net 1420 include/net/xfrm.h int xfrm_sysctl_init(struct net *net); net 1422 include/net/xfrm.h void xfrm_sysctl_fini(struct net *net); net 1424 include/net/xfrm.h static inline void xfrm_sysctl_fini(struct net *net) net 1431 include/net/xfrm.h int xfrm_state_walk(struct net *net, struct xfrm_state_walk *walk, net 1433 include/net/xfrm.h void xfrm_state_walk_done(struct xfrm_state_walk *walk, struct net *net); net 1434 include/net/xfrm.h struct xfrm_state *xfrm_state_alloc(struct net *net); net 1441 include/net/xfrm.h struct xfrm_state *xfrm_stateonly_find(struct net *net, u32 mark, net 1446 include/net/xfrm.h struct xfrm_state *xfrm_state_lookup_byspi(struct net *net, __be32 spi, net 1452 include/net/xfrm.h struct xfrm_state *xfrm_state_lookup(struct net *net, u32 mark, net 1455 include/net/xfrm.h struct xfrm_state *xfrm_state_lookup_byaddr(struct net *net, u32 mark, net 1462 include/net/xfrm.h unsigned short family, struct net *net); net 1467 include/net/xfrm.h int n, unsigned short family, struct net *net) net 1496 include/net/xfrm.h struct xfrm_state *xfrm_find_acq_byseq(struct net *net, u32 mark, u32 seq); net 1498 include/net/xfrm.h int xfrm_state_flush(struct net *net, u8 proto, bool task_valid); net 1499 include/net/xfrm.h void xfrm_sad_getinfo(struct net *net, struct xfrmk_sadinfo *si); net 1500 include/net/xfrm.h void xfrm_spd_getinfo(struct net *net, struct xfrmk_spdinfo *si); net 1551 include/net/xfrm.h __be32 xfrm6_tunnel_alloc_spi(struct net *net, xfrm_address_t *saddr); net 1552 include/net/xfrm.h __be32 xfrm6_tunnel_spi_lookup(struct net *net, const xfrm_address_t *saddr); net 1578 include/net/xfrm.h struct xfrm_policy *xfrm_policy_alloc(struct net *net, gfp_t gfp); net 1581 include/net/xfrm.h int xfrm_policy_walk(struct net *net, struct xfrm_policy_walk *walk, net 1584 include/net/xfrm.h void xfrm_policy_walk_done(struct xfrm_policy_walk *walk, struct net *net); net 1586 include/net/xfrm.h struct xfrm_policy *xfrm_policy_bysel_ctx(struct net *net, u32 mark, net 1591 include/net/xfrm.h struct xfrm_policy *xfrm_policy_byid(struct net *net, u32 mark, u8, int dir, net 1593 include/net/xfrm.h int xfrm_policy_flush(struct net *net, u8 type, bool task_valid); net 1594 include/net/xfrm.h void xfrm_policy_hash_rebuild(struct net *net); net 1598 include/net/xfrm.h struct xfrm_state *xfrm_find_acq(struct net *net, const struct xfrm_mark *mark, net 1609 include/net/xfrm.h struct xfrm_state *xfrm_migrate_state_find(struct xfrm_migrate *m, struct net *net); net 1614 include/net/xfrm.h struct xfrm_kmaddress *k, struct net *net); net 1619 include/net/xfrm.h int km_report(struct net *net, u8 proto, struct xfrm_selector *sel, net 1665 include/net/xfrm.h static inline int xfrm_aevent_is_on(struct net *net) net 1671 include/net/xfrm.h nlsk = rcu_dereference(net->xfrm.nlsk); net 1678 include/net/xfrm.h static inline int xfrm_acquire_is_on(struct net *net) net 1684 include/net/xfrm.h nlsk = rcu_dereference(net->xfrm.nlsk); net 2 include/trace/events/net.h #define TRACE_SYSTEM net