Home
last modified time | relevance | path

Searched defs:tc_skb_ext (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dskbuff.h321 struct tc_skb_ext { struct
322 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 */
/openbmc/linux/include/net/
H A Dpkt_cls.h754 struct tc_skb_ext *tc_skb_ext = skb_ext_add(skb, TC_SKB_EXT); in tc_skb_ext_alloc() local
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c5573 struct tc_skb_ext *tc_skb_ext; in mlx5e_tc_restore_skb_tc_meta() local