Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/
Dpkt_cls.h709 static inline struct tc_skb_ext *tc_skb_ext_alloc(struct sk_buff *skb) in tc_skb_ext_alloc()
711 struct tc_skb_ext *tc_skb_ext = skb_ext_add(skb, TC_SKB_EXT); in tc_skb_ext_alloc() local
713 if (tc_skb_ext) in tc_skb_ext_alloc()
714 memset(tc_skb_ext, 0, sizeof(*tc_skb_ext)); in tc_skb_ext_alloc()
715 return tc_skb_ext; in tc_skb_ext_alloc()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
Dtc.c618 struct tc_skb_ext *tc_skb_ext; in mlx5e_restore_skb_chain() local
622 tc_skb_ext = tc_skb_ext_alloc(skb); in mlx5e_restore_skb_chain()
623 if (!tc_skb_ext) { in mlx5e_restore_skb_chain()
627 tc_skb_ext->chain = chain; in mlx5e_restore_skb_chain()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c5165 struct tc_skb_ext *tc_skb_ext; in mlx5e_tc_update_skb() local
5182 tc_skb_ext = tc_skb_ext_alloc(skb); in mlx5e_tc_update_skb()
5183 if (WARN_ON(!tc_skb_ext)) in mlx5e_tc_update_skb()
5186 tc_skb_ext->chain = chain; in mlx5e_tc_update_skb()
/Linux-v5.15/net/openvswitch/
Dflow.c859 struct tc_skb_ext *tc_ext; in ovs_flow_key_extract()
/Linux-v5.15/include/linux/
Dskbuff.h286 struct tc_skb_ext { struct
/Linux-v5.15/net/sched/
Dcls_api.c1594 struct tc_skb_ext *ext; in tcf_classify()
/Linux-v5.15/net/core/
Ddev.c5956 struct tc_skb_ext *skb_ext; in gro_list_prepare()
5957 struct tc_skb_ext *p_ext; in gro_list_prepare()
Dskbuff.c4439 [TC_SKB_EXT] = SKB_EXT_CHUNKSIZEOF(struct tc_skb_ext),