Lines Matching refs:lowpan_iphc_ctx
189 static struct lowpan_iphc_ctx *
192 struct lowpan_iphc_ctx *ret = &lowpan_dev(dev)->ctx.table[id]; in lowpan_iphc_ctx_get_by_id()
200 static struct lowpan_iphc_ctx *
204 struct lowpan_iphc_ctx *table = lowpan_dev(dev)->ctx.table; in lowpan_iphc_ctx_get_by_addr()
205 struct lowpan_iphc_ctx *ret = NULL; in lowpan_iphc_ctx_get_by_addr()
244 static struct lowpan_iphc_ctx *
248 struct lowpan_iphc_ctx *table = lowpan_dev(dev)->ctx.table; in lowpan_iphc_ctx_get_by_mcast_addr()
249 struct lowpan_iphc_ctx *ret = NULL; in lowpan_iphc_ctx_get_by_mcast_addr()
365 const struct lowpan_iphc_ctx *ctx, in lowpan_iphc_uncompress_ctx_addr()
480 struct lowpan_iphc_ctx *ctx, in lowpan_uncompress_multicast_ctx_daddr()
616 struct lowpan_iphc_ctx *ci; in lowpan_header_decompress()
792 const struct lowpan_iphc_ctx *ctx, in lowpan_iphc_compress_ctx_802154_lladdr()
832 const struct lowpan_iphc_ctx *ctx, in lowpan_iphc_addr_equal()
848 const struct lowpan_iphc_ctx *ctx, in lowpan_compress_ctx_addr()
1086 const struct lowpan_iphc_ctx *ctx, in lowpan_iphc_mcast_ctx_addr_compress()
1137 struct lowpan_iphc_ctx *dci, *sci, dci_entry, sci_entry; in lowpan_header_compress()