函数源码

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source File:kernel\bpf\btf.c Create Date:2022-07-27 14:34:18
首页 Copyright©Brick

364
365
366
367
static bool __btf_type_is_struct(const struct btf_type *t)
{
    return BTF_INFO_KIND(t->info) == BTF_KIND_STRUCT;
}