Searched refs:NLA_S8 (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/net/ieee802154/ |
D | nl_policy.c | 43 [IEEE802154_ATTR_TXPOWER] = { .type = NLA_S8, }, 51 [IEEE802154_ATTR_FRAME_RETRIES] = { .type = NLA_S8, },
|
D | nl802154.c | 207 [NL802154_ATTR_MAX_FRAME_RETRIES] = { .type = NLA_S8, },
|
/Linux-v5.4/lib/ |
D | nlattr.c | 28 [NLA_S8] = sizeof(s8), 41 [NLA_S8] = sizeof(s8), 121 case NLA_S8: in nla_validate_int_range()
|
/Linux-v5.4/include/net/ |
D | netlink.h | 178 NLA_S8, enumerator 342 (__NLA_ENSURE(tp == NLA_S8 || tp == NLA_U8 || \
|
/Linux-v5.4/net/wireless/ |
D | nl80211.c | 592 [NL80211_ATTR_SCHED_SCAN_RELATIVE_RSSI] = { .type = NLA_S8 },
|