Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
H A Dnlattr.c280 value = nla_get_s16(nla); in nla_validate_int_range_signed()
/kernel/linux/linux-5.10/include/net/
H A Dnetlink.h136 * nla_get_s16(nla) get payload for a s16 attribute
1656 * nla_get_s16 - return payload of s16 attribute
1659 static inline s16 nla_get_s16(const struct nlattr *nla) in nla_get_s16() function
/kernel/linux/linux-6.6/include/net/
H A Dnetlink.h136 * nla_get_s16(nla) get payload for a s16 attribute
1702 * nla_get_s16 - return payload of s16 attribute
1705 static inline s16 nla_get_s16(const struct nlattr *nla) in nla_get_s16() function
/kernel/linux/linux-6.6/lib/
H A Dnlattr.c294 value = nla_get_s16(nla); in nla_validate_int_range_signed()
/kernel/linux/linux-5.10/net/wireless/
H A Dnl80211.c6218 nla_get_s16(info->attrs[idx]); in nl80211_parse_sta_txpower_setting()
/kernel/linux/linux-6.6/net/wireless/
H A Dnl80211.c7166 txpwr->power = nla_get_s16(info->attrs[idx]); in nl80211_parse_sta_txpower_setting()

Completed in 47 milliseconds