Searched refs:bpf_prog (Results 201 - 225 of 260) sorted by relevance

1234567891011

/linux-master/arch/powerpc/net/
H A Dbpf_jit_comp32.c263 EMIT(PPC_RAW_LWZ(_R3, _R3, offsetof(struct bpf_prog, bpf_func)));
282 int bpf_jit_build_body(struct bpf_prog *fp, u32 *image, u32 *fimage, struct codegen_context *ctx,
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_txrx.c561 struct bpf_prog *xdp_prog, struct ice_tx_ring *xdp_ring,
1156 struct bpf_prog *xdp_prog = NULL;
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_txrx.c30 struct bpf_prog *prog,
1401 struct bpf_prog *prog,
H A Dotx2_common.h471 struct bpf_prog *xdp_prog;
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_fp.c1082 struct bpf_prog *prog,
1247 struct bpf_prog *xdp_prog = READ_ONCE(rxq->xdp_prog);
H A Dqede_filter.c1023 struct bpf_prog *old;
1030 static int qede_xdp_set(struct qede_dev *edev, struct bpf_prog *prog)
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_txrx.c485 struct bpf_prog *xdp_prog,
631 struct bpf_prog *xdp_prog;
/linux-master/arch/mips/net/
H A Dbpf_jit_comp64.c517 off = offsetof(struct bpf_prog, bpf_func);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dxdp.c312 struct bpf_prog *prog, struct mlx5e_xdp_buff *mxbuf)
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c1677 struct bpf_prog *prog;
1730 struct bpf_prog *prog;
2006 struct bpf_prog *prog;
2145 struct bpf_prog *prog;
/linux-master/drivers/net/ethernet/sfc/
H A Dnet_driver.h1113 struct bpf_prog __rcu *xdp_prog;
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dnet_driver.h1081 struct bpf_prog __rcu *xdp_prog;
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ring.c413 struct bpf_prog *prog;
/linux-master/kernel/bpf/
H A Dbpf_struct_ops.c37 * that stores the func args before calling the bpf_prog.
45 * the bpf_prog's id is stored instead of the kernel
643 struct bpf_prog *prog;
H A Dlog.c336 const struct bpf_prog *prog;
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc.c1532 struct bpf_prog *prog)
1675 struct bpf_prog *prog;
2732 struct bpf_prog *old_prog, *prog = ctx;
2762 static int enetc_setup_xdp_prog(struct net_device *ndev, struct bpf_prog *prog,
/linux-master/net/ipv4/
H A Dtcp_ipv4.c2982 static int tcp_prog_seq_show(struct bpf_prog *prog, struct bpf_iter_meta *meta,
3177 struct bpf_prog *prog;
3219 struct bpf_prog *prog;
3560 const struct bpf_prog *prog)
/linux-master/drivers/net/ethernet/freescale/
H A Dfec_main.c469 struct bpf_prog *xdp_prog = READ_ONCE(fep->xdp_prog);
1593 fec_enet_run_xdp(struct fec_enet_private *fep, struct bpf_prog *prog,
1678 struct bpf_prog *xdp_prog = READ_ONCE(fep->xdp_prog);
3767 struct bpf_prog *old_prog;
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e.h862 struct bpf_prog *xdp_prog;
/linux-master/net/unix/
H A Daf_unix.c3410 static int unix_prog_seq_show(struct bpf_prog *prog, struct bpf_iter_meta *meta,
3541 struct bpf_prog *prog;
3570 struct bpf_prog *prog;
3697 const struct bpf_prog *prog)
/linux-master/tools/perf/util/
H A Dannotate.c1976 info_node = perf_env__find_bpf_prog_info(dso->bpf_prog.env,
1977 dso->bpf_prog.id);
1983 sub_id = dso->bpf_prog.sub_id;
1994 node = perf_env__find_btf(dso->bpf_prog.env,
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_main.c1077 static int fun_enter_xdp(struct net_device *dev, struct bpf_prog *prog)
1133 struct bpf_prog *old_prog, *prog = xdp->prog;
/linux-master/arch/parisc/net/
H A Dbpf_jit_comp32.c954 struct bpf_prog bpfp;
997 off = offsetof(struct bpf_prog, bpf_func);
/linux-master/net/ipv6/
H A Dseg6_local.c72 struct bpf_prog *prog;
1895 struct bpf_prog *p;
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_main.c1639 static int gve_set_xdp(struct gve_priv *priv, struct bpf_prog *prog,
1642 struct bpf_prog *old_prog;

Completed in 338 milliseconds

1234567891011