Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/
Dpkt_cls.h752 static inline struct tc_skb_ext *tc_skb_ext_alloc(struct sk_buff *skb) in tc_skb_ext_alloc()
754 struct tc_skb_ext *tc_skb_ext = skb_ext_add(skb, TC_SKB_EXT); in tc_skb_ext_alloc() local
756 if (tc_skb_ext) in tc_skb_ext_alloc()
757 memset(tc_skb_ext, 0, sizeof(*tc_skb_ext)); in tc_skb_ext_alloc()
758 return tc_skb_ext; in tc_skb_ext_alloc()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
Dtc.c770 struct tc_skb_ext *tc_skb_ext; in mlx5e_restore_skb_chain() local
774 tc_skb_ext = tc_skb_ext_alloc(skb); in mlx5e_restore_skb_chain()
775 if (!tc_skb_ext) { in mlx5e_restore_skb_chain()
779 tc_skb_ext->chain = chain; in mlx5e_restore_skb_chain()
/Linux-v6.1/net/core/
Dgro.c392 struct tc_skb_ext *skb_ext; in gro_list_prepare()
393 struct tc_skb_ext *p_ext; in gro_list_prepare()
Dskbuff.c4471 [TC_SKB_EXT] = SKB_EXT_CHUNKSIZEOF(struct tc_skb_ext),
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c5251 struct tc_skb_ext *tc_skb_ext; in mlx5e_tc_update_skb() local
5269 tc_skb_ext = tc_skb_ext_alloc(skb); in mlx5e_tc_update_skb()
5270 if (WARN_ON(!tc_skb_ext)) in mlx5e_tc_update_skb()
5273 tc_skb_ext->chain = chain; in mlx5e_tc_update_skb()
/Linux-v6.1/net/openvswitch/
Dflow.c1001 struct tc_skb_ext *tc_ext; in ovs_flow_key_extract()
/Linux-v6.1/include/linux/
Dskbuff.h318 struct tc_skb_ext { struct
/Linux-v6.1/net/sched/
Dcls_api.c1612 struct tc_skb_ext *ext; in tcf_classify()