Searched refs:bpf_prog_ops (Results 1 – 7 of 7) sorted by relevance
231 struct bpf_prog_ops { struct286 const struct bpf_prog_ops *ops;420 extern const struct bpf_prog_ops _name ## _prog_ops; \428 extern const struct bpf_prog_ops bpf_offload_prog_ops;
620 const struct bpf_prog_ops kprobe_prog_ops = {724 const struct bpf_prog_ops tracepoint_prog_ops = {871 const struct bpf_prog_ops raw_tracepoint_prog_ops = {954 const struct bpf_prog_ops perf_event_prog_ops = {
14 const struct bpf_prog_ops lirc_mode2_prog_ops = {
6873 const struct bpf_prog_ops sk_filter_prog_ops = {6885 const struct bpf_prog_ops tc_cls_act_prog_ops = {6895 const struct bpf_prog_ops xdp_prog_ops = {6905 const struct bpf_prog_ops cg_skb_prog_ops = {6915 const struct bpf_prog_ops lwt_in_prog_ops = {6925 const struct bpf_prog_ops lwt_out_prog_ops = {6936 const struct bpf_prog_ops lwt_xmit_prog_ops = {6946 const struct bpf_prog_ops lwt_seg6local_prog_ops = {6956 const struct bpf_prog_ops cg_sock_prog_ops = {6965 const struct bpf_prog_ops cg_sock_addr_prog_ops = {[all …]
718 const struct bpf_prog_ops cg_dev_prog_ops = {
311 const struct bpf_prog_ops bpf_offload_prog_ops = {
961 static const struct bpf_prog_ops * const bpf_prog_types[] = {972 const struct bpf_prog_ops *ops; in find_prog_type()