Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dtc_wrapper.h153 static inline int tc_classify(struct sk_buff *skb, const struct tcf_proto *tp, in tc_classify() function
220 static inline int tc_classify(struct sk_buff *skb, const struct tcf_proto *tp, in tc_classify() function
/linux-6.15/net/sched/
H A Dcls_api.c1764 err = tc_classify(skb, tp, res); in __tcf_classify()