Searched refs:net (Results 26 - 50 of 3618) 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/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...]
H A Dnf_conntrack_labels.h9 #include <net/net_namespace.h>
10 #include <net/netfilter/nf_conntrack.h>
11 #include <net/netfilter/nf_conntrack_extend.h>
40 struct net *net = nf_ct_net(ct); local
42 if (atomic_read(&net->ct.labels_used) == 0)
55 int nf_connlabels_get(struct net *net, unsigned int bit);
56 void nf_connlabels_put(struct net *net);
58 nf_connlabels_get(struct net *net, unsigned int bit) argument
59 nf_connlabels_put(struct net *net) 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/net/mptcp/
H A Dmib.h3 #include <net/inet_common.h>
79 static inline void MPTCP_ADD_STATS(struct net *net, argument
83 if (likely(net->mib.mptcp_statistics))
84 SNMP_ADD_STATS(net->mib.mptcp_statistics, field, val);
87 static inline void MPTCP_INC_STATS(struct net *net, argument
90 if (likely(net->mib.mptcp_statistics))
91 SNMP_INC_STATS(net->mib.mptcp_statistics, field);
94 static inline void __MPTCP_INC_STATS(struct net *ne argument
101 MPTCP_DEC_STATS(struct net *net, enum linux_mptcp_mib_field field) argument
[all...]
/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/tools/testing/selftests/net/netfilter/packetdrill/
H A Dcommon.sh4 # for debugging set net.netfilter.nf_log_all_netns=1 in init_net
5 # or do not use net namespaces.
7 sysctl -q net.netfilter.nf_conntrack_log_invalid=6
13 sysctl -q net.ipv4.tcp_rmem="4096 540000 $((15*1024*1024))"
14 sysctl -q net.ipv4.tcp_wmem="4096 $((256*1024)) 4194304"
17 sysctl -q net.ipv4.tcp_congestion_control=cubic
20 sysctl -q net.ipv4.tcp_slow_start_after_idle=0
23 sysctl -q net.ipv4.tcp_ecn=0
25 sysctl -q net.ipv4.tcp_notsent_lowat=4294967295 > /dev/null 2>&1

Completed in 164 milliseconds

1234567891011>>