Lines Matching refs:mesh_path
105 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);
352 void mesh_path_assign_nexthop(struct mesh_path *mpath, struct sta_info *sta);
353 void mesh_path_flush_pending(struct mesh_path *mpath);
354 void mesh_path_tx_pending(struct mesh_path *mpath);
371 struct sk_buff *skb, struct mesh_path *mpath);
375 void mesh_fast_tx_flush_mpath(struct mesh_path *mpath);
379 struct mesh_path *mpath, const u8 *addr);
408 static inline void mesh_path_activate(struct mesh_path *mpath) in mesh_path_activate()