Home
last modified time | relevance | path

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

/include/net/
Dpkt_sched.h198 struct tc_skb_cb { struct
208 static inline struct tc_skb_cb *tc_skb_cb(const struct sk_buff *skb) in tc_skb_cb() argument
210 struct tc_skb_cb *cb = (struct tc_skb_cb *)skb->cb; in tc_skb_cb()