Searched refs:nla_put_s8 (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/net/ieee802154/ |
D | nl802154.c | 304 if (nla_put_s8(msg, NL802154_ATTR_TX_POWER, in nl802154_send_wpan_phy() 481 if (nla_put_s8(msg, NL802154_ATTR_MAX_FRAME_RETRIES, in nl802154_send_iface()
|
D | nl-mac.c | 119 if (nla_put_s8(msg, IEEE802154_ATTR_TXPOWER, in ieee802154_nl_fill_iface() 132 nla_put_s8(msg, IEEE802154_ATTR_FRAME_RETRIES, in ieee802154_nl_fill_iface()
|
/linux-4.1.27/include/net/ |
D | netlink.h | 889 static inline int nla_put_s8(struct sk_buff *skb, int attrtype, s8 value) in nla_put_s8() function
|