Lines Matching defs:mpath
89 * mpath itself. No need to take this lock when adding or removing
90 * an mpath to a hash bucket on a path table.
144 * @mpath: mesh path corresponding to the Mesh DA
156 struct mesh_path *mpath, *mppath;
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);
377 static inline void mesh_path_activate(struct mesh_path *mpath)
379 mpath->flags |= MESH_PATH_ACTIVE | MESH_PATH_RESOLVED;