BPF_LINK_TYPE_STRUCT_OPS
fentry_nodes->nodes[0]->link->type == BPF_LINK_TYPE_STRUCT_OPS;
BPF_LINK_TYPE(BPF_LINK_TYPE_STRUCT_OPS, struct_ops)
bpf_link_init(&link->link, BPF_LINK_TYPE_STRUCT_OPS, &bpf_struct_ops_map_lops, NULL,
bpf_tramp_link_init(link, BPF_LINK_TYPE_STRUCT_OPS,
bpf_tramp_link_init(link, BPF_LINK_TYPE_STRUCT_OPS, &bpf_struct_ops_link_lops,
case BPF_LINK_TYPE_STRUCT_OPS:
if (info->type == BPF_LINK_TYPE_STRUCT_OPS)
[BPF_LINK_TYPE_STRUCT_OPS] = "struct_ops",