Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dtc_wrapper.h154 TC_INDIRECT_FILTER_DECLARE(route4_classify);
196 if (tp->classify == route4_classify) in tc_classify()
197 return route4_classify(skb, tp, res); in tc_classify()
/openbmc/linux/net/sched/
H A Dcls_route.c125 TC_INDIRECT_SCOPE int route4_classify(struct sk_buff *skb, in route4_classify() function
658 .classify = route4_classify,