Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/
Dip_forward.c59 old_dst = skb->dev->fastpath[h]; in ip_forward_finish()
60 skb->dev->fastpath[h] = dst_clone(&rt->u.dst); in ip_forward_finish()
/linux-2.4.37.9/include/linux/
Dnetdevice.h450 struct dst_entry *fastpath[NETDEV_FASTROUTE_HMASK+1]; member
/linux-2.4.37.9/net/core/
Ddev.c800 dst = dev->fastpath[i]; in dev_do_clear_fastroute()
801 dev->fastpath[i] = NULL; in dev_do_clear_fastroute()
/linux-2.4.37.9/drivers/net/
Dtitan_ge.c1464 rt = (struct rtable*)(dev->fastpath[h]);