Home
last modified time | relevance | path

Searched refs:IEEE802154_FC_TYPE_DATA (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/linux/
H A Dieee802154.h62 #define IEEE802154_FC_TYPE_DATA 0x1 /* Frame is data */ macro
/openbmc/linux/net/ieee802154/6lowpan/
H A Dtx.c238 cb->type = IEEE802154_FC_TYPE_DATA; in lowpan_header()
/openbmc/linux/net/mac802154/
H A Drx.c215 case IEEE802154_FC_TYPE_DATA: in ieee802154_subif_frame()
H A Diface.c436 hdr.fc.type = IEEE802154_FC_TYPE_DATA; in mac802154_header_create()
H A Dllsec.c720 (hdr.fc.type != IEEE802154_FC_TYPE_DATA && in mac802154_llsec_encrypt()
/openbmc/linux/drivers/net/ieee802154/
H A Dmac802154_hwsim.c172 case IEEE802154_FC_TYPE_DATA: in hwsim_hw_receive()
226 if ((mac_cb(skb)->type == IEEE802154_FC_TYPE_DATA || in hwsim_hw_receive()
/openbmc/linux/net/ieee802154/
H A Dsocket.c670 cb->type = IEEE802154_FC_TYPE_DATA; in dgram_sendmsg()