Home
last modified time | relevance | path

Searched refs:lowpan_iphc_ctx (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/net/6lowpan/
Ddebugfs.c19 struct lowpan_iphc_ctx *ctx = data; in lowpan_ctx_flag_active_set()
44 struct lowpan_iphc_ctx *ctx = data; in lowpan_ctx_flag_c_set()
68 struct lowpan_iphc_ctx *ctx = data; in lowpan_ctx_plen_set()
84 struct lowpan_iphc_ctx *ctx = data; in lowpan_ctx_plen_get()
99 struct lowpan_iphc_ctx *ctx = file->private; in lowpan_ctx_pfx_show()
129 struct lowpan_iphc_ctx *ctx = file->private; in lowpan_ctx_pfx_write()
Diphc.c189 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()
[all …]
/linux-6.1.9/include/net/
D6lowpan.h111 struct lowpan_iphc_ctx { struct
121 struct lowpan_iphc_ctx table[LOWPAN_IPHC_CTX_TABLE_SIZE]; argument
124 static inline bool lowpan_iphc_ctx_is_active(const struct lowpan_iphc_ctx *ctx) in lowpan_iphc_ctx_is_active()
130 lowpan_iphc_ctx_is_compression(const struct lowpan_iphc_ctx *ctx) in lowpan_iphc_ctx_is_compression()