Searched refs:last_executed_chain (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | cls_api.c | 1534 u32 *last_executed_chain) in __tcf_classify() 1555 *last_executed_chain = first_tp->chain->index; in __tcf_classify() 1559 *last_executed_chain = err & TC_ACT_EXT_VAL_MASK; in __tcf_classify() 1586 u32 last_executed_chain = 0; in tcf_classify() local 1589 &last_executed_chain); in tcf_classify() 1599 u32 last_executed_chain = 0; in tcf_classify_ingress() local 1602 &last_executed_chain); in tcf_classify_ingress() 1604 u32 last_executed_chain = tp ? tp->chain->index : 0; in tcf_classify_ingress() 1622 last_executed_chain = fchain->index; in tcf_classify_ingress() 1626 &last_executed_chain); in tcf_classify_ingress() 1529 __tcf_classify(struct sk_buff *skb, const struct tcf_proto *tp, const struct tcf_proto *orig_tp, struct tcf_result *res, bool compat_mode, u32 *last_executed_chain) __tcf_classify() argument [all...] |
/kernel/linux/linux-6.6/net/sched/ |
H A D | cls_api.c | 1665 u32 *last_executed_chain) in __tcf_classify() 1709 *last_executed_chain = first_tp->chain->index; in __tcf_classify() 1713 *last_executed_chain = err & TC_ACT_EXT_VAL_MASK; in __tcf_classify() 1746 u32 last_executed_chain = 0; in tcf_classify() local 1749 &last_executed_chain); in tcf_classify() 1751 u32 last_executed_chain = tp ? tp->chain->index : 0; in tcf_classify() 1784 last_executed_chain = fchain->index; in tcf_classify() 1789 &last_executed_chain); in tcf_classify() 1793 if (ret == TC_ACT_UNSPEC && last_executed_chain) { in tcf_classify() 1799 ext->chain = last_executed_chain; in tcf_classify() 1658 __tcf_classify(struct sk_buff *skb, const struct tcf_proto *tp, const struct tcf_proto *orig_tp, struct tcf_result *res, bool compat_mode, struct tcf_exts_miss_cookie_node *n, int act_index, u32 *last_executed_chain) __tcf_classify() argument [all...] |
Completed in 8 milliseconds