Searched defs:BPF_PROG (Results 1 – 3 of 3) sorted by relevance
| /samples/bpf/ |
| D | xdp_sample.bpf.c | 96 int BPF_PROG(tp_xdp_redirect_err, const struct net_device *dev, in BPF_PROG() function 104 int BPF_PROG(tp_xdp_redirect_map_err, const struct net_device *dev, in BPF_PROG() function 112 int BPF_PROG(tp_xdp_redirect, const struct net_device *dev, in BPF_PROG() function 120 int BPF_PROG(tp_xdp_redirect_map, const struct net_device *dev, in BPF_PROG() function 128 int BPF_PROG(tp_xdp_cpumap_enqueue, int map_id, unsigned int processed, in BPF_PROG() function 156 int BPF_PROG(tp_xdp_cpumap_kthread, int map_id, unsigned int processed, in BPF_PROG() function 181 int BPF_PROG(tp_xdp_exception, const struct net_device *dev, in BPF_PROG() function 206 int BPF_PROG(tp_xdp_devmap_xmit, const struct net_device *from_dev, in BPF_PROG() function 237 int BPF_PROG(tp_xdp_devmap_xmit_multi, const struct net_device *from_dev, in BPF_PROG() function
|
| /samples/hid/ |
| D | hid_mouse.bpf.c | 71 int BPF_PROG(hid_event, struct hid_bpf_ctx *hctx, enum hid_report_type type) in BPF_PROG() function 83 int BPF_PROG(hid_rdesc_fixup, struct hid_bpf_ctx *hctx) in BPF_PROG() function
|
| D | hid_surface_dial.bpf.c | 14 int BPF_PROG(hid_event, struct hid_bpf_ctx *hctx) in BPF_PROG() function 105 int BPF_PROG(hid_rdesc_fixup, struct hid_bpf_ctx *hctx) in BPF_PROG() function
|