Home
last modified time | relevance | path

Searched refs:nla_put_le16 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/ieee802154/
H A Dnl802154.c703 if (nla_put_le16(msg, NL802154_DEV_ADDR_ATTR_PAN_ID, in ieee802154_llsec_send_key_id()
711 if (nla_put_le16(msg, NL802154_DEV_ADDR_ATTR_SHORT, in ieee802154_llsec_send_key_id()
819 nla_put_le16(msg, NL802154_ATTR_SHORT_ADDR, in nl802154_send_iface()
821 nla_put_le16(msg, NL802154_ATTR_PAN_ID, wpan_dev->pan_id)) in nl802154_send_iface()
2005 nla_put_le16(msg, NL802154_DEV_ATTR_PAN_ID, dev_desc->pan_id) || in nl802154_send_device()
2006 nla_put_le16(msg, NL802154_DEV_ATTR_SHORT_ADDR, in nl802154_send_device()
/openbmc/linux/include/net/
H A Dnetlink.h1340 static inline int nla_put_le16(struct sk_buff *skb, int attrtype, __le16 value) in nla_put_le16() function