Searched refs:nullable_ctx (Results 1 – 1 of 1) sorted by relevance
11 int BPF_PROG(handle_tp_btf_nullable_bare1, struct bpf_testmod_test_read_ctx *nullable_ctx) in BPF_PROG() argument13 return nullable_ctx->len; in BPF_PROG()17 int BPF_PROG(handle_tp_btf_nullable_bare2, struct bpf_testmod_test_read_ctx *nullable_ctx) in BPF_PROG() argument19 if (nullable_ctx) in BPF_PROG()20 return nullable_ctx->len; in BPF_PROG()
Completed in 3 milliseconds