Lines Matching defs:mpath
88 * mpath itself. No need to take this lock when adding or removing
89 * an mpath to a hash bucket on a path table.
254 void mesh_path_fix_nexthop(struct mesh_path *mpath, struct sta_info *next_hop);
261 int mesh_path_add_gate(struct mesh_path *mpath);
262 int mesh_path_send_to_gates(struct mesh_path *mpath);
288 void mesh_path_assign_nexthop(struct mesh_path *mpath, struct sta_info *sta);
289 void mesh_path_flush_pending(struct mesh_path *mpath);
290 void mesh_path_tx_pending(struct mesh_path *mpath);
329 static inline void mesh_path_activate(struct mesh_path *mpath)
331 mpath->flags |= MESH_PATH_ACTIVE | MESH_PATH_RESOLVED;