Home
last modified time | relevance | path

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

/net/mac80211/
A Dmesh_pathtbl.c123 spin_lock_irqsave(&mpath->frame_queue.lock, flags); in mesh_path_assign_nexthop()
124 skb_queue_walk(&mpath->frame_queue, skb) { in mesh_path_assign_nexthop()
131 spin_unlock_irqrestore(&mpath->frame_queue.lock, flags); in mesh_path_assign_nexthop()
206 spin_lock_irqsave(&from_mpath->frame_queue.lock, flags); in mesh_path_move_to_queue()
207 skb_queue_splice_init(&from_mpath->frame_queue, &failq); in mesh_path_move_to_queue()
211 if (skb_queue_len(&gate_mpath->frame_queue) >= in mesh_path_move_to_queue()
222 skb_queue_tail(&gate_mpath->frame_queue, skb); in mesh_path_move_to_queue()
237 spin_lock_irqsave(&from_mpath->frame_queue.lock, flags); in mesh_path_move_to_queue()
238 skb_queue_splice(&failq, &from_mpath->frame_queue); in mesh_path_move_to_queue()
417 skb_queue_head_init(&new_mpath->frame_queue); in mesh_path_new()
[all …]
A Dmesh_hwmp.c1191 if (skb_queue_len(&mpath->frame_queue) >= MESH_FRAME_QUEUE_LEN) in mesh_nexthop_resolve()
1192 skb_to_free = skb_dequeue(&mpath->frame_queue); in mesh_nexthop_resolve()
1196 skb_queue_tail(&mpath->frame_queue, skb); in mesh_nexthop_resolve()
A Dmesh.h114 struct sk_buff_head frame_queue; member
A Dcfg.c2497 pinfo->frame_qlen = mpath->frame_queue.qlen; in mpath_set_pinfo()

Completed in 18 milliseconds