Searched refs:neigh_update (Results 1 – 9 of 9) sorted by relevance
| /linux/net/core/ |
| H A D | net-traces.c | 52 EXPORT_TRACEPOINT_SYMBOL_GPL(neigh_update);
|
| H A D | neighbour.c | 1541 int neigh_update(struct neighbour *neigh, const u8 *lladdr, u8 new, in neigh_update() function 1546 EXPORT_SYMBOL(neigh_update); 1573 neigh_update(neigh, lladdr, NUD_STALE, in neigh_event_ns()
|
| /linux/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | t3cdev.h | 61 void (*neigh_update)(struct t3cdev *dev, struct neighbour *neigh); member
|
| H A D | cxgb3_offload.c | 495 dev->neigh_update = dummy_neigh_update; in cxgb3_set_dummy_ops() 1223 dev->neigh_update = t3_l2t_update; in cxgb3_offload_activate() 1325 tdev->neigh_update = NULL; in cxgb3_adapter_unofld()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
| H A D | tc.c | 48 mutex_lock(&rpriv->neigh_update.encap_lock); in mlx5e_rep_encap_entry_attach() 53 mutex_unlock(&rpriv->neigh_update.encap_lock); in mlx5e_rep_encap_entry_attach() 65 mutex_unlock(&rpriv->neigh_update.encap_lock); in mlx5e_rep_encap_entry_attach()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_rep.h | 112 struct mlx5e_neigh_update_table neigh_update; member
|
| /linux/net/ipv4/ |
| H A D | arp.c | 936 neigh_update(n, sha, state, in arp_process() 1146 err = neigh_update(neigh, (r->arp_flags & ATF_COM) ? in arp_req_set() 1218 err = neigh_update(neigh, NULL, NUD_FAILED, in arp_invalidate()
|
| /linux/include/trace/events/ |
| H A D | neigh.h | 72 TRACE_EVENT(neigh_update,
|
| /linux/net/ipv6/ |
| H A D | ndisc.c | 783 neigh_update(neigh, lladdr, new, flags, 0); in ndisc_update()
|