Searched refs:gate_mpath (Results 1 – 1 of 1) sorted by relevance
233 struct mesh_path *gate_mpath) in prepare_for_gate() argument265 next_hop = rcu_dereference(gate_mpath->next_hop)->sta.addr; in prepare_for_gate()268 memcpy(hdr->addr2, gate_mpath->sdata->vif.addr, ETH_ALEN); in prepare_for_gate()290 static void mesh_path_move_to_queue(struct mesh_path *gate_mpath, in mesh_path_move_to_queue() argument299 BUG_ON(gate_mpath == from_mpath); in mesh_path_move_to_queue()300 BUG_ON(!gate_mpath->next_hop); in mesh_path_move_to_queue()319 prepare_for_gate(skb, gate_mpath->dst, gate_mpath); in mesh_path_move_to_queue()323 spin_lock_irqsave(&gate_mpath->frame_queue.lock, flags); in mesh_path_move_to_queue()324 skb_queue_splice(&gateq, &gate_mpath->frame_queue); in mesh_path_move_to_queue()326 gate_mpath->dst, in mesh_path_move_to_queue()[all …]