Lines Matching defs:hdr
99 /* pushes hdr onto the skb. fields of hdr->fc that can be calculated from
100 * the contents of hdr will be, and the actual value of those bits in
101 * hdr->fc will be ignored. this includes the INTRA_PAN bit and the frame
104 int ieee802154_hdr_push(struct sk_buff *skb, const struct ieee802154_hdr *hdr);
109 int ieee802154_hdr_pull(struct sk_buff *skb, struct ieee802154_hdr *hdr);
112 * and stores them into hdr, performing pan id decompression and length checks
116 struct ieee802154_hdr *hdr);
118 /* parses the full 802.15.4 header a given skb and stores them into hdr,
122 int ieee802154_hdr_peek(const struct sk_buff *skb, struct ieee802154_hdr *hdr);
124 int ieee802154_max_payload(const struct ieee802154_hdr *hdr);
148 struct ieee802154_hdr hdr;
149 int len = ieee802154_hdr_pull(skb, &hdr);