Searched refs:BPF_OK (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | test_lwt_bpf.c | 39 return BPF_OK; in do_nop() 52 return BPF_OK; in do_test_ctx() 63 return BPF_OK; in do_test_cb() 81 return BPF_OK; in do_test_data() 144 return BPF_OK; in rewrite() 165 return BPF_OK; in do_test_rewrite() 233 return BPF_OK; in do_fill_garbage()
|
| H A D | lwt_len_hist_kern.c | 79 return BPF_OK; in do_len_hist()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | bpf_flow.c | 166 return export_flow_keys(keys, BPF_OK); in parse_ip_proto() 170 return export_flow_keys(keys, BPF_OK); in parse_ip_proto() 176 return export_flow_keys(keys, BPF_OK); in parse_ip_proto() 186 return export_flow_keys(keys, BPF_OK); in parse_ip_proto() 198 return export_flow_keys(keys, BPF_OK); in parse_ip_proto() 225 return export_flow_keys(keys, BPF_OK); in parse_ip_proto() 234 return export_flow_keys(keys, BPF_OK); in parse_ip_proto() 305 return export_flow_keys(keys, BPF_OK); in PROG() 327 return export_flow_keys(keys, BPF_OK); in PROG() 370 return export_flow_keys(keys, BPF_OK); in PROG() [all …]
|
| H A D | test_lwt_seg6local.c | 393 return BPF_OK; in __pop_egr()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | flow_dissector_load_bytes.c | 26 BPF_MOV64_IMM(BPF_REG_0, BPF_OK), in test_flow_dissector_load_bytes()
|
| H A D | flow_dissector_reattach.c | 45 BPF_MOV64_IMM(BPF_REG_0, BPF_OK), in load_prog()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | lwt_bpf.c | 51 case BPF_OK: in run_lwt_bpf() 59 ret = BPF_OK; in run_lwt_bpf() 280 case BPF_OK: in bpf_xmit()
|
| H A D | flow_dissector.c | 882 return result == BPF_OK; in bpf_flow_dissect()
|
| /OK3568_Linux_fs/kernel/Documentation/bpf/ |
| H A D | prog_flow_dissector.rst | 35 The return code of the BPF program is either BPF_OK to indicate successful
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | bpf.h | 2513 BPF_OK = 0, enumerator
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | bpf.h | 2513 BPF_OK = 0, enumerator
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | seg6_local.c | 534 case BPF_OK: in input_action_end_bpf()
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | bpf.h | 4156 BPF_OK = 0, enumerator
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | bpf.h | 4156 BPF_OK = 0, enumerator
|