Lines Matching refs:mpath
185 struct mesh_path *mpath, *mppath; member
317 void mesh_path_fix_nexthop(struct mesh_path *mpath, struct sta_info *next_hop);
324 int mesh_path_add_gate(struct mesh_path *mpath);
325 int mesh_path_send_to_gates(struct mesh_path *mpath);
351 void mesh_path_assign_nexthop(struct mesh_path *mpath, struct sta_info *sta);
352 void mesh_path_flush_pending(struct mesh_path *mpath);
353 void mesh_path_tx_pending(struct mesh_path *mpath);
370 struct sk_buff *skb, struct mesh_path *mpath);
374 void mesh_fast_tx_flush_mpath(struct mesh_path *mpath);
378 struct mesh_path *mpath, const u8 *addr);
407 static inline void mesh_path_activate(struct mesh_path *mpath) in mesh_path_activate() argument
409 mpath->flags |= MESH_PATH_ACTIVE | MESH_PATH_RESOLVED; in mesh_path_activate()