Home
last modified time | relevance | path

Searched refs:short_src (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/ieee802154/
H A Dheader_ops.c62 memcpy(buf + pos, &hdr->short_src, 4); in ieee802154_hdr_push_sechdr()
223 memcpy(&hdr->short_src, buf + pos, 4); in ieee802154_hdr_get_sechdr()
/openbmc/linux/net/mac802154/
H A Drx.c290 le32_to_cpu(hdr->sec.short_src) >> 16, in ieee802154_parse_frame_start()
291 le32_to_cpu(hdr->sec.short_src) & 0xffff, in ieee802154_parse_frame_start()
H A Diface.c346 hdr->sec.short_src = params.out_key.short_source; in mac802154_set_header_security()
H A Dllsec.c588 id->short_source == hdr->sec.short_src) || in llsec_lookup_key()
/openbmc/linux/include/net/
H A Dieee802154_netdev.h96 __le32 short_src; member
/openbmc/linux/drivers/net/ieee802154/
H A Dca8210.c1921 memcpy(secspec.key_source, &header.sec.short_src, 4); in ca8210_skb_tx()