Home
last modified time | relevance | path

Searched refs:neigh_update (Results 1 – 9 of 9) sorted by relevance

/linux/net/core/
H A Dnet-traces.c52 EXPORT_TRACEPOINT_SYMBOL_GPL(neigh_update);
H A Dneighbour.c1541 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 Dt3cdev.h61 void (*neigh_update)(struct t3cdev *dev, struct neighbour *neigh); member
H A Dcxgb3_offload.c495 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 Dtc.c48 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 Den_rep.h112 struct mlx5e_neigh_update_table neigh_update; member
/linux/net/ipv4/
H A Darp.c936 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 Dneigh.h72 TRACE_EVENT(neigh_update,
/linux/net/ipv6/
H A Dndisc.c783 neigh_update(neigh, lladdr, new, flags, 0); in ndisc_update()