Home
last modified time | relevance | path

Searched refs:gate_mpath (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/mac80211/
H A Dmesh_pathtbl.c134 struct mesh_path *gate_mpath) in prepare_for_gate() argument
166 next_hop = rcu_dereference(gate_mpath->next_hop)->sta.addr; in prepare_for_gate()
169 memcpy(hdr->addr2, gate_mpath->sdata->vif.addr, ETH_ALEN); in prepare_for_gate()
190 static void mesh_path_move_to_queue(struct mesh_path *gate_mpath, in mesh_path_move_to_queue() argument
198 if (WARN_ON(gate_mpath == from_mpath)) in mesh_path_move_to_queue()
200 if (WARN_ON(!gate_mpath->next_hop)) in mesh_path_move_to_queue()
210 if (skb_queue_len(&gate_mpath->frame_queue) >= in mesh_path_move_to_queue()
212 mpath_dbg(gate_mpath->sdata, "mpath queue full!\n"); in mesh_path_move_to_queue()
220 prepare_for_gate(skb, gate_mpath->dst, gate_mpath); in mesh_path_move_to_queue()
221 skb_queue_tail(&gate_mpath->frame_queue, skb); in mesh_path_move_to_queue()
[all …]