Lines Matching full:header
16 * @_name: const char * of common header compression name.
17 * @_nexthdr: ipv6 nexthdr field for the header compression.
20 * @_idlen: len for the next header id and mask, should be always the same.
57 * @name: name of the specific next header compression
58 * @nexthdr: next header value of the protocol which should be compressed.
62 * @len: the length of the next header id and mask.
63 * @setup: callback to setup fill the next header id value and mask.
64 * @compress: callback to do the header compression.
65 * @uncompress: callback to do the header uncompression.
93 * @skb: skb of 6LoWPAN header to read nhc and replace header.
95 * @hc_ptr: pointer for 6LoWPAN header which should increment at the end of
96 * replaced header.
104 * @skb: skb of 6LoWPAN header to read nhc and replace header.
106 * @hc_ptr: pointer for 6LoWPAN header which should increment at the end of
107 * replaced header.
116 * @skb: skb of 6LoWPAN header, skb->data should be pointed to nhc id value.
125 * lowpan_nhc_add - register a next header compression to framework
132 * lowpan_nhc_del - delete a next header compression from framework