Searched refs:tc_skb_cb (Results 1 – 6 of 6) sorted by relevance
217 struct tc_skb_cb { struct227 static inline struct tc_skb_cb *tc_skb_cb(const struct sk_buff *skb) in tc_skb_cb() function229 struct tc_skb_cb *cb = (struct tc_skb_cb *)skb->cb; in tc_skb_cb()
789 mru = tc_skb_cb(skb)->mru; in tcf_ct_handle_fragments()825 tc_skb_cb(skb)->mru = mru; in tcf_ct_handle_fragments()922 tc_skb_cb(skb)->post_ct_snat = 1; in ct_nat_execute()924 tc_skb_cb(skb)->post_ct_dnat = 1; in ct_nat_execute()1050 tc_skb_cb(skb)->post_ct = false; in tcf_ct_act()1139 tc_skb_cb(skb)->post_ct = true; in tcf_ct_act()1140 tc_skb_cb(skb)->zone = p->zone; in tcf_ct_act()
142 u16 mru = tc_skb_cb(skb)->mru; in sch_frag_xmit_hook()
1639 struct tc_skb_cb *cb = tc_skb_cb(skb); in tcf_classify()
312 bool post_ct = tc_skb_cb(skb)->post_ct; in fl_classify()313 u16 zone = tc_skb_cb(skb)->zone; in fl_classify()
3949 tc_skb_cb(skb)->mru = 0; in sch_handle_egress()3950 tc_skb_cb(skb)->post_ct = false; in sch_handle_egress()5126 tc_skb_cb(skb)->mru = 0; in sch_handle_ingress()5127 tc_skb_cb(skb)->post_ct = false; in sch_handle_ingress()