Lines Matching refs:ext
1606 struct tc_skb_ext *ext;
1609 ext = skb_ext_find(skb, TC_SKB_EXT);
1611 if (ext && ext->chain) {
1614 fchain = tcf_chain_lookup_rcu(ingress_block, ext->chain);
1618 /* Consume, so cloned/redirect skbs won't inherit ext */
1630 ext = tc_skb_ext_alloc(skb);
1631 if (WARN_ON_ONCE(!ext))
1633 ext->chain = last_executed_chain;
1634 ext->mru = qdisc_skb_cb(skb)->mru;