Home
last modified time | relevance | path

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

/linux/include/net/
H A Dsch_generic.h1170 static inline void tcf_set_qdisc_drop_reason(const struct sk_buff *skb, in tcf_set_qdisc_drop_reason() function
1199 tcf_set_qdisc_drop_reason(skb, reason); in qdisc_dequeue_drop()
1382 tcf_set_qdisc_drop_reason(skb, reason); in qdisc_drop_reason()
/linux/net/core/
H A Ddev.c4192 tcf_set_qdisc_drop_reason(skb, QDISC_DROP_GENERIC); in __dev_xmit_skb()