Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
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 …]
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-6.3-rc2/net/core/
A Dnet-traces.c52 EXPORT_TRACEPOINT_SYMBOL_GPL(neigh_update);
A Dneighbour.c1505 int neigh_update(struct neighbour *neigh, const u8 *lladdr, u8 new, in neigh_update() function
1510 EXPORT_SYMBOL(neigh_update);
1537 neigh_update(neigh, lladdr, NUD_STALE, in neigh_event_ns()
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb3/
A Dt3cdev.h61 void (*neigh_update)(struct t3cdev *dev, struct neighbour *neigh); member
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()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Den_rep.h112 struct mlx5e_neigh_update_table neigh_update; member
/linux-6.3-rc2/net/ipv4/
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()
1153 err = neigh_update(neigh, NULL, NUD_FAILED, in arp_invalidate()
/linux-6.3-rc2/include/trace/events/
A Dneigh.h72 TRACE_EVENT(neigh_update,
/linux-6.3-rc2/net/atm/
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()
/linux-6.3-rc2/include/net/
A Dneighbour.h352 int neigh_update(struct neighbour *neigh, const u8 *lladdr, u8 new, u32 flags,
/linux-6.3-rc2/net/ipv6/
A Dndisc.c781 neigh_update(neigh, lladdr, new, flags, 0); in ndisc_update()

Completed in 28 milliseconds