Home
last modified time | relevance | path

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

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