Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dpkt_cls.h36 #define TC_ACT_PIPE 3 macro
83 #define TC_POLICE_PIPE TC_ACT_PIPE
/linux/include/net/tc_act/
H A Dtc_gact.h74 return __is_tcf_gact_act(a, TC_ACT_PIPE, false); in is_tcf_gact_pipe()
/linux/tools/net/ynl/samples/
H A Dtc-filter-add.c41 case TC_ACT_PIPE: in gact_act_name()
111 .action = TC_ACT_PIPE, in tc_filter_add()
/linux/include/uapi/linux/
H A Dpkt_cls.h67 #define TC_ACT_PIPE 3 macro
155 #define TC_POLICE_PIPE TC_ACT_PIPE
/linux/net/sched/
H A Dact_bpf.c71 case TC_ACT_PIPE: in tcf_bpf_act()
H A Dact_police.c415 else if (tc_act == TC_ACT_PIPE) in tcf_police_act_to_flow_act()
H A Dact_api.c1181 if (ret != TC_ACT_PIPE) in tcf_action_exec()