Searched refs:tcf_set_drop_reason (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/net/sched/ |
| H A D | cls_api.c | 1745 tcf_set_drop_reason(skb, in __tcf_classify() 1752 tcf_set_drop_reason(skb, in __tcf_classify() 1782 tcf_set_drop_reason(skb, in __tcf_classify() 1795 tcf_set_drop_reason(skb, in __tcf_classify() 1834 tcf_set_drop_reason(skb, in tcf_classify() 1846 tcf_set_drop_reason(skb, in tcf_classify() 1870 tcf_set_drop_reason(skb, SKB_DROP_REASON_NOMEM); in tcf_classify()
|
| H A D | sch_fq_codel.c | 171 tcf_set_drop_reason(skb, SKB_DROP_REASON_QDISC_OVERLIMIT); in fq_codel_drop()
|
| H A D | act_api.c | 1165 tcf_set_drop_reason(skb, in tcf_action_exec()
|
| /linux-6.15/include/net/ |
| H A D | sch_generic.h | 1086 static inline void tcf_set_drop_reason(const struct sk_buff *skb, in tcf_set_drop_reason() function 1266 tcf_set_drop_reason(skb, reason); in qdisc_drop_reason()
|
| /linux-6.15/net/core/ |
| H A D | dev.c | 4001 tcf_set_drop_reason(skb, SKB_DROP_REASON_QDISC_DROP); in __dev_xmit_skb() 4202 tcf_set_drop_reason(skb, *drop_reason); in tc_run()
|