Searched refs:TC_ACT_OK (Results 26 - 42 of 42) sorted by relevance

12

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_sk_lookup_kern.c78 return sk ? TC_ACT_OK : TC_ACT_UNSPEC;
H A Dtest_tcp_custom_syncookie.c515 int ret = TC_ACT_OK;
576 return TC_ACT_OK;
579 return TC_ACT_OK;
583 return TC_ACT_OK;
H A Dbpf_tracing_net.h33 #define TC_ACT_OK 0 macro
H A Dtest_xdp_vlan.c262 return TC_ACT_OK;
H A Dtest_cls_redirect.c948 return TC_ACT_OK;
957 return TC_ACT_OK;
968 return TC_ACT_OK;
973 return TC_ACT_OK;
978 return TC_ACT_OK;
983 return TC_ACT_OK;
H A Dtest_cls_redirect_dynptr.c858 return TC_ACT_OK;
866 return TC_ACT_OK;
870 return TC_ACT_OK;
876 return TC_ACT_OK;
880 return TC_ACT_OK;
884 return TC_ACT_OK;
H A Dtest_l4lb.c244 return TC_ACT_OK;
267 return TC_ACT_OK;
H A Dtest_l4lb_noinline.c243 return TC_ACT_OK;
266 return TC_ACT_OK;
H A Dtest_l4lb_noinline_dynptr.c247 return TC_ACT_OK;
272 return TC_ACT_OK;
H A Dxdp_synproxy_kern.c12 #define TC_ACT_OK 0 macro
849 return ret == XDP_PASS ? TC_ACT_OK : TC_ACT_SHOT;
857 return TC_ACT_OK;
/linux-master/include/uapi/linux/
H A Dpkt_cls.h64 #define TC_ACT_OK 0 macro
152 #define TC_POLICE_OK TC_ACT_OK
/linux-master/net/sched/
H A Dact_bpf.c59 if (skb_sk_is_prefetched(skb) && filter_res != TC_ACT_OK)
75 case TC_ACT_OK:
H A Dact_police.c45 int ret = 0, tcfp_result = TC_ACT_OK, err, size;
413 if (tc_act == TC_ACT_OK)
H A Dact_api.c1080 int ret = TC_ACT_OK;
1083 return TC_ACT_OK;
1106 return TC_ACT_OK;
1112 return TC_ACT_OK;
1118 return TC_ACT_OK;
H A Dcls_bpf.c69 case TC_ACT_OK:
/linux-master/include/net/
H A Dpkt_cls.h339 * Executes all configured extensions. Returns TC_ACT_OK on a normal execution,
351 return TC_ACT_OK;
362 return TC_ACT_OK;
/linux-master/net/core/
H A Ddev.c3984 case TC_ACT_OK:

Completed in 502 milliseconds

12