Searched refs:raw_tp_null_args (Results 1 – 1 of 1) sorted by relevance
6463 static const struct bpf_raw_tp_null_args raw_tp_null_args[] = { variable6828 for (i = 0; i < ARRAY_SIZE(raw_tp_null_args); i++) { in btf_ctx_access()6830 if (strcmp(tname, raw_tp_null_args[i].func)) in btf_ctx_access()6832 if (raw_tp_null_args[i].mask & (0x1 << (arg * 4))) in btf_ctx_access()6835 if (raw_tp_null_args[i].mask & (0x2 << (arg * 4))) in btf_ctx_access()6843 if (i == ARRAY_SIZE(raw_tp_null_args) && btf_is_module(btf)) in btf_ctx_access()