Home
last modified time | relevance | path

Searched refs:TC_ACT_OK (Results 1 – 22 of 22) sorted by relevance

/tools/testing/selftests/bpf/progs/
Dtest_tc_tunnel.c115 return TC_ACT_OK; in __encap_ipv4()
132 return TC_ACT_OK; in __encap_ipv4()
139 return TC_ACT_OK; in __encap_ipv4()
143 return TC_ACT_OK; in __encap_ipv4()
146 return TC_ACT_OK; in __encap_ipv4()
190 return TC_ACT_OK; in __encap_ipv4()
246 return TC_ACT_OK; in __encap_ipv4()
269 return TC_ACT_OK; in __encap_ipv6()
274 return TC_ACT_OK; in __encap_ipv6()
277 return TC_ACT_OK; in __encap_ipv6()
[all …]
Dtest_btf_skc_cls_ingress.c81 return TC_ACT_OK; in handle_ip6_tcp()
85 return TC_ACT_OK; in handle_ip6_tcp()
91 return TC_ACT_OK; in handle_ip6_tcp()
98 return TC_ACT_OK; in handle_ip6_tcp()
118 return TC_ACT_OK; in handle_ip6_tcp()
137 return TC_ACT_OK; in handle_ip6_tcp()
145 return TC_ACT_OK; in handle_ip6_tcp()
159 return TC_ACT_OK; in cls_ingress()
162 return TC_ACT_OK; in cls_ingress()
166 return TC_ACT_OK; in cls_ingress()
[all …]
Dtest_tunnel_kern.c64 return TC_ACT_OK; in _gre_set_tunnel()
81 return TC_ACT_OK; in _gre_get_tunnel()
105 return TC_ACT_OK; in _ip6gretap_set_tunnel()
125 return TC_ACT_OK; in _ip6gretap_get_tunnel()
168 return TC_ACT_OK; in _erspan_set_tunnel()
209 return TC_ACT_OK; in _erspan_get_tunnel()
253 return TC_ACT_OK; in _ip4ip6erspan_set_tunnel()
295 return TC_ACT_OK; in _ip4ip6erspan_get_tunnel()
325 return TC_ACT_OK; in _vxlan_set_tunnel()
351 return TC_ACT_OK; in _vxlan_get_tunnel()
[all …]
Dtest_tc_edt.c47 return TC_ACT_OK; in throttle_flow()
62 return TC_ACT_OK; in throttle_flow()
76 return TC_ACT_OK; in handle_tcp()
99 return TC_ACT_OK; in handle_ipv4()
107 return TC_ACT_OK; in tc_prog()
Dtest_tc_neigh.c83 return !raw[0] && !raw[1] && !raw[2] ? TC_ACT_SHOT : TC_ACT_OK; in tc_chk()
102 return TC_ACT_OK; in tc_dst()
127 return TC_ACT_OK; in tc_src()
Dtest_tc_neigh_fib.c88 return !raw[0] && !raw[1] && !raw[2] ? TC_ACT_SHOT : TC_ACT_OK; in tc_chk()
107 return TC_ACT_OK; in tc_redir()
111 return TC_ACT_OK; in tc_redir()
Dtest_sk_assign.c121 return TC_ACT_OK; in handle_udp()
156 return TC_ACT_OK; in handle_tcp()
196 return ret == 0 ? TC_ACT_OK : TC_ACT_SHOT; in bpf_sk_assign_test()
Dfreplace_cls_redirect.c31 return ret == 0 ? TC_ACT_OK : TC_ACT_SHOT; in freplace_cls_redirect_test()
Dtest_skb_cgroup_id_kern.c42 return TC_ACT_OK; in log_cgroup_id()
Dtest_pkt_md_access.c42 return TC_ACT_OK; in test_pkt_md_access()
Dtest_queue_stack_map.h56 return TC_ACT_OK; in _test()
Dtest_xdp_meta.c28 return diff ? TC_ACT_SHOT : TC_ACT_OK; in ing_cls()
Dtest_cls_redirect.c945 return TC_ACT_OK; in cls_redirect()
954 return TC_ACT_OK; in cls_redirect()
965 return TC_ACT_OK; in cls_redirect()
970 return TC_ACT_OK; in cls_redirect()
975 return TC_ACT_OK; in cls_redirect()
980 return TC_ACT_OK; in cls_redirect()
Dtest_global_data.c103 return TC_ACT_OK; in load_static_data()
Dtest_pkt_access.c146 return TC_ACT_OK; in test_pkt_access()
Dtest_tcp_check_syncookie_kern.c156 return TC_ACT_OK; in check_syncookie_clsact()
Dtest_xdp_vlan.c275 return TC_ACT_OK; in _tc_progA()
Dtest_sk_lookup_kern.c79 return sk ? TC_ACT_OK : TC_ACT_UNSPEC; in bpf_sk_lookup_test0()
Dtest_l4lb_noinline.c243 return TC_ACT_OK; in parse_icmpv6()
266 return TC_ACT_OK; in parse_icmp()
Dtest_l4lb.c246 return TC_ACT_OK; in parse_icmpv6()
269 return TC_ACT_OK; in parse_icmp()
/tools/testing/selftests/tc-testing/
Daction.c14 return TC_ACT_OK; in action_ok()
20 return TC_ACT_OK; in action_ko()
/tools/include/uapi/linux/
Dpkt_cls.h33 #define TC_ACT_OK 0 macro
80 #define TC_POLICE_OK TC_ACT_OK