| /linux-4.4.14/net/batman-adv/ |
| D | network-coding.c | 442 nc_path->next_hop); in batadv_nc_purge_paths() 449 nc_path->prev_hop, nc_path->next_hop); in batadv_nc_purge_paths() 467 memcpy(key->next_hop, dst, sizeof(key->next_hop)); in batadv_nc_hash_key_gen() 483 hash = jhash(&nc_path->next_hop, sizeof(nc_path->next_hop), hash); in batadv_nc_hash_choose() 509 if (memcmp(nc_path1->next_hop, nc_path2->next_hop, in batadv_nc_hash_compare() 510 sizeof(nc_path1->next_hop)) != 0) in batadv_nc_hash_compare() 561 nc_packet->nc_path->next_hop); in batadv_nc_send_packet() 970 ether_addr_copy(nc_path->next_hop, dst); in batadv_nc_get_path() 975 nc_path->next_hop); in batadv_nc_get_path() 1094 first_dest = nc_packet->nc_path->next_hop; in batadv_nc_code_packets() [all …]
|
| D | types.h | 1060 u8 next_hop[ETH_ALEN]; member
|
| /linux-4.4.14/net/mac80211/ |
| D | mesh_pathtbl.c | 212 rcu_assign_pointer(mpath->next_hop, sta); in mesh_path_assign_nexthop() 231 char *next_hop; in prepare_for_gate() local 258 next_hop = rcu_dereference(gate_mpath->next_hop)->sta.addr; in prepare_for_gate() 259 memcpy(hdr->addr1, next_hop, ETH_ALEN); in prepare_for_gate() 293 if (WARN_ON(!gate_mpath->next_hop)) in mesh_path_move_to_queue() 763 if (rcu_access_pointer(mpath->next_hop) == sta && in mesh_plink_broken() 828 if (rcu_access_pointer(mpath->next_hop) == sta) { in mesh_path_flush_by_nexthop() 1023 void mesh_path_fix_nexthop(struct mesh_path *mpath, struct sta_info *next_hop) in mesh_path_fix_nexthop() argument 1026 mesh_path_assign_nexthop(mpath, next_hop); in mesh_path_fix_nexthop()
|
| D | mesh_hwmp.c | 651 return rcu_dereference_protected(mpath->next_hop, in next_hop_deref_protected() 664 u8 next_hop[ETH_ALEN]; in hwmp_prep_frame_process() local 694 memcpy(next_hop, next_hop_deref_protected(mpath)->sta.addr, ETH_ALEN); in hwmp_prep_frame_process() 705 target_addr, target_sn, next_hop, hopcount, in hwmp_prep_frame_process() 1140 struct sta_info *next_hop; in mesh_nexthop_lookup() local 1159 next_hop = rcu_dereference(mpath->next_hop); in mesh_nexthop_lookup() 1160 if (next_hop) { in mesh_nexthop_lookup() 1161 memcpy(hdr->addr1, next_hop->sta.addr, ETH_ALEN); in mesh_nexthop_lookup() 1163 ieee80211_mps_set_frame_flags(sdata, next_hop, hdr); in mesh_nexthop_lookup()
|
| D | mesh.h | 109 struct sta_info __rcu *next_hop; member 279 void mesh_path_fix_nexthop(struct mesh_path *mpath, struct sta_info *next_hop);
|
| D | cfg.c | 1402 const u8 *dst, const u8 *next_hop) in ieee80211_add_mpath() argument 1411 sta = sta_info_get(sdata, next_hop); in ieee80211_add_mpath() 1442 const u8 *dst, const u8 *next_hop) in ieee80211_change_mpath() argument 1452 sta = sta_info_get(sdata, next_hop); in ieee80211_change_mpath() 1470 static void mpath_set_pinfo(struct mesh_path *mpath, u8 *next_hop, in mpath_set_pinfo() argument 1473 struct sta_info *next_hop_sta = rcu_dereference(mpath->next_hop); in mpath_set_pinfo() 1476 memcpy(next_hop, next_hop_sta->sta.addr, ETH_ALEN); in mpath_set_pinfo() 1478 eth_zero_addr(next_hop); in mpath_set_pinfo() 1513 u8 *dst, u8 *next_hop, struct mpath_info *pinfo) in ieee80211_get_mpath() argument 1528 mpath_set_pinfo(mpath, next_hop, pinfo); in ieee80211_get_mpath() [all …]
|
| D | tx.c | 2089 struct sta_info *next_hop; in ieee80211_build_hdr() local 2095 next_hop = rcu_dereference(mpath->next_hop); in ieee80211_build_hdr() 2096 if (!next_hop || in ieee80211_build_hdr()
|
| /linux-4.4.14/net/wireless/ |
| D | rdev-ops.h | 226 struct net_device *dev, u8 *dst, u8 *next_hop) in rdev_add_mpath() argument 229 trace_rdev_add_mpath(&rdev->wiphy, dev, dst, next_hop); in rdev_add_mpath() 230 ret = rdev->ops->add_mpath(&rdev->wiphy, dev, dst, next_hop); in rdev_add_mpath() 247 u8 *next_hop) in rdev_change_mpath() argument 250 trace_rdev_change_mpath(&rdev->wiphy, dev, dst, next_hop); in rdev_change_mpath() 251 ret = rdev->ops->change_mpath(&rdev->wiphy, dev, dst, next_hop); in rdev_change_mpath() 257 struct net_device *dev, u8 *dst, u8 *next_hop, in rdev_get_mpath() argument 261 trace_rdev_get_mpath(&rdev->wiphy, dev, dst, next_hop); in rdev_get_mpath() 262 ret = rdev->ops->get_mpath(&rdev->wiphy, dev, dst, next_hop, pinfo); in rdev_get_mpath() 282 u8 *next_hop, struct mpath_info *pinfo) in rdev_dump_mpath() argument [all …]
|
| D | trace.h | 778 u8 *next_hop), 779 TP_ARGS(wiphy, netdev, dst, next_hop), 784 MAC_ENTRY(next_hop) 790 MAC_ASSIGN(next_hop, next_hop); 794 MAC_PR_ARG(next_hop)) 799 u8 *next_hop), 800 TP_ARGS(wiphy, netdev, dst, next_hop) 805 u8 *next_hop), 806 TP_ARGS(wiphy, netdev, dst, next_hop) 811 u8 *next_hop), [all …]
|
| D | nl80211.c | 4579 u8 *dst, u8 *next_hop, in nl80211_send_mpath() argument 4591 nla_put(msg, NL80211_ATTR_MPATH_NEXT_HOP, ETH_ALEN, next_hop) || in nl80211_send_mpath() 4638 u8 next_hop[ETH_ALEN]; in nl80211_dump_mpath() local 4658 next_hop, &pinfo); in nl80211_dump_mpath() 4666 wdev->netdev, dst, next_hop, in nl80211_dump_mpath() 4690 u8 next_hop[ETH_ALEN]; in nl80211_get_mpath() local 4705 err = rdev_get_mpath(rdev, dev, dst, next_hop, &pinfo); in nl80211_get_mpath() 4714 dev, dst, next_hop, &pinfo) < 0) { in nl80211_get_mpath() 4727 u8 *next_hop = NULL; in nl80211_set_mpath() local 4736 next_hop = nla_data(info->attrs[NL80211_ATTR_MPATH_NEXT_HOP]); in nl80211_set_mpath() [all …]
|
| /linux-4.4.14/drivers/thunderbolt/ |
| D | path.c | 16 hop->out_port, hop->next_hop, in tb_dump_hop() 175 hop.next_hop = path->hops[i].next_hop_index; in tb_path_activate()
|
| D | tb_regs.h | 189 u32 next_hop:11; /* member
|
| /linux-4.4.14/include/net/ |
| D | cfg80211.h | 2551 const u8 *dst, const u8 *next_hop); 2555 const u8 *dst, const u8 *next_hop); 2557 u8 *dst, u8 *next_hop, struct mpath_info *pinfo); 2559 int idx, u8 *dst, u8 *next_hop,
|