/linux-6.6.21/net/mac80211/ |
D | mesh_hwmp.c | 390 struct mesh_path *mpath; in hwmp_route_info_get() local 448 mpath = mesh_path_lookup(sdata, orig_addr); in hwmp_route_info_get() 449 if (mpath) { in hwmp_route_info_get() 450 spin_lock_bh(&mpath->state_lock); in hwmp_route_info_get() 451 if (mpath->flags & MESH_PATH_FIXED) in hwmp_route_info_get() 453 else if ((mpath->flags & MESH_PATH_ACTIVE) && in hwmp_route_info_get() 454 (mpath->flags & MESH_PATH_SN_VALID)) { in hwmp_route_info_get() 455 if (SN_GT(mpath->sn, orig_sn) || in hwmp_route_info_get() 456 (mpath->sn == orig_sn && in hwmp_route_info_get() 457 (rcu_access_pointer(mpath->next_hop) != in hwmp_route_info_get() [all …]
|
D | mesh_pathtbl.c | 19 static void mesh_path_free_rcu(struct mesh_table *tbl, struct mesh_path *mpath); 71 static inline bool mpath_expired(struct mesh_path *mpath) in mpath_expired() argument 73 return (mpath->flags & MESH_PATH_ACTIVE) && in mpath_expired() 74 time_after(jiffies, mpath->exp_time) && in mpath_expired() 75 !(mpath->flags & MESH_PATH_FIXED); in mpath_expired() 80 struct mesh_path *mpath = ptr; in mesh_path_rht_free() local 83 mesh_path_free_rcu(tbl, mpath); in mesh_path_rht_free() 114 void mesh_path_assign_nexthop(struct mesh_path *mpath, struct sta_info *sta) in mesh_path_assign_nexthop() argument 120 rcu_assign_pointer(mpath->next_hop, sta); in mesh_path_assign_nexthop() 122 spin_lock_irqsave(&mpath->frame_queue.lock, flags); in mesh_path_assign_nexthop() [all …]
|
D | mesh.h | 156 struct mesh_path *mpath, *mppath; member 288 void mesh_path_fix_nexthop(struct mesh_path *mpath, struct sta_info *next_hop); 295 int mesh_path_add_gate(struct mesh_path *mpath); 296 int mesh_path_send_to_gates(struct mesh_path *mpath); 322 void mesh_path_assign_nexthop(struct mesh_path *mpath, struct sta_info *sta); 323 void mesh_path_flush_pending(struct mesh_path *mpath); 324 void mesh_path_tx_pending(struct mesh_path *mpath); 340 struct sk_buff *skb, struct mesh_path *mpath); 344 void mesh_fast_tx_flush_mpath(struct mesh_path *mpath); 348 struct mesh_path *mpath, const u8 *addr); [all …]
|
D | cfg.c | 2238 struct mesh_path *mpath; in ieee80211_add_mpath() local 2250 mpath = mesh_path_add(sdata, dst); in ieee80211_add_mpath() 2251 if (IS_ERR(mpath)) { in ieee80211_add_mpath() 2253 return PTR_ERR(mpath); in ieee80211_add_mpath() 2256 mesh_path_fix_nexthop(mpath, sta); in ieee80211_add_mpath() 2278 struct mesh_path *mpath; in ieee80211_change_mpath() local 2291 mpath = mesh_path_lookup(sdata, dst); in ieee80211_change_mpath() 2292 if (!mpath) { in ieee80211_change_mpath() 2297 mesh_path_fix_nexthop(mpath, sta); in ieee80211_change_mpath() 2303 static void mpath_set_pinfo(struct mesh_path *mpath, u8 *next_hop, in mpath_set_pinfo() argument [all …]
|
D | tx.c | 2590 struct mesh_path __maybe_unused *mppath = NULL, *mpath = NULL; in ieee80211_build_hdr() local 2684 mpath = mesh_path_lookup(sdata, skb->data); in ieee80211_build_hdr() 2685 if (mpath) { in ieee80211_build_hdr() 2687 next_hop = rcu_dereference(mpath->next_hop); in ieee80211_build_hdr() 2689 !(mpath->flags & (MESH_PATH_ACTIVE | in ieee80211_build_hdr() 2700 if (mppath && mpath) in ieee80211_build_hdr() 2701 mesh_path_del(sdata, mpath->dst); in ieee80211_build_hdr() 2727 else if (mpath) in ieee80211_build_hdr() 2728 mesh_da = mpath->dst; in ieee80211_build_hdr()
|
D | mesh.c | 810 sta = rcu_dereference(entry->mpath->next_hop); in ieee80211_mesh_xmit_fast() 848 entry->mpath->dst, sdata->vif.addr); in ieee80211_mesh_xmit_fast()
|
D | rx.c | 2744 sta = rcu_dereference(entry->mpath->next_hop); in ieee80211_rx_mesh_fast_forward()
|
/linux-6.6.21/drivers/s390/cio/ |
D | device_pgid.c | 38 int mpath = cdev->private->flags.mpath; in verify_done() local 44 if (sch->config.mp != mpath) { in verify_done() 45 sch->config.mp = mpath; in verify_done() 50 "vpm=%02x\n", id->ssid, id->devno, rc, pgroup, mpath, in verify_done() 186 if (cdev->private->flags.mpath) in pgid_wipeout_start() 210 if (cdev->private->flags.mpath) in spid_do() 245 if (cdev->private->flags.mpath) { in spid_callback() 247 cdev->private->flags.mpath = 0; in spid_callback() 354 if (cdev->private->flags.mpath) { in pgid_to_donepm() 426 cdev->private->flags.mpath = 0; in snid_done() [all …]
|
D | io_sch.h | 154 unsigned int mpath:1; /* do multipathing */ member 164 unsigned int mpath:1; /* multipathing is set up */ member
|
D | device_ops.c | 51 cdev->private->options.mpath = (flags & CCWDEV_DO_MULTIPATH) != 0; in ccw_device_set_options_mask() 80 cdev->private->options.mpath |= (flags & CCWDEV_DO_MULTIPATH) != 0; in ccw_device_set_options() 97 cdev->private->options.mpath &= (flags & CCWDEV_DO_MULTIPATH) == 0; in ccw_device_clear_options() 120 return cdev->private->flags.mpath; in ccw_device_is_multipath()
|
/linux-6.6.21/Documentation/admin-guide/device-mapper/ |
D | dm-uevent.rst | 90 DM_UUID=mpath-35333333000002328 107 DM_UUID=mpath-35333333000002328
|
/linux-6.6.21/drivers/md/ |
D | Makefile | 9 dm-multipath-y += dm-path-selector.o dm-mpath.o
|