Home
last modified time | relevance | path

Searched defs:prog (Results 76 – 100 of 186) sorted by relevance

12345678

/Linux-v5.4/net/netfilter/
Dxt_bpf.c45 struct bpf_prog *prog; in __bpf_mt_check_fd() local
/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_socket_cookie.c134 struct bpf_program *prog; in run_test() local
Dtest_align.c612 struct bpf_insn *prog = test->insns; in do_test_single() local
Dtest_sock.c328 static int load_sock_prog(const struct bpf_insn *prog, in load_sock_prog()
Dtest_tag.c25 static struct bpf_insn prog[BPF_MAXINSNS]; variable
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dpriv.h26 void (*prog)(struct nvkm_fb *, int i, struct nvkm_fb_tile *); member
/Linux-v5.4/arch/x86/tools/
Dinsn_decoder_test.c28 const char *prog; variable
Dinsn_sanity.c34 static const char *prog; /* Program name */ variable
/Linux-v5.4/samples/seccomp/
Duser-trap.c96 struct sock_fprog prog = { in user_trap_syscall() local
Dbpf-direct.c145 struct sock_fprog prog = { in install_filter() local
/Linux-v5.4/tools/perf/util/
Dhist.c1587 int hists__collapse_resort(struct hists *hists, struct ui_progress *prog) in hists__collapse_resort()
1732 struct ui_progress *prog, in hists__hierarchy_output_resort()
1831 static void output_resort(struct hists *hists, struct ui_progress *prog, in output_resort()
1886 void perf_evsel__output_resort_cb(struct evsel *evsel, struct ui_progress *prog, in perf_evsel__output_resort_cb()
1901 void perf_evsel__output_resort(struct evsel *evsel, struct ui_progress *prog) in perf_evsel__output_resort()
1906 void hists__output_resort(struct hists *hists, struct ui_progress *prog) in hists__output_resort()
1911 void hists__output_resort_cb(struct hists *hists, struct ui_progress *prog, in hists__output_resort_cb()
/Linux-v5.4/drivers/parisc/
Dsuperio.c435 u8 prog; in superio_fixup_pci() local
/Linux-v5.4/tools/testing/selftests/bpf/prog_tests/
Dget_stack_raw_tp.c91 struct bpf_program *prog; in test_get_stack_raw_tp() local
Dsockopt_inherit.c143 struct bpf_program *prog; in prog_attach() local
/Linux-v5.4/tools/testing/selftests/net/
Dreuseport_bpf_numa.c79 const struct bpf_insn prog[] = { in attach_bpf() local
Dpsock_fanout.c135 struct bpf_insn prog[] = { in sock_fanout_set_ebpf() local
/Linux-v5.4/samples/bpf/
Dxdp_sample_pkts_user.c102 static void usage(const char *prog) in usage()
Dtest_cgrp2_sock.c74 struct bpf_insn *prog; in prog_load() local
Dcookie_uid_helper_example.c80 struct bpf_insn prog[] = { in prog_load() local
/Linux-v5.4/net/kcm/
Dkcmsock.c380 struct bpf_prog *prog = psock->bpf_prog; in kcm_parse_func_strparser() local
1372 struct bpf_prog *prog) in kcm_attach()
1478 struct bpf_prog *prog; in kcm_attach_ioctl() local
/Linux-v5.4/arch/sparc/net/
Dbpf_jit_comp_64.c190 struct bpf_prog *prog; member
802 struct bpf_prog *prog = ctx->prog; in build_prologue() local
1426 const struct bpf_prog *prog = ctx->prog; in build_body() local
1466 struct bpf_prog *bpf_int_jit_compile(struct bpf_prog *prog) in bpf_int_jit_compile()
/Linux-v5.4/kernel/bpf/
Dinode.c518 struct bpf_prog *prog; in __get_prog_inode() local
542 struct bpf_prog *prog; in bpf_prog_get_type_path() local
/Linux-v5.4/include/net/
Dxdp.h172 struct bpf_prog *prog; member
/Linux-v5.4/arch/arm/net/
Dbpf_jit_32.c189 const struct bpf_prog *prog; member
1809 const struct bpf_prog *prog = ctx->prog; in build_body() local
1848 void bpf_jit_compile(struct bpf_prog *prog) in bpf_jit_compile()
1858 struct bpf_prog *bpf_int_jit_compile(struct bpf_prog *prog) in bpf_int_jit_compile()
/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_xdp.c265 static int bnxt_xdp_set(struct bnxt *bp, struct bpf_prog *prog) in bnxt_xdp_set()

12345678