Searched refs:accept_fastpath (Results 1 – 8 of 8) sorted by relevance
65 dev->accept_fastpath = dummy_accept_fastpath; in dummy_init()
60 if (odev->type != ARPHRD_ETHER || odev->accept_fastpath == NULL) in titan_accept_fastpath()
2173 netdev->accept_fastpath = titan_accept_fastpath;
134 dev->accept_fastpath = br_dev_accept_fastpath; in br_dev_setup()
438 int (*accept_fastpath)(struct net_device *, struct dst_entry*); member
1578 dev->accept_fastpath && in ip_route_input_slow()1580 dev->accept_fastpath(dev, &rth->u.dst) == 0) in ip_route_input_slow()
793 if (dev->accept_fastpath) { in dev_do_clear_fastroute()
4301 bond_dev->accept_fastpath = bond_accept_fastpath; in bond_init()