Searched refs:raw_tp_null_args (Results 1 – 1 of 1) sorted by relevance
6596 static const struct bpf_raw_tp_null_args raw_tp_null_args[] = { variable6960 for (i = 0; i < ARRAY_SIZE(raw_tp_null_args); i++) { in btf_ctx_access()6962 if (strcmp(tname, raw_tp_null_args[i].func)) in btf_ctx_access()6964 if (raw_tp_null_args[i].mask & (0x1ULL << (arg * 4))) in btf_ctx_access()6967 if (raw_tp_null_args[i].mask & (0x2ULL << (arg * 4))) in btf_ctx_access()6975 if (i == ARRAY_SIZE(raw_tp_null_args) && btf_is_module(btf)) in btf_ctx_access()