tag | line | file | source code |
vif_table | 55 | net/ipv4/ipmr.c | static struct vif_device vif_table[MAXVIFS]; /* Devices */ |
vif_table | 82 | net/ipv4/ipmr.c | struct vif_device *v=&vif_table[0]; |
vif_table | 469 | net/ipv4/ipmr.c | struct vif_device *v=&vif_table[vif.vifc_vifi]; |
vif_table | 523 | net/ipv4/ipmr.c | struct vif_device *v=&vif_table[vif.vifc_vifi]; |
vif_table | 611 | net/ipv4/ipmr.c | vif=&vif_table[vr.vifi]; |
vif_table | 641 | net/ipv4/ipmr.c | struct vif_device *v=&vif_table[0]; |
vif_table | 677 | net/ipv4/ipmr.c | v=&vif_table[0]; |
vif_table | 734 | net/ipv4/ipmr.c | vif_table[vif].pkt_in++; |
vif_table | 735 | net/ipv4/ipmr.c | vif_table[vif].bytes_in+=skb->len; |
vif_table | 764 | net/ipv4/ipmr.c | ipmr_queue_xmit(skb2, &vif_table[psend], skb->dev, is_frag); |
vif_table | 775 | net/ipv4/ipmr.c | ipmr_queue_xmit(skb, &vif_table[psend], skb->dev, is_frag); |
vif_table | 802 | net/ipv4/ipmr.c | vif=&vif_table[ct]; |
vif_table | 854 | net/ipv4/ipmr.c | name=vif_table[mfc->mfc_parent].dev->name; |