Home
last modified time | relevance | path

Searched refs:vif_table (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/net/ipv4/
Dipmr.c81 static struct vif_device vif_table[MAXVIFS]; /* Devices */ variable
84 #define VIF_EXISTS(idx) (vif_table[idx].dev != NULL)
245 v = &vif_table[vifi]; in vif_delete()
381 struct vif_device *v = &vif_table[vifi]; in vif_add()
786 if (!(vif_table[i].flags&VIFF_STATIC)) in mroute_clean_tables()
1022 vif=&vif_table[vr.vifi]; in ipmr_ioctl()
1066 v=&vif_table[0]; in ipmr_device_event()
1131 struct vif_device *vif = &vif_table[vifi]; in ipmr_queue_xmit()
1227 if (vif_table[ct].dev == dev) in ipmr_find_vif()
1247 if (vif_table[vif].dev != skb->dev) { in ip_mr_forward()
[all …]