Home
last modified time | relevance | path

Searched refs:flow_classify (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/net/
H A Dtc_wrapper.h151 TC_INDIRECT_FILTER_DECLARE(flow_classify);
192 if (tp->classify == flow_classify) in tc_classify()
193 return flow_classify(skb, tp, res); in tc_classify()
/openbmc/linux/net/sched/
H A Dcls_flow.c296 TC_INDIRECT_SCOPE int flow_classify(struct sk_buff *skb, in flow_classify() function
695 .classify = flow_classify,