Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/net80211/
HDieee80211_mesh.h418 struct ieee80211_mesh_route { struct
419 TAILQ_ENTRY(ieee80211_mesh_route) rt_next;
448 struct ieee80211_mesh_route *gr_route; argument
467 struct ieee80211_mesh_route *, int);
523 TAILQ_HEAD(, ieee80211_mesh_route) ms_routes;
530 struct ieee80211_mesh_route *
533 struct ieee80211_mesh_route *
541 int ieee80211_mesh_rt_update(struct ieee80211_mesh_route *rt, int);
571 const uint8_t *, struct ieee80211_mesh_route *);
573 struct ieee80211_mesh_route *);
HDieee80211_mesh.c85 struct ieee80211_mesh_route *);
179 static struct ieee80211_mesh_route *
183 struct ieee80211_mesh_route *rt; in mesh_rt_find_locked()
194 static struct ieee80211_mesh_route *
199 struct ieee80211_mesh_route *rt; in mesh_rt_add_locked()
206 rt = IEEE80211_MALLOC(ALIGN(sizeof(struct ieee80211_mesh_route)) + in mesh_rt_add_locked()
221 struct ieee80211_mesh_route *
226 struct ieee80211_mesh_route *rt; in ieee80211_mesh_rt_find()
234 struct ieee80211_mesh_route *
239 struct ieee80211_mesh_route *rt; in ieee80211_mesh_rt_add()
[all …]
HDieee80211_hwmp.c106 struct ieee80211_mesh_route *, int);
902 struct ieee80211_mesh_route *rttran = NULL; /* Transmitter */ in hwmp_update_transmitter()
941 struct ieee80211_mesh_route *rtorig = NULL; in hwmp_recv_preq()
942 struct ieee80211_mesh_route *rtorig_ext = NULL; in hwmp_recv_preq()
943 struct ieee80211_mesh_route *rttarg = NULL; in hwmp_recv_preq()
1267 struct ieee80211_mesh_route *rt = NULL; in hwmp_recv_prep()
1268 struct ieee80211_mesh_route *rtorig = NULL; in hwmp_recv_prep()
1269 struct ieee80211_mesh_route *rtext = NULL; in hwmp_recv_prep()
1500 struct ieee80211_mesh_route *rt; in hwmp_peerdown()
1536 struct ieee80211_mesh_route *rt = NULL; in hwmp_recv_perr()
[all …]
HDieee80211_ddb.c877 struct ieee80211_mesh_route *rt; in _db_show_mesh()
HDieee80211_output.c1224 struct ieee80211_mesh_route *rt = NULL; in ieee80211_encap()