Home
last modified time | relevance | path

Searched refs:TC_ACT_UNSPEC (Results 1 – 12 of 12) sorted by relevance

/linux/tools/include/uapi/linux/
A Dpkt_cls.h32 #define TC_ACT_UNSPEC (-1) macro
79 #define TC_POLICE_UNSPEC TC_ACT_UNSPEC
/linux/net/sched/
A Dcls_bpf.c73 case TC_ACT_UNSPEC: in cls_bpf_exec_opcode()
76 return TC_ACT_UNSPEC; in cls_bpf_exec_opcode()
94 filter_res = prog->exts_integrated ? TC_ACT_UNSPEC : 0; in cls_bpf_classify()
112 if (ret == TC_ACT_UNSPEC) in cls_bpf_classify()
A Dact_bpf.c80 case TC_ACT_UNSPEC: in tcf_bpf_act()
84 action = TC_ACT_UNSPEC; in tcf_bpf_act()
A Dact_ipt.c236 return TC_ACT_UNSPEC; in tcf_ipt_act()
A Dact_api.c76 else if (opcode <= TC_ACT_EXT_OPCODE_MAX || action == TC_ACT_UNSPEC) in tcf_action_check_ctrlact()
A Dcls_api.c1565 return TC_ACT_UNSPEC; /* signal: continue lookup */ in __tcf_classify()
1619 if (ret == TC_ACT_UNSPEC && last_executed_chain) { in tcf_classify()
/linux/include/uapi/linux/
A Dpkt_cls.h60 #define TC_ACT_UNSPEC (-1) macro
148 #define TC_POLICE_UNSPEC TC_ACT_UNSPEC
/linux/tools/testing/selftests/bpf/progs/
A Dtest_pkt_access.c148 return TC_ACT_UNSPEC; in test_pkt_access()
A Dtest_sk_lookup_kern.c78 return sk ? TC_ACT_OK : TC_ACT_UNSPEC; in sk_lookup_success()
A Dtest_l4lb.c253 return TC_ACT_UNSPEC; in parse_icmpv6()
278 return TC_ACT_UNSPEC; in parse_icmp()
A Dtest_l4lb_noinline.c252 return TC_ACT_UNSPEC; in parse_icmpv6()
277 return TC_ACT_UNSPEC; in parse_icmp()
/linux/include/net/
A Dpkt_cls.h144 return TC_ACT_UNSPEC; in tcf_classify()

Completed in 35 milliseconds