Searched refs:tc_skb_cb (Results 1 – 6 of 6) sorted by relevance
196 struct tc_skb_cb { struct204 static inline struct tc_skb_cb *tc_skb_cb(const struct sk_buff *skb) in tc_skb_cb() function206 struct tc_skb_cb *cb = (struct tc_skb_cb *)skb->cb; in tc_skb_cb()
141 u16 mru = tc_skb_cb(skb)->mru; in sch_frag_xmit_hook()
711 mru = tc_skb_cb(skb)->mru; in tcf_ct_handle_fragments()747 tc_skb_cb(skb)->mru = mru; in tcf_ct_handle_fragments()966 tc_skb_cb(skb)->post_ct = false; in tcf_ct_act()1051 tc_skb_cb(skb)->post_ct = true; in tcf_ct_act()1052 tc_skb_cb(skb)->zone = p->zone; in tcf_ct_act()
313 bool post_ct = tc_skb_cb(skb)->post_ct; in fl_classify()314 u16 zone = tc_skb_cb(skb)->zone; in fl_classify()
1620 struct tc_skb_cb *cb = tc_skb_cb(skb); in tcf_classify()
3944 tc_skb_cb(skb)->mru = 0; in sch_handle_egress()3945 tc_skb_cb(skb)->post_ct = false; in sch_handle_egress()5106 tc_skb_cb(skb)->mru = 0; in sch_handle_ingress()5107 tc_skb_cb(skb)->post_ct = false; in sch_handle_ingress()
Completed in 38 milliseconds