Home
last modified time | relevance | path

Searched refs:ieee802154_hdr_pull (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/ieee802154/
H A Dheader_ops.c281 ieee802154_hdr_pull(struct sk_buff *skb, struct ieee802154_hdr *hdr) in ieee802154_hdr_pull() function
308 EXPORT_SYMBOL_GPL(ieee802154_hdr_pull);
/openbmc/linux/include/net/
H A Dieee802154_netdev.h176 int ieee802154_hdr_pull(struct sk_buff *skb, struct ieee802154_hdr *hdr);
224 int len = ieee802154_hdr_pull(skb, &hdr); in ieee802154_hdr_length()
/openbmc/linux/net/mac802154/
H A Drx.c255 hlen = ieee802154_hdr_pull(skb, hdr); in ieee802154_parse_frame_start()
H A Dllsec.c716 hlen = ieee802154_hdr_pull(skb, &hdr); in mac802154_llsec_encrypt()