Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/
A Dpkt_cls.h765 static inline struct tc_skb_ext *tc_skb_ext_alloc(struct sk_buff *skb) in tc_skb_ext_alloc()
767 struct tc_skb_ext *tc_skb_ext = skb_ext_add(skb, TC_SKB_EXT); in tc_skb_ext_alloc() local
769 if (tc_skb_ext) in tc_skb_ext_alloc()
770 memset(tc_skb_ext, 0, sizeof(*tc_skb_ext)); in tc_skb_ext_alloc()
771 return tc_skb_ext; in tc_skb_ext_alloc()
/linux-6.3-rc2/net/core/
A Dgro.c401 struct tc_skb_ext *skb_ext; in gro_list_prepare()
402 struct tc_skb_ext *p_ext; in gro_list_prepare()
A Dskbuff.c4650 [TC_SKB_EXT] = SKB_EXT_CHUNKSIZEOF(struct tc_skb_ext),
/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
5660 tc_skb_ext = tc_skb_ext_alloc(skb); in mlx5e_tc_restore_skb_tc_meta()
5661 if (!tc_skb_ext) { in mlx5e_tc_restore_skb_tc_meta()
5667 tc_skb_ext->act_miss_cookie = act_miss_cookie; in mlx5e_tc_restore_skb_tc_meta()
5668 tc_skb_ext->act_miss = 1; in mlx5e_tc_restore_skb_tc_meta()
5670 tc_skb_ext->chain = chain; in mlx5e_tc_restore_skb_tc_meta()
/linux-6.3-rc2/net/openvswitch/
A Dflow.c1004 struct tc_skb_ext *tc_ext; in ovs_flow_key_extract()
/linux-6.3-rc2/include/linux/
A Dskbuff.h321 struct tc_skb_ext { struct
/linux-6.3-rc2/net/sched/
A Dcls_api.c1747 struct tc_skb_ext *ext; in tcf_classify()

Completed in 47 milliseconds