Searched refs:tun (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dtun.c15 * $Id: tun.c,v 1.1.1.1 2007/08/03 18:52:45 Exp $
23 * with tun.dev_addr when the address is set by this module.
41 #define DRV_NAME "tun"
95 struct tun_struct *tun = netdev_priv(dev); local
97 DBG(KERN_INFO "%s: tun_net_xmit %d\n", tun->dev->name, skb->len);
100 if (!tun->attached)
104 if (skb_queue_len(&tun->readq) >= dev->tx_queue_len) {
105 if (!(tun->flags & TUN_ONE_QUEUE)) {
112 tun->stats.tx_fifo_errors++;
121 skb_queue_tail(&tun
158 struct tun_struct *tun = netdev_priv(dev); local
176 struct tun_struct *tun = netdev_priv(dev); local
183 struct tun_struct *tun = netdev_priv(dev); local
217 struct tun_struct *tun = file->private_data; local
234 tun_get_user(struct tun_struct *tun, struct iovec *iv, size_t count) argument
301 struct tun_struct *tun = iocb->ki_filp->private_data; local
312 tun_put_user(struct tun_struct *tun, struct sk_buff *skb, struct iovec *iv, int len) argument
348 struct tun_struct *tun = file->private_data; local
429 struct tun_struct *tun = netdev_priv(dev); local
447 struct tun_struct *tun; local
460 struct tun_struct *tun; local
553 struct tun_struct *tun = file->private_data; local
704 struct tun_struct *tun = file->private_data; local
735 struct tun_struct *tun = file->private_data; local
802 struct tun_struct *tun = netdev_priv(dev); local
821 struct tun_struct *tun = netdev_priv(dev); local
831 struct tun_struct *tun = netdev_priv(dev); local
838 struct tun_struct *tun = netdev_priv(dev); local
844 struct tun_struct *tun = netdev_priv(dev); local
850 struct tun_struct *tun = netdev_priv(dev); local
883 struct tun_struct *tun, *nxt; local
[all...]
H A DMakefile193 obj-$(CONFIG_TUN) += tun.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dtuner-simple.c129 struct tunertype *tun; local
135 tun = &tuners[t->type];
164 for (j = 0; j < tun->count-1; j++) {
165 if (desired_type != tun->params[j].type)
170 if (desired_type != tun->params[j].type) {
175 params = &tun->params[j];
395 struct tunertype *tun; local
403 tun = &tuners[t->type];
405 for (j = 0; j < tun->count-1; j++) {
406 if (desired_type != tun
[all...]
H A Dv4l1-compat.c690 struct video_tuner *tun = arg; local
698 memcpy(tun->name, tun2.name,
699 min(sizeof(tun->name), sizeof(tun2.name)));
700 tun->name[sizeof(tun->name) - 1] = 0;
701 tun->rangelow = tun2.rangelow;
702 tun->rangehigh = tun2.rangehigh;
703 tun->flags = 0;
704 tun->mode = VIDEO_MODE_AUTO;
712 tun
740 struct video_tuner *tun = arg; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif_tun.h27 #define DBG if(tun->debug)printk
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dcontrol.c152 void hello (void *tun) argument
159 t = (struct tunnel *) tun;

Completed in 120 milliseconds