Home
last modified time | relevance | path

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

/linux-6.15/net/netlink/
H A Dpolicy.c230 case NLA_S16: in netlink_policy_dump_attr_size_estimate()
326 case NLA_S16: in __netlink_policy_dump_write_attr()
334 else if (pt->type == NLA_S16) in __netlink_policy_dump_write_attr()
/linux-6.15/lib/
H A Dnlattr.c30 [NLA_S16] = sizeof(s16),
45 [NLA_S16] = sizeof(s16),
250 case NLA_S16: in nla_get_range_signed()
298 case NLA_S16: in nla_validate_int_range_signed()
342 case NLA_S16: in nla_validate_int_range()
/linux-6.15/include/net/
H A Dnetlink.h189 NLA_S16, enumerator
400 (tp == NLA_S8 || tp == NLA_S16 || tp == NLA_S32 || tp == NLA_S64 || \
/linux-6.15/net/wireless/
H A Dnl80211.c554 [NL80211_ATTR_STA_TX_POWER] = { .type = NLA_S16 },