Searched refs:ieee802154_hdr (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/include/net/ |
D | ieee802154_netdev.h | 80 struct ieee802154_hdr { struct 93 int ieee802154_hdr_push(struct sk_buff *skb, struct ieee802154_hdr *hdr); argument 98 int ieee802154_hdr_pull(struct sk_buff *skb, struct ieee802154_hdr *hdr); 105 struct ieee802154_hdr *hdr); 111 int ieee802154_hdr_peek(const struct sk_buff *skb, struct ieee802154_hdr *hdr); 113 int ieee802154_max_payload(const struct ieee802154_hdr *hdr); 137 struct ieee802154_hdr hdr; in ieee802154_hdr_length()
|
/Linux-v4.19/net/ieee802154/ |
D | header_ops.c | 86 ieee802154_hdr_push(struct sk_buff *skb, struct ieee802154_hdr *hdr) in ieee802154_hdr_push() 211 static int ieee802154_hdr_minlen(const struct ieee802154_hdr *hdr) in ieee802154_hdr_minlen() 226 ieee802154_hdr_get_addrs(const u8 *buf, struct ieee802154_hdr *hdr) in ieee802154_hdr_get_addrs() 242 ieee802154_hdr_pull(struct sk_buff *skb, struct ieee802154_hdr *hdr) in ieee802154_hdr_pull() 272 ieee802154_hdr_peek_addrs(const struct sk_buff *skb, struct ieee802154_hdr *hdr) in ieee802154_hdr_peek_addrs() 292 ieee802154_hdr_peek(const struct sk_buff *skb, struct ieee802154_hdr *hdr) in ieee802154_hdr_peek() 315 int ieee802154_max_payload(const struct ieee802154_hdr *hdr) in ieee802154_max_payload()
|
/Linux-v4.19/net/ieee802154/6lowpan/ |
D | tx.c | 107 const struct ieee802154_hdr *master_hdr, bool frag1) in lowpan_alloc_frag() 142 lowpan_xmit_fragment(struct sk_buff *skb, const struct ieee802154_hdr *wpan_hdr, in lowpan_xmit_fragment() 164 const struct ieee802154_hdr *wpan_hdr, u16 dgram_size, in lowpan_xmit_fragmented() 257 struct ieee802154_hdr wpan_hdr; in lowpan_xmit()
|
D | rx.c | 93 struct ieee802154_hdr hdr; in lowpan_iphc_decompress()
|
D | reassembly.c | 370 struct ieee802154_hdr hdr = {}; in lowpan_frag_rcv()
|
/Linux-v4.19/net/mac802154/ |
D | rx.c | 42 struct sk_buff *skb, const struct ieee802154_hdr *hdr) in ieee802154_subif_frame() 140 ieee802154_parse_frame_start(struct sk_buff *skb, struct ieee802154_hdr *hdr) in ieee802154_parse_frame_start() 204 struct ieee802154_hdr hdr; in __ieee802154_rx_handle_packet()
|
D | llsec.c | 551 const struct ieee802154_hdr *hdr, in llsec_lookup_key() 620 const struct ieee802154_hdr *hdr, in llsec_do_encrypt_unauth() 657 const struct ieee802154_hdr *hdr, in llsec_do_encrypt_auth() 700 const struct ieee802154_hdr *hdr, in llsec_do_encrypt() 711 struct ieee802154_hdr hdr; in mac802154_llsec_encrypt() 836 const struct ieee802154_hdr *hdr, in llsec_do_decrypt_unauth() 863 const struct ieee802154_hdr *hdr, in llsec_do_decrypt_auth() 905 const struct ieee802154_hdr *hdr, in llsec_do_decrypt() 985 struct ieee802154_hdr hdr; in mac802154_llsec_decrypt()
|
D | iface.c | 339 struct ieee802154_hdr *hdr, in mac802154_set_header_security() 376 struct ieee802154_hdr hdr; in ieee802154_header_create() 442 struct ieee802154_hdr hdr; in mac802154_header_create() 490 struct ieee802154_hdr hdr; in mac802154_header_parse()
|
/Linux-v4.19/drivers/net/ieee802154/ |
D | ca8210.c | 1800 struct ieee802154_hdr hdr; in ca8210_skb_rx() 1946 struct ieee802154_hdr header = { }; in ca8210_skb_tx()
|