Home
last modified time | relevance | path

Searched refs:nhid (Results 1 – 3 of 3) sorted by relevance

/drivers/net/vxlan/
Dvxlan_private.h116 u32 nhid, struct vxlan_fdb **fdb,
128 __u32 ifindex, __u16 ndm_flags, u32 nhid,
Dvxlan_core.c871 u32 nhid, struct netlink_ext_ack *extack) in vxlan_fdb_nh_update() argument
877 if (old_nh && old_nh->id == nhid) in vxlan_fdb_nh_update()
880 nh = nexthop_find_by_id(vxlan->net, nhid); in vxlan_fdb_nh_update()
936 u32 nhid, struct vxlan_fdb **fdb, in vxlan_fdb_create() argument
952 if (nhid) in vxlan_fdb_create()
953 rc = vxlan_fdb_nh_update(vxlan, f, nhid, extack); in vxlan_fdb_create()
1030 struct vxlan_fdb *f, u32 nhid, in vxlan_fdb_update_existing() argument
1041 if (nhid && !rcu_access_pointer(f->nh)) { in vxlan_fdb_update_existing()
1047 if (nhid && (flags & NLM_F_APPEND)) { in vxlan_fdb_update_existing()
1074 if (nhid) { in vxlan_fdb_update_existing()
[all …]
/drivers/net/netdevsim/
Dfib.c1376 u32 nhid; in nsim_nexthop_bucket_activity_write() local
1384 if (sscanf(buf, "%u %hu", &nhid, &bucket_index) != 2) in nsim_nexthop_bucket_activity_write()
1389 nexthop = rhashtable_lookup_fast(&data->nexthop_ht, &nhid, in nsim_nexthop_bucket_activity_write()
1404 nexthop_res_grp_activity_update(net, nhid, nexthop->occ, activity); in nsim_nexthop_bucket_activity_write()