HomeSort by: relevance | last modified time | path
    Searched refs:neigh_update (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_toedev.h 106 void (*neigh_update)(struct toedev *dev, struct rtentry *neigh); member in struct:toedev
cxgb_offload.c 469 dev->neigh_update = dummy_neigh_update;
1015 * This must match exactly the signature of neigh_update for jprobes to work.
1032 .kp.addr = (kprobe_opcode_t *) neigh_update
1043 log(LOG_ERR, "Could not install neigh_update jprobe, "
1402 dev->neigh_update = t3_l2t_update;
1490 tdev->neigh_update = NULL;

Completed in 12 milliseconds