Searched refs:net (Results 1 - 25 of 3582) sorted by relevance

1234567891011>>

/linux-master/include/net/netfilter/ipv4/
H A Dnf_defrag_ipv4.h5 struct net;
6 int nf_defrag_ipv4_enable(struct net *net);
7 void nf_defrag_ipv4_disable(struct net *net);
/linux-master/net/smc/
H A Dsmc_sysctl.h18 int __net_init smc_sysctl_net_init(struct net *net);
19 void __net_exit smc_sysctl_net_exit(struct net *net);
23 static inline int smc_sysctl_net_init(struct net *net) argument
25 net->smc.sysctl_autocorking_size = SMC_AUTOCORKING_DEFAULT_SIZE;
26 net->smc.sysctl_max_links_per_lgr = SMC_LINKS_PER_LGR_MAX_PREFER;
27 net->smc.sysctl_max_conns_per_lgr = SMC_CONN_PER_LGR_PREFER;
31 static inline void smc_sysctl_net_exit(struct net *ne argument
[all...]
/linux-master/fs/nfs/
H A Ddns_resolve.h20 static inline int nfs_dns_resolver_cache_init(struct net *net) argument
25 static inline void nfs_dns_resolver_cache_destroy(struct net *net) argument
30 extern int nfs_dns_resolver_cache_init(struct net *net);
31 extern void nfs_dns_resolver_cache_destroy(struct net *net);
34 extern ssize_t nfs_dns_resolve_name(struct net *net, cha
[all...]
/linux-master/include/net/netns/
H A Dhash.h5 #include <net/net_namespace.h>
7 static inline u32 net_hash_mix(const struct net *net) argument
9 return net->hash_mix;
/linux-master/net/8021q/
H A Dvlanproc.h6 struct net;
8 int vlan_proc_init(struct net *net);
11 void vlan_proc_cleanup(struct net *net);
15 #define vlan_proc_init(net) (0)
16 #define vlan_proc_cleanup(net) do {} while (0)
/linux-master/include/linux/
H A Dseq_file_net.h6 #include <net/net_trackers.h>
8 struct net;
9 extern struct net init_net;
13 struct net *net; member in struct:seq_net_private
18 static inline struct net *seq_file_net(struct seq_file *seq)
21 return ((struct seq_net_private *)seq->private)->net;
28 * This one is needed for proc_create_net_single since net is stored directly
31 static inline struct net *seq_file_single_net(struct seq_file *seq)
34 return (struct net *)se
[all...]
H A Ddns_resolver.h29 struct net;
30 extern int dns_query(struct net *net, const char *type, const char *name, size_t namelen,
/linux-master/net/tipc/
H A Dname_distr.h2 * net/tipc/name_distr.h: Include file for TIPC name distribution code
70 struct sk_buff *tipc_named_publish(struct net *net, struct publication *publ);
71 struct sk_buff *tipc_named_withdraw(struct net *net, struct publication *publ);
72 void tipc_named_node_up(struct net *net, u32 dnode, u16 capabilities);
73 void tipc_named_rcv(struct net *net, struct sk_buff_head *namedq,
75 void tipc_named_reinit(struct net *ne
[all...]
H A Dbcast.h2 * net/tipc/bcast.h: Include file for TIPC broadcast code
81 int tipc_bcast_init(struct net *net);
82 void tipc_bcast_stop(struct net *net);
83 void tipc_bcast_add_peer(struct net *net, struct tipc_link *l,
85 void tipc_bcast_remove_peer(struct net *net, struct tipc_link *rcv_bcl);
86 void tipc_bcast_inc_bearer_dst_cnt(struct net *ne
112 tipc_bcast_lock(struct net *net) argument
117 tipc_bcast_unlock(struct net *net) argument
122 tipc_bc_sndlink(struct net *net) argument
[all...]
H A Dmonitor.h2 * net/tipc/monitor.h
60 int tipc_mon_create(struct net *net, int bearer_id);
61 void tipc_mon_delete(struct net *net, int bearer_id);
63 void tipc_mon_peer_up(struct net *net, u32 addr, int bearer_id);
64 void tipc_mon_peer_down(struct net *net, u32 addr, int bearer_id);
65 void tipc_mon_prep(struct net *ne
[all...]
H A Dtopsrv.h2 * net/tipc/server.h: Include file for TIPC server code
47 void tipc_topsrv_queue_evt(struct net *net, int conid,
50 bool tipc_topsrv_kern_subscr(struct net *net, u32 port, u32 type, u32 lower,
52 void tipc_topsrv_kern_unsubscr(struct net *net, int conid);
H A Ddiscover.h2 * net/tipc/discover.h
42 int tipc_disc_create(struct net *net, struct tipc_bearer *b_ptr,
45 void tipc_disc_reset(struct net *net, struct tipc_bearer *b_ptr);
48 void tipc_disc_rcv(struct net *net, struct sk_buff *buf,
/linux-master/include/net/netfilter/ipv6/
H A Dnf_defrag_ipv6.h8 int nf_defrag_ipv6_enable(struct net *net);
9 void nf_defrag_ipv6_disable(struct net *net);
13 int nf_ct_frag6_gather(struct net *net, struct sk_buff *skb, u32 user);
/linux-master/net/ipv4/
H A Dfib_notifier.c7 #include <net/net_namespace.h>
8 #include <net/fib_notifier.h>
9 #include <net/ip_fib.h>
19 int call_fib4_notifiers(struct net *net, enum fib_event_type event_type, argument
25 net->ipv4.fib_seq++;
26 return call_fib_notifiers(net, event_type, info);
29 static unsigned int fib4_seq_read(struct net *net) argument
33 return net
36 fib4_dump(struct net *net, struct notifier_block *nb, struct netlink_ext_ack *extack) argument
55 fib4_notifier_init(struct net *net) argument
69 fib4_notifier_exit(struct net *net) argument
[all...]
/linux-master/drivers/tty/ipwireless/
H A Dnetwork.h34 void ipwireless_network_notify_control_line_change(struct ipw_network *net,
37 void ipwireless_network_packet_received(struct ipw_network *net,
41 void ipwireless_network_free(struct ipw_network *net);
42 void ipwireless_associate_network_tty(struct ipw_network *net,
44 void ipwireless_disassociate_network_ttys(struct ipw_network *net,
47 void ipwireless_ppp_open(struct ipw_network *net);
49 void ipwireless_ppp_close(struct ipw_network *net);
50 int ipwireless_ppp_channel_index(struct ipw_network *net);
51 int ipwireless_ppp_unit_number(struct ipw_network *net);
52 int ipwireless_ppp_mru(const struct ipw_network *net);
[all...]
/linux-master/net/ipv6/
H A Dfib6_notifier.c5 #include <net/net_namespace.h>
6 #include <net/fib_notifier.h>
7 #include <net/netns/ipv6.h>
8 #include <net/ip6_fib.h>
18 int call_fib6_notifiers(struct net *net, enum fib_event_type event_type, argument
22 return call_fib_notifiers(net, event_type, info);
25 static unsigned int fib6_seq_read(struct net *net) argument
27 return fib6_tables_seq_read(net)
30 fib6_dump(struct net *net, struct notifier_block *nb, struct netlink_ext_ack *extack) argument
49 fib6_notifier_init(struct net *net) argument
61 fib6_notifier_exit(struct net *net) argument
[all...]
/linux-master/include/net/
H A Dnet_namespace.h15 #include <net/flow.h>
16 #include <net/netns/core.h>
17 #include <net/netns/mib.h>
18 #include <net/netns/unix.h>
19 #include <net/netns/packet.h>
20 #include <net/netns/ipv4.h>
21 #include <net/netns/ipv6.h>
22 #include <net/netns/nexthop.h>
23 #include <net/netns/ieee802154_6lowpan.h>
24 #include <net/netn
61 struct net { struct
219 net_ns_get_ownership(const struct net *net, kuid_t *uid, kgid_t *gid) argument
256 get_net(struct net *net) argument
262 maybe_get_net(struct net *net) argument
275 put_net(struct net *net) argument
287 check_net(const struct net *net) argument
296 get_net(struct net *net) argument
301 put_net(struct net *net) argument
305 maybe_get_net(struct net *net) argument
316 check_net(const struct net *net) argument
325 __netns_tracker_alloc(struct net *net, netns_tracker *tracker, bool refcounted, gfp_t gfp) argument
337 netns_tracker_alloc(struct net *net, netns_tracker *tracker, gfp_t gfp) argument
343 __netns_tracker_free(struct net *net, netns_tracker *tracker, bool refcounted) argument
353 get_net_track(struct net *net, netns_tracker *tracker, gfp_t gfp) argument
361 put_net_track(struct net *net, netns_tracker *tracker) argument
369 struct net __rcu *net; member in struct:__anon2489
373 write_pnet(possible_net_t *pnet, struct net *net) argument
493 register_net_sysctl_sz(struct net *net, const char *path, struct ctl_table *table, size_t table_size) argument
503 rt_genid_ipv4(const struct net *net) argument
509 rt_genid_ipv6(const struct net *net) argument
515 rt_genid_bump_ipv4(struct net *net) argument
521 rt_genid_bump_ipv6(struct net *net) argument
529 net_ieee802154_lowpan(struct net *net) argument
536 rt_genid_bump_all(struct net *net) argument
542 fnhe_genid(const struct net *net) argument
547 fnhe_genid_bump(struct net *net) argument
[all...]
/linux-master/include/net/netfilter/
H A Dnf_synproxy.h7 #include <net/ip6_checksum.h>
8 #include <net/ip6_route.h>
9 #include <net/tcp.h>
11 #include <net/netfilter/nf_conntrack_seqadj.h>
12 #include <net/netfilter/nf_conntrack_synproxy.h>
30 static inline struct synproxy_net *synproxy_pernet(struct net *net) argument
32 return net_generic(net, synproxy_net_id);
52 void synproxy_send_client_synack(struct net *net, cons
84 nf_synproxy_ipv6_init(struct synproxy_net *snet, struct net *net) argument
86 nf_synproxy_ipv6_fini(struct synproxy_net *snet, struct net *net) argument
[all...]
H A Dnf_socket.h5 #include <net/sock.h>
7 struct sock *nf_sk_lookup_slow_v4(struct net *net, const struct sk_buff *skb,
10 struct sock *nf_sk_lookup_slow_v6(struct net *net, const struct sk_buff *skb,
H A Dxt_rateest.h5 #include <net/gen_stats.h>
24 struct xt_rateest *xt_rateest_lookup(struct net *net, const char *name);
25 void xt_rateest_put(struct net *net, struct xt_rateest *est);
H A Dnf_conntrack_count.h6 #include <net/netfilter/nf_conntrack_tuple.h>
7 #include <net/netfilter/nf_conntrack_zones.h>
18 struct nf_conncount_data *nf_conncount_init(struct net *net, unsigned int family,
20 void nf_conncount_destroy(struct net *net, unsigned int family,
23 unsigned int nf_conncount_count(struct net *net,
29 int nf_conncount_add(struct net *net, struc
[all...]
/linux-master/include/linux/netfilter/
H A Dnfnetlink_acct.h6 #include <net/net_namespace.h>
16 struct nf_acct *nfnl_acct_find_get(struct net *net, const char *filter_name);
19 int nfnl_acct_overquota(struct net *net, struct nf_acct *nfacct);
/linux-master/net/xfrm/
H A Dxfrm_sysctl.c4 #include <net/net_namespace.h>
5 #include <net/xfrm.h>
7 static void __net_init __xfrm_sysctl_init(struct net *net) argument
9 net->xfrm.sysctl_aevent_etime = XFRM_AE_ETIME;
10 net->xfrm.sysctl_aevent_rseqth = XFRM_AE_SEQT_SIZE;
11 net->xfrm.sysctl_larval_drop = 1;
12 net->xfrm.sysctl_acq_expires = 30;
44 int __net_init xfrm_sysctl_init(struct net *net) argument
77 xfrm_sysctl_fini(struct net *net) argument
86 xfrm_sysctl_init(struct net *net) argument
[all...]
/linux-master/include/linux/sunrpc/
H A Dstats.h42 struct net;
44 int rpc_proc_init(struct net *);
45 void rpc_proc_exit(struct net *);
46 struct proc_dir_entry * rpc_proc_register(struct net *,struct rpc_stat *);
47 void rpc_proc_unregister(struct net *,const char *);
49 struct proc_dir_entry * svc_proc_register(struct net *, struct svc_stat *,
51 void svc_proc_unregister(struct net *, const char *);
56 static inline int rpc_proc_init(struct net *net) argument
61 static inline void rpc_proc_exit(struct net *ne argument
64 rpc_proc_register(struct net *net, struct rpc_stat *s) argument
65 rpc_proc_unregister(struct net *net, const char *p) argument
68 svc_proc_register(struct net *net, struct svc_stat *s, const struct proc_ops *proc_ops) argument
70 svc_proc_unregister(struct net *net, const char *p) argument
[all...]
/linux-master/tools/testing/selftests/drivers/net/dsa/
H A DMakefile19 ../../../net/forwarding/bridge_locked_port.sh \
20 ../../../net/forwarding/bridge_mdb.sh \
21 ../../../net/forwarding/bridge_mld.sh \
22 ../../../net/forwarding/bridge_vlan_aware.sh \
23 ../../../net/forwarding/bridge_vlan_mcast.sh \
24 ../../../net/forwarding/bridge_vlan_unaware.sh \
25 ../../../net/forwarding/lib.sh \
26 ../../../net/forwarding/local_termination.sh \
27 ../../../net/forwarding/no_forwarding.sh \
28 ../../../net/forwardin
[all...]

Completed in 405 milliseconds

1234567891011>>