Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dneigh.c41 struct mlx5e_neigh_update_table *neigh_update = &rpriv->neigh_update; in mlx5e_rep_queue_neigh_stats_work() local
44 &neigh_update->neigh_stats_work, in mlx5e_rep_queue_neigh_stats_work()
45 neigh_update->min_interval); in mlx5e_rep_queue_neigh_stats_work()
206 neigh_update.netevent_nb); in mlx5e_rep_netevent_event()
207 struct mlx5e_neigh_update_table *neigh_update = &rpriv->neigh_update; in mlx5e_rep_netevent_event() local
261 neigh_update->min_interval); in mlx5e_rep_netevent_event()
263 neigh_update->min_interval); in mlx5e_rep_netevent_event()
278 struct mlx5e_neigh_update_table *neigh_update = &rpriv->neigh_update; in mlx5e_rep_neigh_init() local
286 mutex_init(&neigh_update->encap_lock); in mlx5e_rep_neigh_init()
309 struct mlx5e_neigh_update_table *neigh_update = &rpriv->neigh_update; in mlx5e_rep_neigh_cleanup() local
[all …]
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()
/openbmc/linux/net/core/
H A Dnet-traces.c52 EXPORT_TRACEPOINT_SYMBOL_GPL(neigh_update);
H A Dneighbour.c1485 int neigh_update(struct neighbour *neigh, const u8 *lladdr, u8 new, in neigh_update() function
1490 EXPORT_SYMBOL(neigh_update);
1517 neigh_update(neigh, lladdr, NUD_STALE, in neigh_event_ns()
/openbmc/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()
1262 dev->neigh_update = t3_l2t_update; in cxgb3_offload_activate()
1364 tdev->neigh_update = NULL; in cxgb3_adapter_unofld()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.h112 struct mlx5e_neigh_update_table neigh_update; member
/openbmc/linux/include/trace/events/
H A Dneigh.h72 TRACE_EVENT(neigh_update,
/openbmc/linux/net/ipv4/
H A Darp.c932 neigh_update(n, sha, state, in arp_process()
1095 err = neigh_update(neigh, (r->arp_flags & ATF_COM) ? in arp_req_set()
1154 err = neigh_update(neigh, NULL, NUD_FAILED, in arp_invalidate()
/openbmc/linux/net/atm/
H A Dclip.c109 error = neigh_update(entry->neigh, NULL, NUD_NONE, in unlink_clip_vcc()
483 error = neigh_update(neigh, llc_oui, NUD_PERMANENT, in clip_setentry()
/openbmc/linux/include/net/
H A Dneighbour.h350 int neigh_update(struct neighbour *neigh, const u8 *lladdr, u8 new, u32 flags,
/openbmc/linux/net/ipv6/
H A Dndisc.c782 neigh_update(neigh, lladdr, new, flags, 0); in ndisc_update()