Searched defs:tc_skb_ext (Results 1 – 3 of 3) sorted by relevance
323 struct tc_skb_ext { struct324 union {328 __u16 mru;329 __u16 zone;330 u8 post_ct:1;331 u8 post_ct_snat:1;332 u8 post_ct_dnat:1;333 u8 act_miss:1; /* Set if act_miss_cookie is used */334 u8 l2_miss:1; /* Set by bridge upon FDB or MDB miss */
766 struct tc_skb_ext *tc_skb_ext = skb_ext_add(skb, TC_SKB_EXT); in tc_skb_ext_alloc() local
5684 struct tc_skb_ext *tc_skb_ext; in mlx5e_tc_restore_skb_tc_meta() local