Home
last modified time | relevance | path

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

/Linux-v4.19/net/mac802154/
Drx.c182 le32_to_cpu(hdr->sec.short_src) >> 16, in ieee802154_parse_frame_start()
183 le32_to_cpu(hdr->sec.short_src) & 0xffff, in ieee802154_parse_frame_start()
Diface.c362 hdr->sec.short_src = params.out_key.short_source; in mac802154_set_header_security()
Dllsec.c588 id->short_source == hdr->sec.short_src) || in llsec_lookup_key()
/Linux-v4.19/net/ieee802154/
Dheader_ops.c70 memcpy(buf + pos, &hdr->short_src, 4); in ieee802154_hdr_push_sechdr()
184 memcpy(&hdr->short_src, buf + pos, 4); in ieee802154_hdr_get_sechdr()
/Linux-v4.19/include/net/
Dieee802154_netdev.h48 __le32 short_src; member
/Linux-v4.19/drivers/net/ieee802154/
Dca8210.c1960 memcpy(secspec.key_source, &header.sec.short_src, 4); in ca8210_skb_tx()