Searched refs:nla_put_le16 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/ieee802154/ |
H A D | nl802154.c | 684 if (nla_put_le16(msg, NL802154_DEV_ADDR_ATTR_PAN_ID, in ieee802154_llsec_send_key_id() 692 if (nla_put_le16(msg, NL802154_DEV_ADDR_ATTR_SHORT, in ieee802154_llsec_send_key_id() 800 nla_put_le16(msg, NL802154_ATTR_SHORT_ADDR, in nl802154_send_iface() 802 nla_put_le16(msg, NL802154_ATTR_PAN_ID, wpan_dev->pan_id)) in nl802154_send_iface() 1648 nla_put_le16(msg, NL802154_DEV_ATTR_PAN_ID, dev_desc->pan_id) || in nl802154_send_device() 1649 nla_put_le16(msg, NL802154_DEV_ATTR_SHORT_ADDR, in nl802154_send_device()
|
/kernel/linux/linux-6.6/net/ieee802154/ |
H A D | nl802154.c | 703 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()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | netlink.h | 1289 * nla_put_le16 - Add a __le16 netlink attribute to a socket buffer 1294 static inline int nla_put_le16(struct sk_buff *skb, int attrtype, __le16 value) in nla_put_le16() function
|
/kernel/linux/linux-6.6/include/net/ |
H A D | netlink.h | 1335 * nla_put_le16 - Add a __le16 netlink attribute to a socket buffer 1340 static inline int nla_put_le16(struct sk_buff *skb, int attrtype, __le16 value) in nla_put_le16() function
|
Completed in 12 milliseconds