Searched refs:nla_put_s8 (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/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
|
/linux-4.4.14/net/ieee802154/ |
D | nl-mac.c | 121 if (nla_put_s8(msg, IEEE802154_ATTR_TXPOWER, in ieee802154_nl_fill_iface() 134 nla_put_s8(msg, IEEE802154_ATTR_FRAME_RETRIES, in ieee802154_nl_fill_iface()
|
D | nl802154.c | 438 nla_put_s8(msg, NL802154_CAP_ATTR_MIN_FRAME_RETRIES, in nl802154_put_capabilities() 440 nla_put_s8(msg, NL802154_CAP_ATTR_MAX_FRAME_RETRIES, in nl802154_put_capabilities() 829 if (nla_put_s8(msg, NL802154_ATTR_MAX_FRAME_RETRIES, in nl802154_send_iface()
|