Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Ddummy.c65 dev->accept_fastpath = dummy_accept_fastpath; in dummy_init()
Dtitan_ge.h60 if (odev->type != ARPHRD_ETHER || odev->accept_fastpath == NULL) in titan_accept_fastpath()
Dtitan_ge.c2173 netdev->accept_fastpath = titan_accept_fastpath;
/linux-2.4.37.9/net/bridge/
Dbr_device.c134 dev->accept_fastpath = br_dev_accept_fastpath; in br_dev_setup()
/linux-2.4.37.9/include/linux/
Dnetdevice.h438 int (*accept_fastpath)(struct net_device *, struct dst_entry*); member
/linux-2.4.37.9/net/ipv4/
Droute.c1578 dev->accept_fastpath && in ip_route_input_slow()
1580 dev->accept_fastpath(dev, &rth->u.dst) == 0) in ip_route_input_slow()
/linux-2.4.37.9/net/core/
Ddev.c793 if (dev->accept_fastpath) { in dev_do_clear_fastroute()
/linux-2.4.37.9/drivers/net/bonding/
Dbond_main.c4301 bond_dev->accept_fastpath = bond_accept_fastpath; in bond_init()