Home
last modified time | relevance | path

Searched refs:this_arg (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/wireless/
H A Dradiotap.c77 * The iterator's @this_arg member points to the start of the argument
88 * You must take care when dereferencing iterator.this_arg
90 * get_unaligned((type *)iterator.this_arg) to dereference
91 * iterator.this_arg for type "type" safely on all arches.
159 iterator->this_arg = iterator->_arg; in ieee80211_radiotap_iterator_init()
199 * in @this_arg_index and sets @this_arg to point to the
201 * present fields. @this_arg can be changed by the caller (eg,
207 * You must take care when dereferencing iterator.this_arg
209 * get_unaligned((type *)iterator.this_arg) to dereference
210 * iterator.this_arg fo
[all...]
/kernel/linux/linux-6.6/net/wireless/
H A Dradiotap.c77 * The iterator's @this_arg member points to the start of the argument
88 * You must take care when dereferencing iterator.this_arg
90 * get_unaligned((type *)iterator.this_arg) to dereference
91 * iterator.this_arg for type "type" safely on all arches.
158 iterator->this_arg = iterator->_arg; in ieee80211_radiotap_iterator_init()
198 * in @this_arg_index and sets @this_arg to point to the
200 * present fields. @this_arg can be changed by the caller (eg,
206 * You must take care when dereferencing iterator.this_arg
208 * get_unaligned((type *)iterator.this_arg) to dereference
209 * iterator.this_arg fo
[all...]
/kernel/linux/linux-5.10/net/mac80211/
H A Dtx.c2095 * You must take care when dereferencing iterator.this_arg in ieee80211_parse_tx_radiotap()
2097 * get_unaligned((type *)iterator.this_arg) to dereference in ieee80211_parse_tx_radiotap()
2098 * iterator.this_arg for type "type" safely on all arches. in ieee80211_parse_tx_radiotap()
2101 if (*iterator.this_arg & IEEE80211_RADIOTAP_F_FCS) { in ieee80211_parse_tx_radiotap()
2114 if (*iterator.this_arg & IEEE80211_RADIOTAP_F_WEP) in ieee80211_parse_tx_radiotap()
2116 if (*iterator.this_arg & IEEE80211_RADIOTAP_F_FRAG) in ieee80211_parse_tx_radiotap()
2121 txflags = get_unaligned_le16(iterator.this_arg); in ieee80211_parse_tx_radiotap()
2129 rate = *iterator.this_arg; in ieee80211_parse_tx_radiotap()
2135 rate_retries = *iterator.this_arg; in ieee80211_parse_tx_radiotap()
2139 mcs_known = iterator.this_arg[ in ieee80211_parse_tx_radiotap()
[all...]
/kernel/linux/linux-6.6/net/mac80211/
H A Dtx.c2128 * You must take care when dereferencing iterator.this_arg in ieee80211_parse_tx_radiotap()
2130 * get_unaligned((type *)iterator.this_arg) to dereference in ieee80211_parse_tx_radiotap()
2131 * iterator.this_arg for type "type" safely on all arches. in ieee80211_parse_tx_radiotap()
2134 if (*iterator.this_arg & IEEE80211_RADIOTAP_F_FCS) { in ieee80211_parse_tx_radiotap()
2147 if (*iterator.this_arg & IEEE80211_RADIOTAP_F_WEP) in ieee80211_parse_tx_radiotap()
2149 if (*iterator.this_arg & IEEE80211_RADIOTAP_F_FRAG) in ieee80211_parse_tx_radiotap()
2154 txflags = get_unaligned_le16(iterator.this_arg); in ieee80211_parse_tx_radiotap()
2165 rate = *iterator.this_arg; in ieee80211_parse_tx_radiotap()
2171 rate_retries = *iterator.this_arg; in ieee80211_parse_tx_radiotap()
2175 mcs_known = iterator.this_arg[ in ieee80211_parse_tx_radiotap()
[all...]
/kernel/linux/linux-5.10/include/net/
H A Dcfg80211.h5520 * @this_arg: pointer to current radiotap arg; it is valid after each
5553 unsigned char *this_arg; member
/kernel/linux/linux-6.6/include/net/
H A Dcfg80211.h6316 * @this_arg: pointer to current radiotap arg; it is valid after each
6349 unsigned char *this_arg; member

Completed in 36 milliseconds