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