Home
last modified time | relevance | path

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

/freebsd-14.2/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h1131 void(*iterfunc)(void *, uint8_t *, struct ieee80211_vif *),
1139 void(*iterfunc)(struct ieee80211_hw *,
1143 void (*iterfunc)(void *, struct ieee80211_sta *), void *);
1462 void(*iterfunc)(void *, uint8_t *, struct ieee80211_vif *), in ieee80211_iterate_active_interfaces_atomic()
1474 void(*iterfunc)(void *, uint8_t *, struct ieee80211_vif *), in ieee80211_iterate_active_interfaces()
1485 void(*iterfunc)(void *, uint8_t *, struct ieee80211_vif *), in ieee80211_iterate_active_interfaces_mtx()
1496 void (*iterfunc)(void *, uint8_t *, struct ieee80211_vif *), in ieee80211_iterate_interfaces()
1510 linuxkpi_ieee80211_iterate_keys(hw, vif, iterfunc, arg); in ieee80211_iter_keys()
1521 linuxkpi_ieee80211_iterate_keys(hw, vif, iterfunc, arg); in ieee80211_iter_keys_rcu()
1530 linuxkpi_ieee80211_iterate_chan_contexts(hw, iterfunc, arg); in ieee80211_iter_chan_contexts_atomic()
[all …]
H A Dcfg80211.h1496 void (*iterfunc)(struct wiphy *, struct cfg80211_bss *, void *), void *data) in cfg80211_bss_iter()
/freebsd-14.2/sys/kern/
H A Dsubr_eventhandler.c168 void *func, void *arg, int priority, vimage_iterator_func_t iterfunc) in vimage_eventhandler_register() argument
175 eg->func = iterfunc; in vimage_eventhandler_register()
/freebsd-14.2/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c4812 void(*iterfunc)(void *, uint8_t *, struct ieee80211_vif *), in linuxkpi_ieee80211_iterate_interfaces()
4865 iterfunc(arg, vif->addr, vif); in linuxkpi_ieee80211_iterate_interfaces()
4874 void(*iterfunc)(struct ieee80211_hw *, struct ieee80211_vif *, in linuxkpi_ieee80211_iterate_keys()
4884 void(*iterfunc)(struct ieee80211_hw *, struct ieee80211_chanctx_conf *, in linuxkpi_ieee80211_iterate_chan_contexts()
4893 KASSERT(hw != NULL && iterfunc != NULL, in linuxkpi_ieee80211_iterate_chan_contexts()
4894 ("%s: hw %p iterfunc %p arg %p\n", __func__, hw, iterfunc, arg)); in linuxkpi_ieee80211_iterate_chan_contexts()
4911 iterfunc(hw, &lchanctx->chanctx_conf, arg); in linuxkpi_ieee80211_iterate_chan_contexts()
4918 void (*iterfunc)(void *, struct ieee80211_sta *), void *arg) in linuxkpi_ieee80211_iterate_stations_atomic()
4925 KASSERT(hw != NULL && iterfunc != NULL, in linuxkpi_ieee80211_iterate_stations_atomic()
4926 ("%s: hw %p iterfunc %p arg %p\n", __func__, hw, iterfunc, arg)); in linuxkpi_ieee80211_iterate_stations_atomic()
[all …]