Home
last modified time | relevance | path

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

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

Completed in 27 milliseconds