Searched refs:tc_skb_cb (Results 1 – 7 of 7) sorted by relevance
1131 struct tc_skb_cb { struct1139 static inline struct tc_skb_cb *tc_skb_cb(const struct sk_buff *skb) in tc_skb_cb() argument1141 struct tc_skb_cb *cb = (struct tc_skb_cb *)skb->cb; in tc_skb_cb()1150 return tc_skb_cb(skb)->drop_reason; in tcf_get_drop_reason()1156 tc_skb_cb(skb)->drop_reason = reason; in tcf_set_drop_reason()
150 u16 mru = tc_skb_cb(skb)->mru; in sch_frag_xmit_hook()
866 tc_skb_cb(skb)->mru = mru; in tcf_ct_handle_fragments()1103 tc_skb_cb(skb)->zone = p->zone; in tcf_ct_act()
1866 struct tc_skb_cb *cb = tc_skb_cb(skb); in tcf_classify()
330 u16 zone = tc_skb_cb(skb)->zone; in fl_classify()
85 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()
4399 tc_skb_cb(skb)->mru = 0; in tc_run()