Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dnetlink.h2011 static inline s8 nla_get_s8(const struct nlattr *nla) in nla_get_s8() function
2027 return nla_get_s8(nla); in nla_get_s8_default()
/linux-6.15/net/ieee802154/
H A Dnl-mac.c497 params.transmit_power = nla_get_s8(info->attrs[IEEE802154_ATTR_TXPOWER]) * 100; in ieee802154_set_macparams()
518 params.frame_retries = nla_get_s8(info->attrs[IEEE802154_ATTR_FRAME_RETRIES]); in ieee802154_set_macparams()
H A Dnl802154.c1210 max_frame_retries = nla_get_s8( in nl802154_set_max_frame_retries()
/linux-6.15/lib/
H A Dnlattr.c296 value = nla_get_s8(nla); in nla_validate_int_range_signed()
/linux-6.15/net/wireless/
H A Dnl80211.c9991 request->relative_rssi = nla_get_s8( in nl80211_parse_sched_scan()