Searched defs:bpf (Results 1 - 25 of 42) sorted by relevance

12

/linux-master/samples/seccomp/
H A DMakefile
/linux-master/security/bpf/
H A Dhooks.c37 DEFINE_LSM(bpf) = { variable
/linux-master/drivers/net/hyperv/
H A Dnetvsc_bpf.c194 int netvsc_bpf(struct net_device *dev, struct netdev_bpf *bpf) argument
/linux-master/drivers/net/ethernet/microsoft/mana/
H A Dmana_bpf.c212 int mana_bpf(struct net_device *ndev, struct netdev_bpf *bpf) argument
/linux-master/drivers/net/ethernet/netronome/nfp/bpf/
H A Dcmsg.c18 nfp_bpf_cmsg_alloc(struct nfp_app_bpf *bpf, unsigned int size) argument
29 nfp_bpf_cmsg_map_req_size(struct nfp_app_bpf *bpf, unsigned int n) argument
40 nfp_bpf_cmsg_map_req_alloc(struct nfp_app_bpf *bpf, unsigned int n) argument
46 nfp_bpf_cmsg_map_reply_size(struct nfp_app_bpf *bpf, unsigne argument
57 nfp_bpf_ctrl_rc_to_errno(struct nfp_app_bpf *bpf, struct cmsg_reply_map_simple *reply) argument
82 nfp_bpf_ctrl_alloc_map(struct nfp_app_bpf *bpf, struct bpf_map *map) argument
120 nfp_bpf_ctrl_free_map(struct nfp_app_bpf *bpf, struct nfp_bpf_map *nfp_map) argument
152 nfp_bpf_ctrl_req_key(struct nfp_app_bpf *bpf, struct cmsg_req_map_op *req, unsigned int n) argument
159 nfp_bpf_ctrl_req_val(struct nfp_app_bpf *bpf, struct cmsg_req_map_op *req, unsigned int n) argument
166 nfp_bpf_ctrl_reply_key(struct nfp_app_bpf *bpf, struct cmsg_reply_map_op *reply, unsigned int n) argument
173 nfp_bpf_ctrl_reply_val(struct nfp_app_bpf *bpf, struct cmsg_reply_map_op *reply, unsigned int n) argument
203 struct nfp_app_bpf *bpf = nfp_map->bpf; local
297 struct nfp_app_bpf *bpf = nfp_map->bpf; local
417 nfp_bpf_ctrl_cmsg_min_mtu(struct nfp_app_bpf *bpf) argument
423 nfp_bpf_ctrl_cmsg_mtu(struct nfp_app_bpf *bpf) argument
430 nfp_bpf_ctrl_cmsg_cache_cnt(struct nfp_app_bpf *bpf) argument
444 struct nfp_app_bpf *bpf = app->priv; local
467 struct nfp_app_bpf *bpf = app->priv; local
[all...]
H A Dmain.c27 struct nfp_app_bpf *bpf = nn->app->priv; local
206 nfp_bpf_parse_cap_adjust_head(struct nfp_app_bpf *bpf, void __iomem *value, argument
238 nfp_bpf_parse_cap_func(struct nfp_app_bpf *bpf, void __iomem *value, u32 length) argument
266 nfp_bpf_parse_cap_maps(struct nfp_app_bpf *bpf, void __iomem *value, u32 length) argument
286 nfp_bpf_parse_cap_random(struct nfp_app_bpf *bpf, void __iomem *value, u32 length) argument
294 nfp_bpf_parse_cap_qsel(struct nfp_app_bpf *bpf, void __iomem *value, u32 length) argument
301 nfp_bpf_parse_cap_adjust_tail(struct nfp_app_bpf *bpf, void __iomem *value, u32 length) argument
309 nfp_bpf_parse_cap_cmsg_multi_ent(struct nfp_app_bpf *bpf, void __iomem *value, u32 length) argument
317 nfp_bpf_parse_cap_abi_version(struct nfp_app_bpf *bpf, void __iomem *value, u32 length) argument
418 nfp_bpf_init_capabilities(struct nfp_app_bpf *bpf) argument
425 struct nfp_app_bpf *bpf = app->priv; local
432 struct nfp_app_bpf *bpf = app->priv; local
439 struct nfp_app_bpf *bpf = app->priv; local
458 struct nfp_app_bpf *bpf; local
510 struct nfp_app_bpf *bpf = app->priv; local
[all...]
H A Dverifier.c48 nfp_record_adjust_head(struct nfp_app_bpf *bpf, struct nfp_prog *nfp_prog, argument
177 struct nfp_app_bpf *bpf = nfp_prog->bpf; local
[all...]
H A Doffload.c31 nfp_map_ptr_record(struct nfp_app_bpf *bpf, struct nfp_prog *nfp_prog, argument
78 nfp_map_ptrs_forget(struct nfp_app_bpf *bpf, struct nfp_prog *nfp_prog) argument
111 nfp_map_ptrs_record(struct nfp_app_bpf *bpf, struct nfp_prog *nfp_prog, argument
332 nfp_bpf_map_alloc(struct nfp_app_bpf *bpf, struct bpf_offloaded_map *offmap) argument
410 nfp_bpf_map_free(struct nfp_app_bpf *bpf, struct bpf_offloaded_map *offmap) argument
425 nfp_ndo_bpf(struct nfp_app *app, struct nfp_net *nn, struct netdev_bpf *bpf) argument
445 nfp_bpf_event_output(struct nfp_app_bpf *bpf, const void *data, unsigned int len) argument
[all...]
H A Dmain.h211 struct nfp_app_bpf *bpf; member in struct:nfp_bpf_map
514 struct nfp_app_bpf *bpf; member in struct:nfp_prog
[all...]
/linux-master/tools/perf/util/
H A Dtool.h62 bpf, member in struct:perf_tool
H A Devsel.h186 bool bpf; member in struct:perf_missing_features
/linux-master/drivers/net/vmxnet3/
H A Dvmxnet3_xdp.c37 vmxnet3_xdp_set(struct net_device *netdev, struct netdev_bpf *bpf, argument
102 vmxnet3_xdp(struct net_device *netdev, struct netdev_bpf *bpf) argument
/linux-master/drivers/net/ethernet/amazon/ena/
H A Dena_xdp.c288 static int ena_xdp_set(struct net_device *netdev, struct netdev_bpf *bpf) argument
356 int ena_xdp(struct net_device *netdev, struct netdev_bpf *bpf) argument
/linux-master/arch/um/drivers/
H A Dvector_kern.h131 struct sock_fprog *bpf; member in struct:vector_private
H A Dvector_user.c754 int uml_vector_attach_bpf(int fd, void *bpf) argument
765 int uml_vector_detach_bpf(int fd, void *bpf) argument
776 struct sock_filter *bpf; local
815 struct sock_filter *bpf; local
[all...]
/linux-master/net/core/
H A Dlwt_bpf.c118 struct bpf_lwt *bpf; local
141 struct bpf_lwt *bpf; local
270 struct bpf_lwt *bpf; local
319 struct bpf_lwt *bpf = bpf_lwt_lwtunnel(lwt); local
376 struct bpf_lwt *bpf; local
464 struct bpf_lwt *bpf = bpf_lwt_lwtunnel(lwt); local
[all...]
H A Dxdp.c535 xdp_attachment_setup(struct xdp_attachment_info *info, struct netdev_bpf *bpf) argument
/linux-master/drivers/net/netdevsim/
H A Dbpf.c180 static int nsim_xdp_offload_prog(struct netdevsim *ns, struct netdev_bpf *bpf) argument
193 nsim_xdp_set_prog(struct netdevsim *ns, struct netdev_bpf *bpf, argument
293 nsim_setup_prog_checks(struct netdevsim *ns, struct netdev_bpf *bpf) argument
307 nsim_setup_prog_hw_checks(struct netdevsim *ns, struct netdev_bpf *bpf) argument
547 nsim_bpf(struct net_device *dev, struct netdev_bpf *bpf) argument
[all...]
/linux-master/net/xdp/
H A Dxsk_buff_pool.c142 struct netdev_bpf bpf; local
167 struct netdev_bpf bpf; local
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_app.h134 int (*bpf)(struct nfp_app *app, struct nfp_net *nn, member in struct:nfp_app_type
329 nfp_app_bpf(struct nfp_app *app, struct nfp_net *nn, struct netdev_bpf *bpf) argument
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-risc.c671 int bpf = bpl * (btv->height >> 1); local
/linux-master/tools/perf/tests/
H A Dtests.h116 DECLARE_SUITE(bpf); variable
/linux-master/include/net/
H A Dnet_namespace.h160 struct netns_bpf bpf; member in struct:net
/linux-master/tools/bpf/
H A Dbpf_dbg.c501 struct sock_fprog bpf = { local
/linux-master/tools/lib/perf/include/perf/
H A Devent.h491 struct perf_record_bpf_event bpf; member in union:perf_event

Completed in 220 milliseconds

12