Home
last modified time | relevance | path

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

/Linux-v5.15/net/netlink/
Dpolicy.c219 case NLA_S16: in netlink_policy_dump_attr_size_estimate()
310 case NLA_S16: in __netlink_policy_dump_write_attr()
317 else if (pt->type == NLA_S16) in __netlink_policy_dump_write_attr()
/Linux-v5.15/lib/
Dnlattr.c29 [NLA_S16] = sizeof(s16),
42 [NLA_S16] = sizeof(s16),
231 case NLA_S16: in nla_get_range_signed()
278 case NLA_S16: in nla_validate_int_range_signed()
316 case NLA_S16: in nla_validate_int_range()
/Linux-v5.15/include/net/
Dnetlink.h179 NLA_S16, enumerator
370 (tp == NLA_S8 || tp == NLA_S16 || tp == NLA_S32 || tp == NLA_S64)
/Linux-v5.15/net/wireless/
Dnl80211.c505 [NL80211_ATTR_STA_TX_POWER] = { .type = NLA_S16 },