Searched refs:neigh_update (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
D | neigh.c | 34 rpriv->neigh_update.min_interval = min_t(unsigned long, ipv6_interval, ipv4_interval); in mlx5e_rep_neigh_update_init_interval() 35 mlx5_fc_update_sampling_interval(priv->mdev, rpriv->neigh_update.min_interval); in mlx5e_rep_neigh_update_init_interval() 41 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() 72 list_next_or_null_rcu(&rpriv->neigh_update.neigh_list, in mlx5e_get_next_nhe() 76 list_first_or_null_rcu(&rpriv->neigh_update.neigh_list, in mlx5e_get_next_nhe() 80 next = list_next_or_null_rcu(&rpriv->neigh_update.neigh_list, in mlx5e_get_next_nhe() 98 neigh_update.neigh_stats_work.work); in mlx5e_rep_neigh_stats_work() 104 if (!list_empty(&rpriv->neigh_update.neigh_list)) in mlx5e_rep_neigh_stats_work() [all …]
|
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-v6.6/net/core/ |
D | net-traces.c | 52 EXPORT_TRACEPOINT_SYMBOL_GPL(neigh_update);
|
D | neighbour.c | 1478 int neigh_update(struct neighbour *neigh, const u8 *lladdr, u8 new, in neigh_update() function 1483 EXPORT_SYMBOL(neigh_update); 1510 neigh_update(neigh, lladdr, NUD_STALE, in neigh_event_ns()
|
/Linux-v6.6/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() 1262 dev->neigh_update = t3_l2t_update; in cxgb3_offload_activate() 1364 tdev->neigh_update = NULL; in cxgb3_adapter_unofld()
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_rep.h | 112 struct mlx5e_neigh_update_table neigh_update; member
|
/Linux-v6.6/include/trace/events/ |
D | neigh.h | 72 TRACE_EVENT(neigh_update,
|
/Linux-v6.6/net/ipv4/ |
D | arp.c | 932 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-v6.6/net/atm/ |
D | clip.c | 109 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-v6.6/include/net/ |
D | neighbour.h | 350 int neigh_update(struct neighbour *neigh, const u8 *lladdr, u8 new, u32 flags,
|
/Linux-v6.6/net/ipv6/ |
D | ndisc.c | 782 neigh_update(neigh, lladdr, new, flags, 0); in ndisc_update()
|