Home
last modified time | relevance | path

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

/Linux-v5.10/net/mac80211/
Dmesh_pathtbl.c18 static void mesh_path_free_rcu(struct mesh_table *tbl, struct mesh_path *mpath);
45 struct mesh_table *tbl = tblptr; in mesh_path_rht_free()
50 static struct mesh_table *mesh_table_alloc(void) in mesh_table_alloc()
52 struct mesh_table *newtbl; in mesh_table_alloc()
54 newtbl = kmalloc(sizeof(struct mesh_table), GFP_ATOMIC); in mesh_table_alloc()
68 static void mesh_table_free(struct mesh_table *tbl) in mesh_table_free()
211 static struct mesh_path *mpath_lookup(struct mesh_table *tbl, const u8 *dst, in mpath_lookup()
248 __mesh_path_lookup_by_idx(struct mesh_table *tbl, int idx) in __mesh_path_lookup_by_idx()
305 struct mesh_table *tbl; in mesh_path_add_gate()
340 static void mesh_gate_del(struct mesh_table *tbl, struct mesh_path *mpath) in mesh_gate_del()
[all …]
Dmesh.h141 struct mesh_table { struct
Dieee80211_i.h732 struct mesh_table *mesh_paths;
733 struct mesh_table *mpp_paths; /* Store paths for MPP&MAP */