Home
last modified time | relevance | path

Searched refs:ctx_val (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dkfunc_call_test.c278 struct ctx_val {
286 __type(value, struct ctx_val);
300 struct ctx_val *ctx_val = bpf_map_lookup_elem(&ctx_map, &key);
305 if (ctx_val)
306 ctx = bpf_kptr_xchg(&ctx_val->ctx, ctx);
180 struct ctx_val { global() struct
188 ctxctx_val global() argument
202 struct ctx_val *ctx_val = bpf_map_lookup_elem(&ctx_map, &key); kfunc_call_ctx() local
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k_ipsec.h185 u64 ctx_val : 1; member