Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dpkt_sched.h278 struct tc_skb_cb { struct
288 static inline struct tc_skb_cb *tc_skb_cb(const struct sk_buff *skb) in tc_skb_cb() argument
290 struct tc_skb_cb *cb = (struct tc_skb_cb *)skb->cb; in tc_skb_cb()
/openbmc/linux/net/sched/
H A Dsch_frag.c142 u16 mru = tc_skb_cb(skb)->mru; in sch_frag_xmit_hook()
H A Dact_ct.c865 tc_skb_cb(skb)->mru = mru; in tcf_ct_handle_fragments()
945 tc_skb_cb(skb)->post_ct_snat = 1; in tcf_ct_act_nat()
947 tc_skb_cb(skb)->post_ct_dnat = 1; in tcf_ct_act_nat()
983 tc_skb_cb(skb)->post_ct = false; in tcf_ct_act()
1084 tc_skb_cb(skb)->post_ct = true; in tcf_ct_act()
1085 tc_skb_cb(skb)->zone = p->zone; in tcf_ct_act()
H A Dcls_api.c1794 struct tc_skb_cb *cb = tc_skb_cb(skb); in tcf_classify()
H A Dcls_flower.c318 bool post_ct = tc_skb_cb(skb)->post_ct; in fl_classify()
319 u16 zone = tc_skb_cb(skb)->zone; in fl_classify()
/openbmc/linux/drivers/net/
H A Damt.c83 BUILD_BUG_ON(sizeof(struct amt_skb_cb) + sizeof(struct tc_skb_cb) > in amt_skb_cb()
87 sizeof(struct tc_skb_cb)); in amt_skb_cb()
/openbmc/linux/net/core/
H A Ddev.c3955 tc_skb_cb(skb)->mru = 0; in tc_run()
3956 tc_skb_cb(skb)->post_ct = false; in tc_run()