Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac80211/
Dmesh_pathtbl.c34 struct mpath_node { struct
129 struct mpath_node *gate; in mesh_table_free()
340 struct mpath_node *node; in mpath_lookup()
393 struct mpath_node *node; in mesh_path_lookup_by_idx()
426 struct mpath_node *node; in mpp_path_lookup_by_idx()
447 struct mpath_node *gate, *new_gate; in mesh_path_add_gate()
459 new_gate = kzalloc(sizeof(struct mpath_node), GFP_ATOMIC); in mesh_path_add_gate()
489 struct mpath_node *gate; in mesh_gate_del()
533 struct mpath_node *node, *new_node; in mesh_path_add()
569 new_node = kmalloc(sizeof(struct mpath_node), GFP_ATOMIC); in mesh_path_add()
[all …]