Lines Matching defs:tc_ext
1004 struct tc_skb_ext *tc_ext;
1043 tc_ext = skb_ext_find(skb, TC_SKB_EXT);
1044 key->recirc_id = tc_ext && !tc_ext->act_miss ?
1045 tc_ext->chain : 0;
1046 OVS_CB(skb)->mru = tc_ext ? tc_ext->mru : 0;
1047 post_ct = tc_ext ? tc_ext->post_ct : false;
1048 post_ct_snat = post_ct ? tc_ext->post_ct_snat : false;
1049 post_ct_dnat = post_ct ? tc_ext->post_ct_dnat : false;
1050 zone = post_ct ? tc_ext->zone : 0;