Home
last modified time | relevance | path

Searched refs:BPF_LINK_TYPE_STRUCT_OPS (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/linux/
H A Dbpf_types.h152 BPF_LINK_TYPE(BPF_LINK_TYPE_STRUCT_OPS, struct_ops)
/openbmc/linux/net/bpf/
H A Dbpf_dummy_struct_ops.c118 bpf_link_init(&link->link, BPF_LINK_TYPE_STRUCT_OPS, &bpf_struct_ops_link_lops, prog); in bpf_struct_ops_test_run()
/openbmc/linux/kernel/bpf/
H A Dbpf_struct_ops.c494 bpf_link_init(&link->link, BPF_LINK_TYPE_STRUCT_OPS, in bpf_struct_ops_map_update_elem()
889 bpf_link_init(&link->link, BPF_LINK_TYPE_STRUCT_OPS, &bpf_struct_ops_map_lops, NULL); in bpf_struct_ops_link_create()
/openbmc/linux/tools/bpf/bpftool/
H A Dlink.c455 case BPF_LINK_TYPE_STRUCT_OPS: in show_link_close_json()
514 if (info->type == BPF_LINK_TYPE_STRUCT_OPS) in show_link_header_plain()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h1058 BPF_LINK_TYPE_STRUCT_OPS = 9, enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h1058 BPF_LINK_TYPE_STRUCT_OPS = 9, enumerator
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.c137 [BPF_LINK_TYPE_STRUCT_OPS] = "struct_ops",