Home
last modified time | relevance | path

Searched refs:nla_get_s16 (Results 1 – 3 of 3) sorted by relevance

/linux/include/net/
H A Dnetlink.h1987 static inline s16 nla_get_s16(const struct nlattr *nla) in nla_get_s16() function
2003 return nla_get_s16(nla); in nla_get_s16_default()
/linux/lib/
H A Dnlattr.c299 value = nla_get_s16(nla); in nla_validate_int_range_signed()
/linux/net/wireless/
H A Dnl80211.c7339 txpwr->power = nla_get_s16(info->attrs[idx]); in nl80211_parse_sta_txpower_setting()