Home
last modified time | relevance | path

Searched defs:prog (Results 51 – 75 of 384) sorted by relevance

12345678910>>...16

/openbmc/linux/net/core/
H A Dfilter.c561 static int bpf_convert_filter(struct sock_filter *prog, int len, in bpf_convert_filter()
1168 static void __bpf_prog_release(struct bpf_prog *prog) in __bpf_prog_release()
1457 static int __sk_attach_prog(struct bpf_prog *prog, struct sock *sk) in __sk_attach_prog()
1487 struct bpf_prog *prog; in __get_filter() local
1532 struct bpf_prog *prog = __get_filter(fprog, sk); in sk_attach_filter() local
1550 struct bpf_prog *prog = __get_filter(fprog, sk); in sk_reuseport_attach_filter() local
1577 struct bpf_prog *prog = __get_bpf(ufd, sk); in sk_attach_bpf() local
1594 struct bpf_prog *prog; in sk_reuseport_attach_bpf() local
1637 void sk_reuseport_prog_free(struct bpf_prog *prog) in sk_reuseport_prog_free()
7092 struct bpf_prog *prog, u32 *target_size) in bpf_tcp_sock_convert_ctx_access()
[all …]
H A Dlwt_bpf.c17 struct bpf_prog *prog; member
309 static void bpf_lwt_prog_destroy(struct bpf_lwt_prog *prog) in bpf_lwt_prog_destroy()
332 static int bpf_parse_prog(struct nlattr *attr, struct bpf_lwt_prog *prog, in bpf_parse_prog()
444 struct bpf_lwt_prog *prog) in bpf_fill_lwt_prog()
/openbmc/linux/drivers/net/ethernet/amazon/ena/
H A Dena_xdp.c229 struct bpf_prog *prog, in ena_xdp_exchange_program_rx_in_range()
251 struct bpf_prog *prog) in ena_xdp_exchange_program()
288 struct bpf_prog *prog = bpf->prog; in ena_xdp_set() local
/openbmc/linux/include/linux/
H A Dbpf.h986 struct bpf_prog *prog; member
1126 bool prog; member
1188 struct bpf_prog *prog; member
1356 static inline bool bpf_prog_has_trampoline(const struct bpf_prog *prog) in bpf_prog_has_trampoline()
1448 struct bpf_prog *prog; member
1540 struct bpf_prog *prog; member
1747 static inline int bpf_trampoline_link_cgroup_shim(struct bpf_prog *prog, in bpf_trampoline_link_cgroup_shim()
1752 static inline void bpf_trampoline_unlink_cgroup_shim(struct bpf_prog *prog) in bpf_trampoline_unlink_cgroup_shim()
1857 struct bpf_prog *prog; member
1955 const struct bpf_prog *prog; in bpf_prog_run_array() local
[all …]
H A Dbpf_mprog.h132 struct bpf_prog *prog; member
154 struct bpf_prog *prog; member
203 struct bpf_prog *prog) in bpf_mprog_exists()
H A Dfilter.h578 struct bpf_prog *prog; member
593 static __always_inline u32 __bpf_prog_run(const struct bpf_prog *prog, in __bpf_prog_run()
617 static __always_inline u32 bpf_prog_run(const struct bpf_prog *prog, const void *ctx) in bpf_prog_run()
630 static inline u32 bpf_prog_run_pin_on_cpu(const struct bpf_prog *prog, in bpf_prog_run_pin_on_cpu()
729 static inline u32 __bpf_prog_run_save_cb(const struct bpf_prog *prog, in __bpf_prog_run_save_cb()
750 static inline u32 bpf_prog_run_save_cb(const struct bpf_prog *prog, in bpf_prog_run_save_cb()
761 static inline u32 bpf_prog_run_clear_cb(const struct bpf_prog *prog, in bpf_prog_run_clear_cb()
782 static inline u32 bpf_prog_insn_size(const struct bpf_prog *prog) in bpf_prog_insn_size()
787 static inline u32 bpf_prog_tag_scratch_size(const struct bpf_prog *prog) in bpf_prog_tag_scratch_size()
799 static inline bool bpf_prog_was_classic(const struct bpf_prog *prog) in bpf_prog_was_classic()
[all …]
H A Dbpf-cgroup.h106 struct bpf_prog *prog; member
423 struct bpf_prog *prog) in cgroup_bpf_prog_attach()
435 struct bpf_prog *prog) in cgroup_bpf_link_attach()
447 cgroup_common_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in cgroup_common_func_proto()
453 cgroup_current_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in cgroup_current_func_proto()
461 struct bpf_prog *prog, enum bpf_cgroup_storage_type stype) { return NULL; } in bpf_cgroup_storage_alloc()
H A Dbpf_lirc.h13 struct bpf_prog *prog) in lirc_prog_attach()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_adjust_tail.c146 struct bpf_program *prog; in test_xdp_adjust_frags_tail_shrink() local
213 struct bpf_program *prog; in test_xdp_adjust_frags_tail_grow() local
H A Dflow_dissector_load_bytes.c8 struct bpf_insn prog[] = { in serial_test_flow_dissector_load_bytes() local
H A Dhelper_restricted.c21 struct bpf_program *prog = *test->skeleton->progs[j].prog; in test_helper_restricted() local
H A Dtest_skb_pkt_end.c7 static int sanity_run(struct bpf_program *prog) in sanity_run()
/openbmc/linux/samples/bpf/
H A Dsampleip_user.c36 static int sampling_start(int freq, struct bpf_program *prog, in sampling_start()
143 struct bpf_program *prog; in main() local
H A Dtest_overhead_tp.bpf.c12 int prog(struct trace_event_raw_task_rename *ctx) in prog() function
H A Dtest_overhead_raw_tp.bpf.c7 int prog(struct bpf_raw_tracepoint_args *ctx) in prog() function
H A Dtracex1_user.c10 struct bpf_program *prog; in main() local
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dmetadata_unused.c10 int prog(struct xdp_md *ctx) in prog() function
H A Dmetadata_used.c10 int prog(struct xdp_md *ctx) in prog() function
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_main.c134 struct bpf_prog *prog; in aq_ndev_change_mtu() local
224 struct bpf_prog *prog; in aq_ndev_fix_features() local
445 static int aq_xdp_setup(struct net_device *ndev, struct bpf_prog *prog, in aq_xdp_setup()
/openbmc/linux/tools/rcu/
H A Drcu-cbs.py20 def get_rdp0(prog): argument
/openbmc/linux/kernel/bpf/
H A Dmap_iter.c48 struct bpf_prog *prog; in DEFINE_BPF_ITER_FUNC() local
100 static int bpf_iter_attach_map(struct bpf_prog *prog, in bpf_iter_attach_map()
H A Dcgroup_iter.c126 struct bpf_prog *prog; in __cgroup_iter_seq_show() local
194 static int bpf_iter_attach_cgroup(struct bpf_prog *prog, in bpf_iter_attach_cgroup()
/openbmc/u-boot/tools/patman/
H A Dtest_util.py19 def RunTestCoverage(prog, filter_fname, exclude_list, build_dir, required=None): argument
/openbmc/linux/include/net/netfilter/
H A Dnf_bpf_link.h11 static inline int bpf_nf_link_attach(const union bpf_attr *attr, struct bpf_prog *prog) in bpf_nf_link_attach()
/openbmc/linux/samples/seccomp/
H A Ddropper.c41 struct sock_fprog prog = { in install_filter() local

12345678910>>...16