Searched refs:net (Results 26 - 50 of 3582) sorted by relevance

1234567891011>>

/linux-master/include/net/
H A Dwext.h5 #include <net/iw_handler.h>
7 struct net;
10 int wext_handle_ioctl(struct net *net, unsigned int cmd,
12 int compat_wext_handle_ioctl(struct net *net, unsigned int cmd,
18 static inline int wext_handle_ioctl(struct net *net, unsigned int cmd, argument
23 static inline int compat_wext_handle_ioctl(struct net *net, unsigne argument
34 wext_proc_init(struct net *net) argument
38 wext_proc_exit(struct net *net) argument
[all...]
H A Dseg6_hmac.h12 #include <net/flow.h>
13 #include <net/ip6_fib.h>
14 #include <net/sock.h>
18 #include <net/seg6.h>
45 extern struct seg6_hmac_info *seg6_hmac_info_lookup(struct net *net, u32 key);
46 extern int seg6_hmac_info_add(struct net *net, u32 key,
48 extern int seg6_hmac_info_del(struct net *net, u3
[all...]
H A Dicmp.h19 #include <net/inet_sock.h>
20 #include <net/snmp.h>
21 #include <net/ip.h>
29 #define ICMP_INC_STATS(net, field) SNMP_INC_STATS((net)->mib.icmp_statistics, field)
30 #define __ICMP_INC_STATS(net, field) __SNMP_INC_STATS((net)->mib.icmp_statistics, field)
31 #define ICMPMSGOUT_INC_STATS(net, field) SNMP_INC_STATS_ATOMIC_LONG((net)->mib.icmpmsg_statistics, field+256)
32 #define ICMPMSGIN_INC_STATS(net, fiel
[all...]
/linux-master/include/net/netfilter/ipv6/
H A Dnf_dup_ipv6.h7 void nf_dup_ipv6(struct net *net, struct sk_buff *skb, unsigned int hooknum,
H A Dnf_reject.h6 #include <net/netfilter/nf_reject.h>
8 void nf_send_unreach6(struct net *net, struct sk_buff *skb_in, unsigned char code,
10 void nf_send_reset6(struct net *net, struct sock *sk, struct sk_buff *oldskb,
22 struct sk_buff *nf_reject_skb_v6_tcp_reset(struct net *net,
26 struct sk_buff *nf_reject_skb_v6_unreach(struct net *net,
/linux-master/drivers/net/wireguard/
H A Dratelimiter.h13 bool wg_ratelimiter_allow(struct sk_buff *skb, struct net *net);
/linux-master/security/selinux/include/
H A Dnetif.h18 #include <net/net_namespace.h>
22 int sel_netif_sid(struct net *ns, int ifindex, u32 *sid);
/linux-master/net/mptcp/
H A Dmib.h77 static inline void MPTCP_ADD_STATS(struct net *net, argument
81 if (likely(net->mib.mptcp_statistics))
82 SNMP_ADD_STATS(net->mib.mptcp_statistics, field, val);
85 static inline void MPTCP_INC_STATS(struct net *net, argument
88 if (likely(net->mib.mptcp_statistics))
89 SNMP_INC_STATS(net->mib.mptcp_statistics, field);
92 static inline void __MPTCP_INC_STATS(struct net *net, argument
99 MPTCP_DEC_STATS(struct net *net, enum linux_mptcp_mib_field field) argument
[all...]
H A Dctrl.c11 #include <net/net_namespace.h>
12 #include <net/netns/generic.h>
16 #define MPTCP_SYSCTL_PATH "net/mptcp"
39 static struct mptcp_pernet *mptcp_get_pernet(const struct net *net) argument
41 return net_generic(net, mptcp_pernet_id);
44 int mptcp_is_enabled(const struct net *net) argument
46 return mptcp_get_pernet(net)->mptcp_enabled;
49 unsigned int mptcp_get_add_addr_timeout(const struct net *ne argument
54 mptcp_is_checksum_enabled(const struct net *net) argument
59 mptcp_allow_join_id0(const struct net *net) argument
64 mptcp_stale_loss_cnt(const struct net *net) argument
76 mptcp_get_pm_type(const struct net *net) argument
81 mptcp_get_scheduler(const struct net *net) argument
162 mptcp_pernet_new_table(struct net *net, struct mptcp_pernet *pernet) argument
210 mptcp_pernet_new_table(struct net *net, struct mptcp_pernet *pernet) argument
219 mptcp_net_init(struct net *net) argument
229 mptcp_net_exit(struct net *net) argument
[all...]
/linux-master/fs/nfs_common/
H A Dgrace.c9 #include <net/net_namespace.h>
10 #include <net/netns/generic.h>
19 * @net: net namespace that this lock manager belongs to
30 locks_start_grace(struct net *net, struct lock_manager *lm) argument
32 struct list_head *grace_list = net_generic(net, grace_net_id);
38 WARN(1, "double list_add attempt detected in net %x %s\n",
39 net->ns.inum, (net
64 __state_in_grace(struct net *net, bool open) argument
91 locks_in_grace(struct net *net) argument
97 opens_in_grace(struct net *net) argument
104 grace_init_net(struct net *net) argument
113 grace_exit_net(struct net *net) argument
[all...]
/linux-master/include/net/netfilter/
H A Dnf_conntrack_ecache.h8 #include <net/netfilter/nf_conntrack.h>
10 #include <net/net_namespace.h>
11 #include <net/netfilter/nf_conntrack_expect.h>
14 #include <net/netfilter/nf_conntrack_extend.h>
68 void nf_conntrack_register_notifier(struct net *net,
70 void nf_conntrack_unregister_notifier(struct net *net);
101 struct net *net local
148 nf_conntrack_ecache_dwork_pending(const struct net *net) argument
161 nf_conntrack_ecache_work(struct net *net, enum nf_ct_ecache_state s) argument
166 nf_conntrack_ecache_pernet_init(struct net *net) argument
170 nf_conntrack_ecache_pernet_fini(struct net *net) argument
173 nf_conntrack_ecache_dwork_pending(const struct net *net) argument
[all...]
H A Dnf_conntrack_timestamp.h5 #include <net/net_namespace.h>
8 #include <net/netfilter/nf_conntrack.h>
9 #include <net/netfilter/nf_conntrack_extend.h>
30 struct net *net = nf_ct_net(ct); local
32 if (!net->ct.sysctl_tstamp)
42 void nf_conntrack_tstamp_pernet_init(struct net *net);
44 static inline void nf_conntrack_tstamp_pernet_init(struct net *net) {} argument
[all...]
H A Dnf_conntrack_acct.h8 #include <net/net_namespace.h>
11 #include <net/netfilter/nf_conntrack.h>
12 #include <net/netfilter/nf_conntrack_extend.h>
33 struct net *net = nf_ct_net(ct); local
36 if (!net->ct.sysctl_acct)
51 static inline bool nf_ct_acct_enabled(struct net *net) argument
54 return net->ct.sysctl_acct != 0;
61 static inline void nf_ct_set_acct(struct net *ne argument
[all...]
/linux-master/net/tipc/
H A Daddr.h2 * net/tipc/addr.h: Include file for TIPC address utility routines
43 #include <net/net_namespace.h>
44 #include <net/netns/generic.h>
91 static inline u32 tipc_own_addr(struct net *net) argument
93 return tipc_net(net)->node_addr;
96 static inline u8 *tipc_own_id(struct net *net) argument
98 struct tipc_net *tn = tipc_net(net);
105 static inline char *tipc_own_id_string(struct net *ne argument
120 tipc_scope2node(struct net *net, int sc) argument
125 in_own_node(struct net *net, u32 addr) argument
[all...]
H A Dnode.h2 * net/tipc/node.h: Include file for TIPC node management routines
41 #include "net.h"
77 void tipc_node_stop(struct net *net);
78 bool tipc_node_get_id(struct net *net, u32 addr, u8 *id);
83 struct tipc_node *tipc_node_create(struct net *net, u32 addr, u8 *peer_id,
89 struct tipc_crypto *tipc_node_crypto_rx_by_addr(struct net *net, u3
[all...]
H A Dnet.h2 * net/tipc/net.h: Include file for TIPC network routing code
40 #include <net/genetlink.h>
44 int tipc_net_init(struct net *net, u8 *node_id, u32 addr);
46 void tipc_net_stop(struct net *net);
H A Dsocket.h0 /* net/tipc/socket.h: Include file for TIPC socket code
38 #include <net/sock.h>
39 #include <net/genetlink.h>
56 void tipc_sk_rcv(struct net *net, struct sk_buff_head *inputq);
57 void tipc_sk_mcast_rcv(struct net *net, struct sk_buff_head *arrvq,
59 void tipc_sk_reinit(struct net *net);
60 int tipc_sk_rht_init(struct net *ne
[all...]
/linux-master/net/mac802154/
H A Dtrace.c5 #include <net/cfg802154.h>
/linux-master/drivers/staging/most/net/
H A DMakefile4 most_net-objs := net.o
/linux-master/net/ipv4/
H A Dudp_tunnel_stub.c4 #include <net/udp_tunnel.h>
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.h11 #include <net/cfg80211.h>
/linux-master/net/dsa/
H A Dstubs.c7 #include <net/dsa_stubs.h>
/linux-master/net/handshake/
H A Dtrace.c13 #include <net/sock.h>
14 #include <net/inet_sock.h>
15 #include <net/netlink.h>
16 #include <net/genetlink.h>
/linux-master/include/net/netfilter/ipv4/
H A Dnf_reject.h6 #include <net/ip.h>
7 #include <net/icmp.h>
8 #include <net/netfilter/nf_reject.h>
11 void nf_send_reset(struct net *net, struct sock *, struct sk_buff *oldskb,
21 struct sk_buff *nf_reject_skb_v4_unreach(struct net *net,
25 struct sk_buff *nf_reject_skb_v4_tcp_reset(struct net *net,
/linux-master/net/unix/
H A Dsysctl_net_unix.c3 * NET4: Sysctl interface to net af_unix subsystem.
12 #include <net/af_unix.h>
25 int __net_init unix_sysctl_register(struct net *net) argument
29 if (net_eq(net, &init_net)) {
36 table[0].data = &net->unx.sysctl_max_dgram_qlen;
39 net->unx.ctl = register_net_sysctl_sz(net, "net/unix", table,
41 if (net
53 unix_sysctl_unregister(struct net *net) argument
[all...]

Completed in 198 milliseconds

1234567891011>>