Searched refs:raw_tp_null_args (Results 1 – 1 of 1) sorted by relevance
6641 static const struct bpf_raw_tp_null_args raw_tp_null_args[] = { variable7009 for (i = 0; i < ARRAY_SIZE(raw_tp_null_args); i++) { in btf_ctx_access()7011 if (strcmp(tname, raw_tp_null_args[i].func)) in btf_ctx_access()7013 if (raw_tp_null_args[i].mask & (0x1ULL << (arg * 4))) in btf_ctx_access()7016 if (raw_tp_null_args[i].mask & (0x2ULL << (arg * 4))) in btf_ctx_access()7024 if (i == ARRAY_SIZE(raw_tp_null_args) && btf_is_module(btf)) in btf_ctx_access()