/kernel/linux/linux-6.6/drivers/net/netdevsim/ |
H A D | bpf.c | 180 static int nsim_xdp_offload_prog(struct netdevsim *ns, struct netdev_bpf *bpf) in nsim_xdp_offload_prog() argument 193 nsim_xdp_set_prog(struct netdevsim *ns, struct netdev_bpf *bpf, in nsim_xdp_set_prog() argument 293 nsim_setup_prog_checks(struct netdevsim *ns, struct netdev_bpf *bpf) nsim_setup_prog_checks() argument 307 nsim_setup_prog_hw_checks(struct netdevsim *ns, struct netdev_bpf *bpf) nsim_setup_prog_hw_checks() argument 547 nsim_bpf(struct net_device *dev, struct netdev_bpf *bpf) nsim_bpf() argument [all...] |
/kernel/linux/linux-6.6/net/xdp/ |
H A D | xsk_buff_pool.c | 128 struct netdev_bpf bpf; in xp_disable_drv_zc() local 153 struct netdev_bpf bpf; in xp_assign_dev() local [all...] |
/kernel/linux/linux-6.6/net/core/ |
H A D | lwt_bpf.c | 118 struct bpf_lwt *bpf; in bpf_input() local 141 struct bpf_lwt *bpf; in bpf_output() local 270 struct bpf_lwt *bpf; bpf_xmit() local 319 struct bpf_lwt *bpf = bpf_lwt_lwtunnel(lwt); bpf_destroy_state() local 376 struct bpf_lwt *bpf; bpf_build_state() local 464 struct bpf_lwt *bpf = bpf_lwt_lwtunnel(lwt); bpf_fill_encap_info() local [all...] |
H A D | xdp.c | 534 xdp_attachment_setup(struct xdp_attachment_info *info, struct netdev_bpf *bpf) xdp_attachment_setup() argument
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | vector_user.c | 753 int uml_vector_attach_bpf(int fd, void *bpf) in uml_vector_attach_bpf() argument 764 int uml_vector_detach_bpf(int fd, void *bpf) in uml_vector_detach_bpf() argument 775 struct sock_filter *bpf; in uml_vector_default_bpf() local 814 struct sock_filter *bpf; uml_vector_user_bpf() local [all...] |
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | vector_user.c | 754 int uml_vector_attach_bpf(int fd, void *bpf) in uml_vector_attach_bpf() argument 765 int uml_vector_detach_bpf(int fd, void *bpf) in uml_vector_detach_bpf() argument 776 struct sock_filter *bpf; in uml_vector_default_bpf() local 815 struct sock_filter *bpf; uml_vector_user_bpf() local [all...] |
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
H A D | bttv-risc.c | 709 int bpf = bpl * (buf->vb.height >> 1); in bttv_buffer_risc() local
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_app.h | 135 int (*bpf)(struct nfp_app *app, struct nfp_net *nn, member 320 nfp_app_bpf(struct nfp_app *app, struct nfp_net *nn, struct netdev_bpf *bpf) nfp_app_bpf() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_app.h | 134 int (*bpf)(struct nfp_app *app, struct nfp_net *nn, member 329 nfp_app_bpf(struct nfp_app *app, struct nfp_net *nn, struct netdev_bpf *bpf) nfp_app_bpf() argument
|
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/ |
H A D | bttv-risc.c | 671 int bpf = bpl * (btv->height >> 1); in bttv_buffer_risc() local
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | tests.h | 116 DECLARE_SUITE(bpf); variable
|
/kernel/linux/linux-5.10/drivers/net/netdevsim/ |
H A D | netdevsim.h | 135 static inline int nsim_bpf(struct net_device *dev, struct netdev_bpf *bpf) in nsim_bpf() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
H A D | cpsw_priv.c | 1261 static int cpsw_xdp_prog_setup(struct cpsw_priv *priv, struct netdev_bpf *bpf) in cpsw_xdp_prog_setup() argument 1275 int cpsw_ndo_bpf(struct net_device *ndev, struct netdev_bpf *bpf) in cpsw_ndo_bpf() argument
|
/kernel/linux/linux-5.10/include/net/ |
H A D | net_namespace.h | 173 struct netns_bpf bpf; member
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | evsel.h | 143 bool bpf; member
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | seg6_local.c | 56 struct bpf_lwt_prog bpf; member [all...] |
/kernel/linux/linux-6.6/include/net/ |
H A D | net_namespace.h | 162 struct netns_bpf bpf; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | gro.c | 136 struct sock_fprog bpf = { in setup_sock_filter() local
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | evsel.h | 186 bool bpf; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | main.h | 211 struct nfp_app_bpf *bpf; member 514 struct nfp_app_bpf *bpf; global() member [all...] |
/kernel/linux/linux-5.10/tools/lib/perf/include/perf/ |
H A D | event.h | 393 struct perf_record_bpf_event bpf; member
|
/kernel/linux/linux-5.10/tools/bpf/ |
H A D | bpf_dbg.c | 501 struct sock_fprog bpf = { in bpf_runnable() local
|
/kernel/linux/linux-5.10/kernel/ |
H A D | sys_ni.c | 335 COND_SYSCALL(bpf); variable
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | cgroup-defs.h | 478 struct cgroup_bpf bpf; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/engleder/ |
H A D | tsnep_main.c | 2224 static int tsnep_netdev_bpf(struct net_device *dev, struct netdev_bpf *bpf) in tsnep_netdev_bpf() argument
|