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 | 468 | net/ipv4/ipmr.c | struct vif_device *v=&vif_table[vif.vifc_vifi]; |
vif_table | 522 | net/ipv4/ipmr.c | struct vif_device *v=&vif_table[vif.vifc_vifi]; |
vif_table | 610 | net/ipv4/ipmr.c | vif=&vif_table[vr.vifi]; |
vif_table | 640 | net/ipv4/ipmr.c | struct vif_device *v=&vif_table[0]; |
vif_table | 676 | net/ipv4/ipmr.c | v=&vif_table[0]; |
vif_table | 733 | net/ipv4/ipmr.c | vif_table[vif].pkt_in++; |
vif_table | 734 | net/ipv4/ipmr.c | vif_table[vif].bytes_in+=skb->len; |
vif_table | 763 | net/ipv4/ipmr.c | ipmr_queue_xmit(skb2, &vif_table[psend], skb->dev, is_frag); |
vif_table | 774 | net/ipv4/ipmr.c | ipmr_queue_xmit(skb, &vif_table[psend], skb->dev, is_frag); |
vif_table | 801 | net/ipv4/ipmr.c | vif=&vif_table[ct]; |
vif_table | 853 | net/ipv4/ipmr.c | name=vif_table[mfc->mfc_parent].dev->name; |