Home
last modified time | relevance | path

Searched refs:mesh_path (Results 1 – 5 of 5) sorted by relevance

/linux/net/mac80211/
H A Dmesh_pathtbl.c20 static void mesh_path_free_rcu(struct mesh_table *tbl, struct mesh_path *mpath);
32 .key_offset = offsetof(struct mesh_path, dst),
33 .head_offset = offsetof(struct mesh_path, rhash),
72 static inline bool mpath_expired(struct mesh_path *mpath) in mpath_expired()
81 struct mesh_path *mpath = ptr; in mesh_path_rht_free()
115 void mesh_path_assign_nexthop(struct mesh_path *mpath, struct sta_info *sta) in mesh_path_assign_nexthop()
135 struct mesh_path *gate_mpath) in prepare_for_gate()
191 static void mesh_path_move_to_queue(struct mesh_path *gate_mpath, in mesh_path_move_to_queue()
192 struct mesh_path *from_mpath, in mesh_path_move_to_queue()
243 static struct mesh_path *mpath_lookup(struct mesh_table *tbl, const u8 *dst, in mpath_lookup()
[all …]
H A Dmesh.h105 struct mesh_path { struct
186 struct mesh_path *mpath, *mppath;
308 struct mesh_path *mesh_path_lookup(struct ieee80211_sub_if_data *sdata,
310 struct mesh_path *mpp_path_lookup(struct ieee80211_sub_if_data *sdata,
314 struct mesh_path *
316 struct mesh_path *
318 void mesh_path_fix_nexthop(struct mesh_path *mpath, struct sta_info *next_hop);
322 struct mesh_path *
325 int mesh_path_add_gate(struct mesh_path *mpath);
326 int mesh_path_send_to_gates(struct mesh_path *mpath);
[all …]
H A Dcfg.c2697 struct mesh_path *mpath; in ieee80211_add_mpath()
2737 struct mesh_path *mpath; in ieee80211_change_mpath()
2762 static void mpath_set_pinfo(struct mesh_path *mpath, u8 *next_hop, in mpath_set_pinfo()
2813 struct mesh_path *mpath; in ieee80211_get_mpath()
2834 struct mesh_path *mpath; in ieee80211_dump_mpath()
2850 static void mpp_set_pinfo(struct mesh_path *mpath, u8 *mpp, in mpp_set_pinfo()
2864 struct mesh_path *mpath; in ieee80211_get_mpp()
2885 struct mesh_path *mpath; in ieee80211_dump_mpp()
H A Drx.c3005 struct mesh_path *mppath; in ieee80211_rx_mesh_data()
H A Dtx.c2631 struct mesh_path __maybe_unused *mppath = NULL, *mpath = NULL; in ieee80211_build_hdr()