tag | line | file | source code |
vif_table | 56 | net/ipv4/ipmr.c | static struct vif_device vif_table[MAXVIFS]; /* Devices */ |
vif_table | 83 | net/ipv4/ipmr.c | struct vif_device *v=&vif_table[0]; |
vif_table | 470 | net/ipv4/ipmr.c | struct vif_device *v=&vif_table[vif.vifc_vifi]; |
vif_table | 524 | net/ipv4/ipmr.c | struct vif_device *v=&vif_table[vif.vifc_vifi]; |
vif_table | 612 | net/ipv4/ipmr.c | vif=&vif_table[vr.vifi]; |
vif_table | 642 | net/ipv4/ipmr.c | struct vif_device *v=&vif_table[0]; |
vif_table | 678 | net/ipv4/ipmr.c | v=&vif_table[0]; |
vif_table | 739 | net/ipv4/ipmr.c | vif_table[vif].pkt_in++; |
vif_table | 740 | net/ipv4/ipmr.c | vif_table[vif].bytes_in+=skb->len; |
vif_table | 773 | net/ipv4/ipmr.c | ipmr_queue_xmit(skb2, &vif_table[psend], skb->dev, is_frag); |
vif_table | 784 | net/ipv4/ipmr.c | ipmr_queue_xmit(skb, &vif_table[psend], skb->dev, is_frag); |
vif_table | 811 | net/ipv4/ipmr.c | vif=&vif_table[ct]; |
vif_table | 863 | net/ipv4/ipmr.c | name=vif_table[mfc->mfc_parent].dev->name; |