Searched refs:NLA_S8 (Results 1 – 6 of 6) sorted by relevance
/linux/net/ieee802154/ |
A D | nl_policy.c | 49 [IEEE802154_ATTR_TXPOWER] = { .type = NLA_S8, }, 57 [IEEE802154_ATTR_FRAME_RETRIES] = { .type = NLA_S8, },
|
A D | nl802154.c | 207 [NL802154_ATTR_MAX_FRAME_RETRIES] = { .type = NLA_S8, },
|
/linux/net/netlink/ |
A D | policy.c | 218 case NLA_S8: in netlink_policy_dump_attr_size_estimate() 309 case NLA_S8: in __netlink_policy_dump_write_attr() 315 if (pt->type == NLA_S8) in __netlink_policy_dump_write_attr()
|
/linux/lib/ |
A D | nlattr.c | 28 [NLA_S8] = sizeof(s8), 41 [NLA_S8] = sizeof(s8), 227 case NLA_S8: in nla_get_range_signed() 275 case NLA_S8: in nla_validate_int_range_signed() 315 case NLA_S8: in nla_validate_int_range()
|
/linux/include/net/ |
A D | netlink.h | 178 NLA_S8, enumerator 370 (tp == NLA_S8 || tp == NLA_S16 || tp == NLA_S32 || tp == NLA_S64)
|
/linux/net/wireless/ |
A D | nl80211.c | 711 [NL80211_ATTR_SCHED_SCAN_RELATIVE_RSSI] = { .type = NLA_S8 },
|
Completed in 35 milliseconds