HomeSort by: relevance | last modified time | path
    Searched defs:neigh (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_l2t.c 93 if (e->neigh) {
94 RT_LOCK(e->neigh);
95 RT_REMREF(e->neigh);
96 RT_UNLOCK(e->neigh);
98 e->neigh = rt;
126 memcpy(e->dmac, RT_ENADDR(e->neigh), sizeof(e->dmac));
165 rt = e->neigh;
218 rt = e->neigh;
308 if (e->neigh) {
309 RT_LOCK(e->neigh);
505 struct rtentry *neigh = e->neigh; local in function:update_timer_cb
    [all...]
cxgb_l2t.h 64 struct rtentry *neigh; /* associated neighbour */ member in struct:l2t_entry
119 struct l2t_entry *t3_l2t_get(struct toedev *dev, struct rtentry *neigh,
cxgb_offload.c 461 dummy_neigh_update(struct toedev *dev, struct rtentry *neigh)
864 neigh_suspect(struct ifnet *neigh)
868 neigh->output = neigh->ops->output;
870 for (hh = neigh->hh; hh; hh = hh->hh_next)
871 hh->hh_output = neigh->ops->output;
875 neigh_connect(struct ifnet *neigh)
879 neigh->output = neigh->ops->connected_output;
881 for (hh = neigh->hh; hh; hh = hh->hh_next
898 struct neighbour *neigh = (struct neighbour *)arg; local in function:neigh_timer_handler_offload
    [all...]

Completed in 14 milliseconds