Home
last modified time | relevance | path

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

/linux-2.6.39/net/mac80211/
Dmesh_hwmp.c783 struct mesh_preq_queue *preq_node; in mesh_queue_preq() local
785 preq_node = kmalloc(sizeof(struct mesh_preq_queue), GFP_ATOMIC); in mesh_queue_preq()
786 if (!preq_node) { in mesh_queue_preq()
794 kfree(preq_node); in mesh_queue_preq()
800 memcpy(preq_node->dst, mpath->dst, ETH_ALEN); in mesh_queue_preq()
801 preq_node->flags = flags; in mesh_queue_preq()
803 list_add_tail(&preq_node->list, &ifmsh->preq_queue.list); in mesh_queue_preq()
829 struct mesh_preq_queue *preq_node; in mesh_path_start_discovery() local
842 preq_node = list_first_entry(&ifmsh->preq_queue.list, in mesh_path_start_discovery()
844 list_del(&preq_node->list); in mesh_path_start_discovery()
[all …]