Searched refs:BPF_OK (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.15/tools/testing/selftests/bpf/progs/ |
| 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 …]
|
| D | test_check_mtu.c | 159 int retval = BPF_OK; /* Expected retval on successful test */ in tc_use_helper() 190 retval = BPF_OK; /* Success in exceeding MTU check */ in tc_exceed_mtu() 217 retval = BPF_OK; /* Success in exceeding MTU check */ in tc_exceed_mtu_da() 229 int retval = BPF_OK; /* Expected retval on successful test */ in tc_minus_delta() 251 int retval = BPF_OK; /* Expected retval on successful test */ in tc_input_len() 286 retval = BPF_OK; /* Success in exceeding MTU check */ in tc_input_len_exceed()
|
| D | test_lwt_seg6local.c | 393 return BPF_OK; in __pop_egr()
|
| /Linux-v5.15/samples/bpf/ |
| 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()
|
| D | lwt_len_hist_kern.c | 79 return BPF_OK; in do_len_hist()
|
| /Linux-v5.15/tools/testing/selftests/bpf/prog_tests/ |
| D | flow_dissector_load_bytes.c | 26 BPF_MOV64_IMM(BPF_REG_0, BPF_OK), in test_flow_dissector_load_bytes()
|
| D | check_mtu.c | 143 int retval_expect = BPF_OK; in test_check_mtu_run_tc()
|
| D | flow_dissector_reattach.c | 45 BPF_MOV64_IMM(BPF_REG_0, BPF_OK), in load_prog()
|
| /Linux-v5.15/net/core/ |
| D | lwt_bpf.c | 51 case BPF_OK: in run_lwt_bpf() 59 ret = BPF_OK; in run_lwt_bpf() 281 case BPF_OK: in bpf_xmit()
|
| D | flow_dissector.c | 892 return result == BPF_OK; in bpf_flow_dissect()
|
| /Linux-v5.15/Documentation/bpf/ |
| D | prog_flow_dissector.rst | 35 The return code of the BPF program is either BPF_OK to indicate successful
|
| /Linux-v5.15/include/uapi/linux/ |
| D | bpf.h | 5323 BPF_OK = 0, enumerator
|
| /Linux-v5.15/tools/include/uapi/linux/ |
| D | bpf.h | 5323 BPF_OK = 0, enumerator
|
| /Linux-v5.15/net/ipv6/ |
| D | seg6_local.c | 954 case BPF_OK: in input_action_end_bpf()
|