Home
last modified time | relevance | path

Searched defs:neigh (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/pci/cxgb/
H A Dcxgb_l2t.c324 reuse_entry(struct l2t_entry *e, struct rtentry *neigh) in reuse_entry()
345 t3_l2t_get(struct toedev *dev, struct rtentry *neigh, in t3_l2t_get()
426 t3_l2t_update(struct toedev *dev, struct rtentry *neigh) in t3_l2t_update()
476 t3_l2t_update(struct toedev *dev, struct rtentry *neigh) in t3_l2t_update()
505 struct rtentry *neigh = e->neigh; in update_timer_cb() local
H A Dcxgb_offload.c461 dummy_neigh_update(struct toedev *dev, struct rtentry *neigh) in dummy_neigh_update()
864 neigh_suspect(struct ifnet *neigh) in neigh_suspect()
875 neigh_connect(struct ifnet *neigh) in neigh_connect()
898 struct neighbour *neigh = (struct neighbour *)arg; in neigh_timer_handler_offload() local
1007 arp_constructor_offload(struct neighbour *neigh) in arp_constructor_offload()
1019 neigh_update_offload(struct neighbour *neigh, const u8 *lladdr, in neigh_update_offload()
H A Dcxgb_l2t.h64 struct rtentry *neigh; /* associated neighbour */ member
H A Dcxgb_toedev.h160 static __inline void toe_neigh_update(struct ifnet *neigh) {} in toe_neigh_update()