Searched refs:tc_ext (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/openvswitch/
H A Dflow.c1004 struct tc_skb_ext *tc_ext; local
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
[all...]

Completed in 151 milliseconds