Home
last modified time | relevance | path

Searched refs:tc_skb_ext (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/include/net/
Dpkt_cls.h763 static inline struct tc_skb_ext *tc_skb_ext_alloc(struct sk_buff *skb) in tc_skb_ext_alloc()
765 struct tc_skb_ext *tc_skb_ext = skb_ext_add(skb, TC_SKB_EXT); in tc_skb_ext_alloc() local
767 if (tc_skb_ext) in tc_skb_ext_alloc()
768 memset(tc_skb_ext, 0, sizeof(*tc_skb_ext)); in tc_skb_ext_alloc()
769 return tc_skb_ext; in tc_skb_ext_alloc()
/linux-6.12.1/net/core/
Dgro.c333 struct tc_skb_ext *skb_ext; in gro_list_prepare_tc_ext()
334 struct tc_skb_ext *p_ext; in gro_list_prepare_tc_ext()
Dflow_dissector.c291 struct tc_skb_ext *ext; in skb_flow_dissect_meta()
Dskbuff.c5054 [TC_SKB_EXT] = SKB_EXT_CHUNKSIZEOF(struct tc_skb_ext),
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c5684 struct tc_skb_ext *tc_skb_ext; in mlx5e_tc_restore_skb_tc_meta() local
5695 tc_skb_ext = tc_skb_ext_alloc(skb); in mlx5e_tc_restore_skb_tc_meta()
5696 if (!tc_skb_ext) { in mlx5e_tc_restore_skb_tc_meta()
5702 tc_skb_ext->act_miss_cookie = act_miss_cookie; in mlx5e_tc_restore_skb_tc_meta()
5703 tc_skb_ext->act_miss = 1; in mlx5e_tc_restore_skb_tc_meta()
5705 tc_skb_ext->chain = chain; in mlx5e_tc_restore_skb_tc_meta()
/linux-6.12.1/net/openvswitch/
Dflow.c1005 struct tc_skb_ext *tc_ext; in ovs_flow_key_extract()
/linux-6.12.1/net/bridge/
Dbr_private.h771 struct tc_skb_ext *ext; in br_tc_skb_miss_set()
/linux-6.12.1/include/linux/
Dskbuff.h322 struct tc_skb_ext { struct
/linux-6.12.1/net/sched/
Dcls_api.c1826 struct tc_skb_ext *ext; in tcf_classify()