/openbmc/linux/net/core/ |
H A D | filter.c | 561 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 D | lwt_bpf.c | 17 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 D | ena_xdp.c | 229 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 D | bpf.h | 986 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 D | bpf_mprog.h | 132 struct bpf_prog *prog; member 154 struct bpf_prog *prog; member 203 struct bpf_prog *prog) in bpf_mprog_exists()
|
H A D | filter.h | 578 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 D | bpf-cgroup.h | 106 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 D | bpf_lirc.h | 13 struct bpf_prog *prog) in lirc_prog_attach()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | xdp_adjust_tail.c | 146 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 D | flow_dissector_load_bytes.c | 8 struct bpf_insn prog[] = { in serial_test_flow_dissector_load_bytes() local
|
H A D | helper_restricted.c | 21 struct bpf_program *prog = *test->skeleton->progs[j].prog; in test_helper_restricted() local
|
H A D | test_skb_pkt_end.c | 7 static int sanity_run(struct bpf_program *prog) in sanity_run()
|
/openbmc/linux/samples/bpf/ |
H A D | sampleip_user.c | 36 static int sampling_start(int freq, struct bpf_program *prog, in sampling_start() 143 struct bpf_program *prog; in main() local
|
H A D | test_overhead_tp.bpf.c | 12 int prog(struct trace_event_raw_task_rename *ctx) in prog() function
|
H A D | test_overhead_raw_tp.bpf.c | 7 int prog(struct bpf_raw_tracepoint_args *ctx) in prog() function
|
H A D | tracex1_user.c | 10 struct bpf_program *prog; in main() local
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | metadata_unused.c | 10 int prog(struct xdp_md *ctx) in prog() function
|
H A D | metadata_used.c | 10 int prog(struct xdp_md *ctx) in prog() function
|
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_main.c | 134 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 D | rcu-cbs.py | 20 def get_rdp0(prog): argument
|
/openbmc/linux/kernel/bpf/ |
H A D | map_iter.c | 48 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 D | cgroup_iter.c | 126 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 D | test_util.py | 19 def RunTestCoverage(prog, filter_fname, exclude_list, build_dir, required=None): argument
|
/openbmc/linux/include/net/netfilter/ |
H A D | nf_bpf_link.h | 11 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 D | dropper.c | 41 struct sock_fprog prog = { in install_filter() local
|