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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/netns/
H A Dhash.h6 struct net;
8 static inline unsigned net_hash_mix(struct net *net) argument
16 return (unsigned)(((unsigned long)net) >> L1_CACHE_SHIFT);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dnet_namespace.h11 #include <net/netns/core.h>
12 #include <net/netns/mib.h>
13 #include <net/netns/unix.h>
14 #include <net/netns/packet.h>
15 #include <net/netns/ipv4.h>
16 #include <net/netns/ipv6.h>
17 #include <net/netns/dccp.h>
18 #include <net/netns/x_tables.h>
20 #include <net/netns/conntrack.h>
22 #include <net/netn
35 struct net { struct
121 get_net(struct net *net) argument
127 maybe_get_net(struct net *net) argument
139 put_net(struct net *net) argument
152 get_net(struct net *net) argument
157 put_net(struct net *net) argument
161 maybe_get_net(struct net *net) argument
175 hold_net(struct net *net) argument
182 release_net(struct net *net) argument
188 hold_net(struct net *net) argument
193 release_net(struct net *net) argument
200 write_pnet(struct net **pnet, struct net *net) argument
[all...]
H A Dicmp.h23 #include <net/inet_sock.h>
24 #include <net/snmp.h>
32 #define ICMP_INC_STATS(net, field) SNMP_INC_STATS((net)->mib.icmp_statistics, field)
33 #define ICMP_INC_STATS_BH(net, field) SNMP_INC_STATS_BH((net)->mib.icmp_statistics, field)
34 #define ICMPMSGOUT_INC_STATS(net, field) SNMP_INC_STATS((net)->mib.icmpmsg_statistics, field+256)
35 #define ICMPMSGIN_INC_STATS_BH(net, field) SNMP_INC_STATS_BH((net)
[all...]
H A Dwext.h4 #include <net/iw_handler.h>
6 struct net;
9 extern int wext_handle_ioctl(struct net *net, struct ifreq *ifr, unsigned int cmd,
11 extern int compat_wext_handle_ioctl(struct net *net, unsigned int cmd,
17 static inline int wext_handle_ioctl(struct net *net, struct ifreq *ifr, unsigned int cmd, argument
22 static inline int compat_wext_handle_ioctl(struct net *net, unsigne argument
33 wext_proc_init(struct net *net) argument
37 wext_proc_exit(struct net *net) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/8021q/
H A Dvlanproc.h5 struct net;
7 int vlan_proc_init(struct net *net);
10 void vlan_proc_cleanup(struct net *net);
14 #define vlan_proc_init(net) (0)
15 #define vlan_proc_cleanup(net) do {} while (0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/sample/sample-config-files/
H A Dhome.up2 route add -net 10.0.0.0 netmask 255.255.255.0 gw $5
H A Doffice.up2 route add -net 10.0.1.0 netmask 255.255.255.0 gw $5
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/pcmcia/ipwireless/
H A Dnetwork.h33 void ipwireless_network_notify_control_line_change(struct ipw_network *net,
36 void ipwireless_network_packet_received(struct ipw_network *net,
40 void ipwireless_network_free(struct ipw_network *net);
41 void ipwireless_associate_network_tty(struct ipw_network *net,
43 void ipwireless_disassociate_network_ttys(struct ipw_network *net,
46 void ipwireless_ppp_open(struct ipw_network *net);
48 void ipwireless_ppp_close(struct ipw_network *net);
49 int ipwireless_ppp_channel_index(struct ipw_network *net);
50 int ipwireless_ppp_unit_number(struct ipw_network *net);
51 int ipwireless_ppp_mru(const struct ipw_network *net);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Dipg8 echo $1 > /proc/net/pg
10 result=`cat /proc/net/pg | fgrep "Result: OK:"`
12 cat /proc/net/pg | fgrep Result:
17 echo inject > /proc/net/pg
18 cat /proc/net/pg
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/xfrm/
H A Dxfrm_sysctl.c3 #include <net/net_namespace.h>
4 #include <net/xfrm.h>
6 static void __net_init __xfrm_sysctl_init(struct net *net) argument
8 net->xfrm.sysctl_aevent_etime = XFRM_AE_ETIME;
9 net->xfrm.sysctl_aevent_rseqth = XFRM_AE_SEQT_SIZE;
10 net->xfrm.sysctl_larval_drop = 1;
11 net->xfrm.sysctl_acq_expires = 30;
43 int __net_init xfrm_sysctl_init(struct net *net) argument
68 xfrm_sysctl_fini(struct net *net) argument
77 xfrm_sysctl_init(struct net *net) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dseq_file_net.h6 struct net;
7 extern struct net init_net;
11 struct net *net; member in struct:seq_net_private
21 static inline struct net *seq_file_net(struct seq_file *seq)
24 return ((struct seq_net_private *)seq->private)->net;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dwl_sysfs.h5 static inline void register_wlags_sysfs(struct net_device *net) { } argument
6 static inline void unregister_wlags_sysfs(struct net_device *net) { } argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/include-glibc/netinet/
H A Dipsec.h1 #include <net/pfkeyv2.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/unix/
H A Dsysctl_net_unix.c2 * NET4: Sysctl interface to net af_unix subsystem.
16 #include <net/af_unix.h>
30 { .procname = "net", },
35 int __net_init unix_sysctl_register(struct net *net) argument
43 table[0].data = &net->unx.sysctl_max_dgram_qlen;
44 net->unx.ctl = register_net_sysctl_table(net, unix_path, table);
45 if (net->unx.ctl == NULL)
56 void unix_sysctl_unregister(struct net *ne argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Dnetbug21 mkdir $tmppath/net
24 cat /proc/net/netstat > $tmppath/net/netstat
25 cat /proc/net/unix > $tmppath/net/unix
26 cat /proc/net/packet > $tmppath/net/packet
27 cat /proc/net/netlink > $tmppath/net/netlink
28 cat /proc/net/psche
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dwext.h8 #include <net/iw_handler.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/netfilter/
H A Dnf_conntrack_acct.h11 #include <net/net_namespace.h>
14 #include <net/netfilter/nf_conntrack.h>
15 #include <net/netfilter/nf_conntrack_extend.h>
31 struct net *net = nf_ct_net(ct); local
34 if (!net->ct.sysctl_acct)
49 static inline bool nf_ct_acct_enabled(struct net *net) argument
51 return net->ct.sysctl_acct != 0;
55 static inline void nf_ct_set_acct(struct net *ne argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_acct.c16 #include <net/netfilter/nf_conntrack.h>
17 #include <net/netfilter/nf_conntrack_extend.h>
18 #include <net/netfilter/nf_conntrack_acct.h>
60 static int nf_conntrack_acct_init_sysctl(struct net *net) argument
69 table[0].data = &net->ct.sysctl_acct;
71 net->ct.acct_sysctl_header = register_net_sysctl_table(net,
73 if (!net->ct.acct_sysctl_header) {
85 static void nf_conntrack_acct_fini_sysctl(struct net *ne argument
94 nf_conntrack_acct_init_sysctl(struct net *net) argument
99 nf_conntrack_acct_fini_sysctl(struct net *net) argument
104 nf_conntrack_acct_init(struct net *net) argument
131 nf_conntrack_acct_fini(struct net *net) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A Dproc_net.c2 * linux/fs/proc/net.c
8 * proc net directory handling functions
24 #include <net/net_namespace.h>
30 static struct net *get_proc_net(const struct inode *inode)
38 struct net *net; local
43 net = get_proc_net(ino);
44 if (net == NULL)
49 put_net(net);
53 p->net
63 struct net *net; local
107 struct net *net = NULL; local
125 struct net *net; local
140 struct net *net; local
163 struct net *net; local
181 proc_net_fops_create(struct net *net, const char *name, mode_t mode, const struct file_operations *fops) argument
188 proc_net_remove(struct net *net, const char *name) argument
194 proc_net_ns_init(struct net *net) argument
225 proc_net_ns_exit(struct net *net) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A D.CLUSTERIP-test2 [ -f $KERNEL_DIR/net/ipv4/netfilter/ipt_CLUSTERIP.c ] && echo CLUSTERIP
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/driver/ndis/src/
H A Dadd_header.sh16 if [ -f $KPATH/usb/net/lc_ether.ko ]
18 rm -f $KPATH/usb/net/lc_ether.ko
22 if [ -f $KPATH/net/usb/lc_ether.ko ]
24 rm -f $KPATH/net/usb/lc_ether.ko
35 cp $(pwd)/lc_ether.ko $KPATH/usb/net
36 chmod 744 $KPATH/usb/net/lc_ether.ko
42 cp $(pwd)/lc_ether.ko $KPATH/net/usb
43 chmod 744 $KPATH/net/usb/lc_ether.ko
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1271_testmode.h27 #include <net/mac80211.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/vhost/
H A DMakefile2 vhost_net-y := vhost.o net.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dcls_rsvp.c2 * net/sched/cls_rsvp.c Special RSVP packet classifier for IPv4.
18 #include <net/ip.h>
19 #include <net/netlink.h>
20 #include <net/act_api.h>
21 #include <net/pkt_cls.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/irda/
H A Dircomm_lmp.h34 #include <net/irda/ircomm_core.h>

Completed in 150 milliseconds

1234567891011>>