Home
last modified time | relevance | path

Searched defs:prog (Results 251 – 275 of 364) sorted by relevance

1...<<1112131415

/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_trigger.c162 static void attach_bpf(struct bpf_program *prog) in attach_bpf() argument
/linux/net/unix/
H A Daf_unix.c3640 static int unix_prog_seq_show(struct bpf_prog *prog, struct bpf_iter_meta *meta, in unix_prog_seq_show()
3771 struct bpf_prog *prog; in bpf_iter_unix_seq_show() local
3800 struct bpf_prog *prog; in bpf_iter_unix_seq_stop() local
3928 const struct bpf_prog *prog) in bpf_iter_unix_get_func_proto()
/linux/net/ipv4/
H A Dtcp_ipv4.c3041 static int tcp_prog_seq_show(struct bpf_prog *prog, struct bpf_iter_meta *meta,
3364 struct bpf_prog *prog; local
3406 struct bpf_prog *prog; local
3760 const struct bpf_prog *prog)
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c1681 struct bpf_prog *prog; in mlx5e_skb_from_cqe_linear() local
1734 struct bpf_prog *prog; in mlx5e_skb_from_cqe_nonlinear() local
2007 struct bpf_prog *prog; in mlx5e_skb_from_cqe_mpwrq_nonlinear() local
2154 struct bpf_prog *prog; in mlx5e_skb_from_cqe_mpwrq_linear() local
/linux/kernel/bpf/
H A Dlocal_storage.c492 struct bpf_cgroup_storage *bpf_cgroup_storage_alloc(struct bpf_prog *prog, in bpf_cgroup_storage_alloc()
H A Dhelpers.c1089 struct bpf_prog *prog; member
1362 struct bpf_prog *prev, *prog = aux->prog; in __bpf_async_set_callback() local
1460 struct bpf_prog *prog = async->prog; in drop_prog_refcnt() local
1920 bpf_base_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in bpf_base_func_proto()
2990 struct bpf_prog *prog; in bpf_stack_walker() local
H A Dlog.c336 const struct bpf_prog *prog; in find_linfo() local
/linux/tools/perf/tests/
H A Ddlfilter-test.c210 static const char *prog = "int bar(){};int foo(){bar();};int main(){foo();return 0;}"; variable
/linux/net/ipv6/
H A Dip6_fib.c2761 static int ipv6_route_prog_seq_show(struct bpf_prog *prog, in ipv6_route_prog_seq_show()
2776 struct bpf_prog *prog; in ipv6_route_seq_show() local
2793 struct bpf_prog *prog; in ipv6_route_seq_stop() local
/linux/drivers/net/hyperv/
H A Dnetvsc_drv.c932 struct bpf_prog *prog; in netvsc_devinfo_get() local
1025 struct bpf_prog *prog; in netvsc_attach() local
2324 struct bpf_prog *prog; in netvsc_register_vf() local
/linux/tools/perf/
H A Dbuiltin-report.c711 struct ui_progress prog; in report__collapse_hists() local
771 struct ui_progress prog; in report__output_resort() local
/linux/drivers/hwmon/
H A Dthmc50.c89 int prog = i2c_smbus_read_byte_data(client, THMC50_REG_CONF); in thmc50_update_device() local
/linux/fs/lockd/
H A Dmon.c41 u32 prog; /* RPC callback info */ member
/linux/tools/perf/util/
H A Dbpf-filter.c450 struct bpf_program *prog; in perf_bpf_filter__prepare() local
/linux/tools/testing/selftests/bpf/
H A Dveristat.c1192 struct bpf_program *prog) in mask_unrelated_struct_ops_progs()
1220 static void fixup_obj(struct bpf_object *obj, struct bpf_program *prog, const char *filename) in fixup_obj()
1557 static int process_prog(const char *filename, struct bpf_object *obj, struct bpf_program *prog) in process_prog()
2132 struct bpf_program *prog, *tprog, *lprog; in process_obj() local
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.c1899 struct bpf_prog *prog) in enetc_clean_rx_ring_xdp()
2049 struct bpf_prog *prog; in enetc_poll() local
3160 struct bpf_prog *old_prog, *prog = ctx; in enetc_reconfigure_xdp_cb() local
3190 static int enetc_setup_xdp_prog(struct net_device *ndev, struct bpf_prog *prog, in enetc_setup_xdp_prog()
/linux/usr/
H A Dgen_init_cpio.c509 static void usage(const char *prog) in usage()
/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_rx.c587 int fun_rxq_set_bpf(struct funeth_rxq *q, struct bpf_prog *prog) in fun_rxq_set_bpf()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dctx_rewrite.c636 struct bpf_insn *prog; member
/linux/include/net/libeth/
H A Dxsk.h329 #define libeth_xsk_tx_init_bulk(bq, prog, dev, xdpsqs, num) \ argument
/linux/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_main.c528 static inline bool nicvf_xdp_rx(struct nicvf *nic, struct bpf_prog *prog, in nicvf_xdp_rx()
1826 static int nicvf_xdp_setup(struct nicvf *nic, struct bpf_prog *prog) in nicvf_xdp_setup()
/linux/kernel/events/
H A Dcore.c6370 struct bpf_prog *prog; in _perf_ioctl() local
9895 struct bpf_prog *prog; member
9933 static void perf_event_bpf_emit_ksymbols(struct bpf_prog *prog, in perf_event_bpf_emit_ksymbols()
9955 void perf_event_bpf_event(struct bpf_prog *prog, in perf_event_bpf_event()
10211 struct bpf_prog *prog; in bpf_overflow_handler() local
10231 struct bpf_prog *prog, in perf_event_set_bpf_handler()
10268 struct bpf_prog *prog = event->prog; in perf_event_free_bpf_handler() local
10285 struct bpf_prog *prog, in perf_event_set_bpf_handler()
11203 struct bpf_prog *prog, in __perf_event_set_bpf_prog()
11246 struct bpf_prog *prog, in perf_event_set_bpf_prog()
[all …]
/linux/tools/testing/selftests/powerpc/alignment/
H A Dalignment_handler.c605 void usage(char *prog) in usage()
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ring.c413 struct bpf_prog *prog; in aq_xdp_run_prog() local
/linux/lib/
H A Dtest_firmware.c123 const char *prog; member
1139 const u8 *p, const char *prog) in upload_err_inject_error()

1...<<1112131415