Searched refs:gate_mpath (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | mesh_pathtbl.c | 98 struct mesh_path *gate_mpath) in prepare_for_gate() 130 next_hop = rcu_dereference(gate_mpath->next_hop)->sta.addr; in prepare_for_gate() 133 memcpy(hdr->addr2, gate_mpath->sdata->vif.addr, ETH_ALEN); in prepare_for_gate() 149 * @gate_mpath: An active mpath the frames will be sent to (i.e. the gate) 154 static void mesh_path_move_to_queue(struct mesh_path *gate_mpath, in mesh_path_move_to_queue() argument 162 if (WARN_ON(gate_mpath == from_mpath)) in mesh_path_move_to_queue() 164 if (WARN_ON(!gate_mpath->next_hop)) in mesh_path_move_to_queue() 174 if (skb_queue_len(&gate_mpath->frame_queue) >= in mesh_path_move_to_queue() 176 mpath_dbg(gate_mpath->sdata, "mpath queue full!\n"); in mesh_path_move_to_queue() 184 prepare_for_gate(skb, gate_mpath in mesh_path_move_to_queue() 97 prepare_for_gate(struct sk_buff *skb, char *dst_addr, struct mesh_path *gate_mpath) prepare_for_gate() argument [all...] |
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | mesh_pathtbl.c | 134 struct mesh_path *gate_mpath) in prepare_for_gate() 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() 185 * @gate_mpath: An active mpath the frames will be sent to (i.e. the 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 in mesh_path_move_to_queue() 133 prepare_for_gate(struct sk_buff *skb, char *dst_addr, struct mesh_path *gate_mpath) prepare_for_gate() argument [all...] |
Completed in 2 milliseconds