Home
last modified time | relevance | path

Searched refs:TC_ACT_PIPE (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/include/net/tc_act/
Dtc_gact.h74 return __is_tcf_gact_act(a, TC_ACT_PIPE, false); in is_tcf_gact_pipe()
/Linux-v6.6/tools/include/uapi/linux/
Dpkt_cls.h36 #define TC_ACT_PIPE 3 macro
83 #define TC_POLICE_PIPE TC_ACT_PIPE
/Linux-v6.6/include/uapi/linux/
Dpkt_cls.h67 #define TC_ACT_PIPE 3 macro
155 #define TC_POLICE_PIPE TC_ACT_PIPE
/Linux-v6.6/net/sched/
Dact_bpf.c73 case TC_ACT_PIPE: in tcf_bpf_act()
Dact_ipt.c313 result = TC_ACT_PIPE; in tcf_ipt_act()
Dact_police.c417 else if (tc_act == TC_ACT_PIPE) in tcf_police_act_to_flow_act()
Dact_api.c1107 if (ret != TC_ACT_PIPE) in tcf_action_exec()