Searched refs:neigh_update (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3cdev.h | 61 void (*neigh_update)(struct t3cdev *dev, struct neighbour *neigh); member
|
D | cxgb3_offload.c | 495 dev->neigh_update = dummy_neigh_update; in cxgb3_set_dummy_ops() 1286 dev->neigh_update = t3_l2t_update; in cxgb3_offload_activate() 1389 tdev->neigh_update = NULL; in cxgb3_adapter_unofld()
|
/linux-4.1.27/net/ipv4/ |
D | arp.c | 838 neigh_update(n, sha, state, in arp_process() 989 err = neigh_update(neigh, (r->arp_flags & ATF_COM) ? in arp_req_set() 1039 err = neigh_update(neigh, NULL, NUD_FAILED, in arp_invalidate()
|
/linux-4.1.27/net/ipv6/ |
D | ndisc.c | 844 neigh_update(neigh, lladdr, NUD_STALE, in ndisc_recv_ns() 947 neigh_update(neigh, lladdr, in ndisc_recv_na() 1011 neigh_update(neigh, lladdr, NUD_STALE, in ndisc_recv_rs() 1297 neigh_update(neigh, lladdr, NUD_STALE, in ndisc_router_discovery()
|
D | route.c | 1911 neigh_update(neigh, lladdr, NUD_STALE, in rt6_do_redirect()
|
/linux-4.1.27/net/atm/ |
D | clip.c | 108 error = neigh_update(entry->neigh, NULL, NUD_NONE, in unlink_clip_vcc() 480 error = neigh_update(neigh, llc_oui, NUD_PERMANENT, in clip_setentry()
|
/linux-4.1.27/include/net/ |
D | neighbour.h | 316 int neigh_update(struct neighbour *neigh, const u8 *lladdr, u8 new, u32 flags);
|
/linux-4.1.27/net/core/ |
D | neighbour.c | 1070 int neigh_update(struct neighbour *neigh, const u8 *lladdr, u8 new, in neigh_update() function 1232 EXPORT_SYMBOL(neigh_update); 1258 neigh_update(neigh, lladdr, NUD_STALE, in neigh_event_ns() 1635 err = neigh_update(neigh, NULL, NUD_FAILED, in neigh_delete() 1728 err = neigh_update(neigh, lladdr, ndm->ndm_state, flags); in neigh_add()
|