Searched refs:frame_queue (Results 1 – 4 of 4) sorted by relevance
201 skb_queue_head_init(&new_mpath->frame_queue); in mesh_path_add()290 skb_queue_head_init(&new_mpath->frame_queue); in mpp_path_add()483 while ((skb = skb_dequeue(&mpath->frame_queue)) && in mesh_path_tx_pending()532 while ((skb = skb_dequeue(&mpath->frame_queue)) && in mesh_path_flush_pending()
813 if (skb_queue_len(&mpath->frame_queue) >= in mesh_nexthop_lookup()815 skb_to_free = mpath->frame_queue.next; in mesh_nexthop_lookup()816 skb_unlink(skb_to_free, &mpath->frame_queue); in mesh_nexthop_lookup()819 skb_queue_tail(&mpath->frame_queue, skb); in mesh_nexthop_lookup()
78 struct sk_buff_head frame_queue; member
920 pinfo->frame_qlen = mpath->frame_queue.qlen; in mpath_set_pinfo()