Home
last modified time | relevance | path

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

/linux/include/net/
H A Dsch_generic.h1134 struct tc_skb_cb { struct
1142 static inline struct tc_skb_cb *tc_skb_cb(const struct sk_buff *skb) in tc_skb_cb() function
1144 struct tc_skb_cb *cb = (struct tc_skb_cb *)skb->cb; in tc_skb_cb()
1154 return (enum skb_drop_reason)tc_skb_cb(skb)->drop_reason; in tcf_get_drop_reason()
1160 tc_skb_cb(skb)->drop_reason = (enum qdisc_drop_reason)reason; in tcf_set_drop_reason()
1167 return tc_skb_cb(skb)->drop_reason; in tcf_get_qdisc_drop_reason()
1173 tc_skb_cb(skb)->drop_reason = reason; in tcf_set_qdisc_drop_reason()
/linux/net/sched/
H A Dsch_frag.c150 u16 mru = tc_skb_cb(skb)->mru; in sch_frag_xmit_hook()
H A Dact_ct.c870 tc_skb_cb(skb)->mru = mru; in tcf_ct_handle_fragments()
1107 tc_skb_cb(skb)->zone = p->zone; in tcf_ct_act()
H A Dsch_generic.c44 u32 reason = tc_skb_cb(skb)->drop_reason; in __tcf_kfree_skb_list()
H A Dcls_api.c1866 struct tc_skb_cb *cb = tc_skb_cb(skb); in tcf_classify()
H A Dcls_flower.c326 u16 zone = tc_skb_cb(skb)->zone; in fl_classify()
/linux/drivers/net/
H A Damt.c85 BUILD_BUG_ON(sizeof(struct amt_skb_cb) + sizeof(struct tc_skb_cb) > in amt_skb_cb()
89 sizeof(struct tc_skb_cb)); in amt_skb_cb()
/linux/net/core/
H A Ddev.c4405 tc_skb_cb(skb)->mru = 0; in tc_run()