Searched refs:BPF_PROG (Results 1 – 5 of 5) sorted by relevance
| /samples/bpf/ |
| A 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
|
| A D | lwt_len_hist.sh | 7 BPF_PROG=lwt_len_hist.bpf.o 33 ip route add 192.168.253.2/32 encap bpf out obj $BPF_PROG section len_hist dev $VETH0
|
| A D | test_lwt_bpf.sh | 23 BPF_PROG="test_lwt_bpf.o" 42 rm $BPF_PROG 2> /dev/null 82 OPTS="encap bpf headroom 14 $1 obj $BPF_PROG section $2 $VERBOSE" 381 clang $CLANG_OPTS -c $PROG_SRC -o $BPF_PROG
|
| /samples/hid/ |
| A 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
|
| A 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
|
Completed in 7 milliseconds