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

/net/mac80211/
H A Dmesh_pathtbl.c225 struct mesh_path *gate_mpath)
257 next_hop = rcu_dereference(gate_mpath->next_hop)->sta.addr;
260 memcpy(hdr->addr2, gate_mpath->sdata->vif.addr, ETH_ALEN);
282 static void mesh_path_move_to_queue(struct mesh_path *gate_mpath, argument
290 if (WARN_ON(gate_mpath == from_mpath))
292 if (WARN_ON(!gate_mpath->next_hop))
302 if (skb_queue_len(&gate_mpath->frame_queue) >=
304 mpath_dbg(gate_mpath->sdata, "mpath queue full!\n");
312 prepare_for_gate(skb, gate_mpath->dst, gate_mpath);
224 prepare_for_gate(struct sk_buff *skb, char *dst_addr, struct mesh_path *gate_mpath) argument
[all...]

Completed in 25 milliseconds