Home
last modified time | relevance | path

Searched refs:next_hop (Results 1 – 23 of 23) sorted by relevance

/linux-6.15/drivers/md/dm-vdo/
H A Dint-map.c80 u8 next_hop; member
268 if ((next_hop == NULL_HOP_OFFSET) || (next_hop > hop_offset)) { in insert_in_hop_list()
269 new_bucket->next_hop = next_hop; in insert_in_hop_list()
278 next_hop = bucket->next_hop; in insert_in_hop_list()
280 if ((next_hop == NULL_HOP_OFFSET) || (next_hop > hop_offset)) { in insert_in_hop_list()
281 new_bucket->next_hop = next_hop; in insert_in_hop_list()
282 bucket->next_hop = hop_offset; in insert_in_hop_list()
329 while (next_hop != NULL_HOP_OFFSET) { in search_hop_list()
341 next_hop = entry->next_hop; in search_hop_list()
696 previous->next_hop = victim->next_hop; in vdo_int_map_remove()
[all …]
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dtest_cls_redirect_dynptr.c406 encap_gre->ip.daddr = next_hop->s_addr; in forward_with_gre()
421 encap_headers_t *encap, struct in_addr *next_hop, in forward_to_next_hop() argument
443 encap->ip.daddr = next_hop->s_addr; in forward_to_next_hop()
445 encap->unigue.next_hop++; in forward_to_next_hop()
478 struct in_addr *next_hop) in get_next_hop() argument
480 if (encap->unigue.next_hop > encap->unigue.hop_count) in get_next_hop()
488 next_hop->s_addr = 0; in get_next_hop()
492 if (bpf_dynptr_read(next_hop, sizeof(*next_hop), dynptr, *offset, 0)) in get_next_hop()
495 *offset += sizeof(*next_hop); in get_next_hop()
839 struct in_addr next_hop; in cls_redirect() local
[all …]
H A Dtest_cls_redirect.c518 encap_gre->ip.daddr = next_hop->s_addr; in forward_with_gre()
530 struct in_addr *next_hop, metrics_t *metrics) in forward_to_next_hop() argument
551 encap->ip.daddr = next_hop->s_addr; in forward_to_next_hop()
553 encap->unigue.next_hop++; in forward_to_next_hop()
587 struct in_addr *next_hop) in get_next_hop() argument
598 next_hop->s_addr = 0; in get_next_hop()
602 if (!buf_copy(pkt, next_hop, sizeof(*next_hop))) { in get_next_hop()
608 encap->unigue.next_hop - 1); in get_next_hop()
1024 struct in_addr next_hop; in cls_redirect() local
1025 MAYBE_RETURN(get_next_hop(&pkt, encap, &next_hop)); in cls_redirect()
[all …]
H A Dtest_cls_redirect.h46 uint8_t next_hop; member
/linux-6.15/drivers/thunderbolt/
H A Dpath.c21 hop->in_hop_index, regs->out_port, regs->next_hop); in tb_dump_hop()
58 hopid = hop.next_hop; in tb_path_find_dst_port()
148 h = hop.next_hop; in tb_path_discover()
176 int next_hop; in tb_path_discover() local
190 next_hop = hop.next_hop; in tb_path_discover()
193 tb_port_alloc_out_hopid(out_port, next_hop, next_hop) < 0) { in tb_path_discover()
202 path->hops[i].next_hop_index = next_hop; in tb_path_discover()
206 h = next_hop; in tb_path_discover()
548 hop.next_hop = path->hops[i].next_hop_index; in tb_path_activate()
H A Dtb_regs.h504 u32 next_hop:11; /* member
/linux-6.15/net/mac80211/
H A Dmesh_pathtbl.c121 rcu_assign_pointer(mpath->next_hop, sta); in mesh_path_assign_nexthop()
140 char *next_hop; in prepare_for_gate() local
167 next_hop = rcu_dereference(gate_mpath->next_hop)->sta.addr; in prepare_for_gate()
168 memcpy(hdr->addr1, next_hop, ETH_ALEN); in prepare_for_gate()
201 if (WARN_ON(!gate_mpath->next_hop)) in mesh_path_move_to_queue()
489 sta = rcu_dereference(mpath->next_hop); in mesh_fast_tx_cache()
779 if (rcu_access_pointer(mpath->next_hop) == sta && in mesh_plink_broken()
842 if (rcu_access_pointer(mpath->next_hop) == sta) in mesh_path_flush_by_nexthop()
1050 mesh_path_assign_nexthop(mpath, next_hop); in mesh_path_fix_nexthop()
1059 ewma_mesh_fail_avg_init(&next_hop->mesh->fail_avg); in mesh_path_fix_nexthop()
[all …]
H A Dmesh_hwmp.c465 (rcu_access_pointer(mpath->next_hop) != in hwmp_route_info_get()
503 if (rcu_access_pointer(mpath->next_hop) != sta) { in hwmp_route_info_get()
541 ((rcu_access_pointer(mpath->next_hop) != sta ? in hwmp_route_info_get()
555 if (rcu_access_pointer(mpath->next_hop) != sta) { in hwmp_route_info_get()
712 return rcu_dereference_protected(mpath->next_hop, in next_hop_deref_protected()
725 u8 next_hop[ETH_ALEN]; in hwmp_prep_frame_process() local
766 target_addr, target_sn, next_hop, hopcount, in hwmp_prep_frame_process()
1264 struct sta_info *next_hop; in mesh_nexthop_lookup() local
1278 next_hop = rcu_dereference(mpath->next_hop); in mesh_nexthop_lookup()
1279 if (next_hop) { in mesh_nexthop_lookup()
[all …]
H A Dmesh.h112 struct sta_info __rcu *next_hop; member
318 void mesh_path_fix_nexthop(struct mesh_path *mpath, struct sta_info *next_hop);
H A Dcfg.c2281 const u8 *dst, const u8 *next_hop) in ieee80211_add_mpath() argument
2290 sta = sta_info_get(sdata, next_hop); in ieee80211_add_mpath()
2321 const u8 *dst, const u8 *next_hop) in ieee80211_change_mpath() argument
2331 sta = sta_info_get(sdata, next_hop); in ieee80211_change_mpath()
2349 static void mpath_set_pinfo(struct mesh_path *mpath, u8 *next_hop, in mpath_set_pinfo() argument
2355 memcpy(next_hop, next_hop_sta->sta.addr, ETH_ALEN); in mpath_set_pinfo()
2357 eth_zero_addr(next_hop); in mpath_set_pinfo()
2396 u8 *dst, u8 *next_hop, struct mpath_info *pinfo) in ieee80211_get_mpath() argument
2411 mpath_set_pinfo(mpath, next_hop, pinfo); in ieee80211_get_mpath()
2417 int idx, u8 *dst, u8 *next_hop, in ieee80211_dump_mpath() argument
[all …]
H A Dtx.c2701 struct sta_info *next_hop; in ieee80211_build_hdr() local
2707 next_hop = rcu_dereference(mpath->next_hop); in ieee80211_build_hdr()
2708 if (!next_hop || in ieee80211_build_hdr()
H A Dmesh.c798 sta = rcu_dereference(entry->mpath->next_hop); in ieee80211_mesh_xmit_fast()
H A Drx.c2795 sta = rcu_dereference(entry->mpath->next_hop); in ieee80211_rx_mesh_fast_forward()
/linux-6.15/net/batman-adv/
H A Dnetwork-coding.c460 nc_path->next_hop); in batadv_nc_purge_paths()
467 nc_path->prev_hop, nc_path->next_hop); in batadv_nc_purge_paths()
485 memcpy(key->next_hop, dst, sizeof(key->next_hop)); in batadv_nc_hash_key_gen()
501 hash = jhash(&nc_path->next_hop, sizeof(nc_path->next_hop), hash); in batadv_nc_hash_choose()
526 if (!batadv_compare_eth(nc_path1->next_hop, nc_path2->next_hop)) in batadv_nc_hash_compare()
981 ether_addr_copy(nc_path->next_hop, dst); in batadv_nc_get_path()
986 nc_path->next_hop); in batadv_nc_get_path()
1283 if (!batadv_compare_eth(nc_path->next_hop, out_nc_node->addr)) in batadv_nc_path_search()
H A Dtypes.h2062 u8 next_hop[ETH_ALEN]; member
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dcls_redirect.c253 struct in_addr next_hop; in build_input() local
265 next_hop = (struct in_addr){ .s_addr = htonl(0x7f000002) }; in build_input()
266 p = mempcpy(p, &next_hop, sizeof(next_hop)); in build_input()
/linux-6.15/net/wireless/
H A Drdev-ops.h251 struct net_device *dev, u8 *dst, u8 *next_hop) in rdev_add_mpath() argument
254 trace_rdev_add_mpath(&rdev->wiphy, dev, dst, next_hop); in rdev_add_mpath()
255 ret = rdev->ops->add_mpath(&rdev->wiphy, dev, dst, next_hop); in rdev_add_mpath()
272 u8 *next_hop) in rdev_change_mpath() argument
275 trace_rdev_change_mpath(&rdev->wiphy, dev, dst, next_hop); in rdev_change_mpath()
276 ret = rdev->ops->change_mpath(&rdev->wiphy, dev, dst, next_hop); in rdev_change_mpath()
282 struct net_device *dev, u8 *dst, u8 *next_hop, in rdev_get_mpath() argument
286 trace_rdev_get_mpath(&rdev->wiphy, dev, dst, next_hop); in rdev_get_mpath()
307 u8 *next_hop, struct mpath_info *pinfo) in rdev_dump_mpath() argument
311 trace_rdev_dump_mpath(&rdev->wiphy, dev, idx, dst, next_hop); in rdev_dump_mpath()
[all …]
H A Dtrace.h1030 u8 *next_hop),
1036 MAC_ENTRY(next_hop)
1042 MAC_ASSIGN(next_hop, next_hop);
1046 __entry->next_hop)
1051 u8 *next_hop),
1057 u8 *next_hop),
1063 u8 *next_hop),
1069 u8 *dst, u8 *next_hop),
1075 MAC_ENTRY(next_hop)
1082 MAC_ASSIGN(next_hop, next_hop);
[all …]
H A Dnl80211.c7879 u8 *dst, u8 *next_hop, in nl80211_send_mpath() argument
7944 u8 next_hop[ETH_ALEN]; in nl80211_dump_mpath() local
7966 next_hop, &pinfo); in nl80211_dump_mpath()
7974 wdev->netdev, dst, next_hop, in nl80211_dump_mpath()
7997 u8 next_hop[ETH_ALEN]; in nl80211_get_mpath() local
8012 err = rdev_get_mpath(rdev, dev, dst, next_hop, &pinfo); in nl80211_get_mpath()
8021 dev, dst, next_hop, &pinfo) < 0) { in nl80211_get_mpath()
8034 u8 *next_hop = NULL; in nl80211_set_mpath() local
8051 return rdev_change_mpath(rdev, dev, dst, next_hop); in nl80211_set_mpath()
8059 u8 *next_hop = NULL; in nl80211_new_mpath() local
[all …]
/linux-6.15/drivers/s390/net/
H A Dqeth_core.h247 } next_hop; member
362 ipv6_addr_equal(&h1->next_hop.addr, &h2->next_hop.addr); in qeth_l3_same_next_hop()
H A Dqeth_l3_main.c1673 l3_hdr->next_hop.addr.s6_addr32[3] = in qeth_l3_fill_header()
1677 l3_hdr->next_hop.addr = *qeth_next_hop_v6_rcu(skb, dst); in qeth_l3_fill_header()
1684 l3_hdr->next_hop.addr.s6_addr16[0] = htons(0xfe80); in qeth_l3_fill_header()
1685 memcpy(&l3_hdr->next_hop.addr.s6_addr32[2], in qeth_l3_fill_header()
H A Dqeth_core_main.c686 __be32 next_hop; in qeth_next_hop_is_local_v4() local
692 next_hop = qeth_next_hop_v4_rcu(skb, in qeth_next_hop_is_local_v4()
694 key = ipv4_addr_hash(next_hop); in qeth_next_hop_is_local_v4()
697 if (tmp->addr.s6_addr32[3] == next_hop) { in qeth_next_hop_is_local_v4()
711 struct in6_addr *next_hop; in qeth_next_hop_is_local_v6() local
719 next_hop = qeth_next_hop_v6_rcu(skb, in qeth_next_hop_is_local_v6()
721 key = ipv6_addr_hash(next_hop); in qeth_next_hop_is_local_v6()
724 if (ipv6_addr_equal(&tmp->addr, next_hop)) { in qeth_next_hop_is_local_v6()
5507 &l3_hdr->next_hop.rx.src_mac, skb->len); in qeth_l3_rebuild_skb()
5519 l3_hdr->next_hop.rx.vlan_id; in qeth_l3_rebuild_skb()
/linux-6.15/include/net/
H A Dcfg80211.h4709 const u8 *dst, const u8 *next_hop);
4713 const u8 *dst, const u8 *next_hop);
4715 u8 *dst, u8 *next_hop, struct mpath_info *pinfo);
4717 int idx, u8 *dst, u8 *next_hop,