Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/core/
Dsysctl_net_core.c20 extern int netdev_fastroute;
72 &netdev_fastroute, sizeof(int), 0644, NULL,
Ddev.c192 int netdev_fastroute; variable
/linux-2.4.37.9/net/
Dnetsyms.c552 EXPORT_SYMBOL(netdev_fastroute);
/linux-2.4.37.9/include/linux/
Dnetdevice.h888 extern int netdev_fastroute;
/linux-2.4.37.9/net/ipv4/
Droute.c1575 if (netdev_fastroute && !(flags&(RTCF_NAT|RTCF_MASQ|RTCF_DOREDIRECT))) { in ip_route_input_slow()