Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A 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()
/openbmc/linux/net/core/
H A Dgro.c308 struct tc_skb_ext *skb_ext; in gro_list_prepare_tc_ext()
309 struct tc_skb_ext *p_ext; in gro_list_prepare_tc_ext()
H A Dflow_dissector.c291 struct tc_skb_ext *ext; in skb_flow_dissect_meta()
H A Dskbuff.c4801 [TC_SKB_EXT] = SKB_EXT_CHUNKSIZEOF(struct tc_skb_ext),
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c5573 struct tc_skb_ext *tc_skb_ext; in mlx5e_tc_restore_skb_tc_meta() local
5584 tc_skb_ext = tc_skb_ext_alloc(skb); in mlx5e_tc_restore_skb_tc_meta()
5585 if (!tc_skb_ext) { in mlx5e_tc_restore_skb_tc_meta()
5591 tc_skb_ext->act_miss_cookie = act_miss_cookie; in mlx5e_tc_restore_skb_tc_meta()
5592 tc_skb_ext->act_miss = 1; in mlx5e_tc_restore_skb_tc_meta()
5594 tc_skb_ext->chain = chain; in mlx5e_tc_restore_skb_tc_meta()
/openbmc/linux/net/openvswitch/
H A Dflow.c1005 struct tc_skb_ext *tc_ext; in ovs_flow_key_extract()
/openbmc/linux/net/bridge/
H A Dbr_private.h765 struct tc_skb_ext *ext; in br_tc_skb_miss_set()
/openbmc/linux/include/linux/
H A Dskbuff.h321 struct tc_skb_ext { struct
/openbmc/linux/net/sched/
H A Dcls_api.c1754 struct tc_skb_ext *ext; in tcf_classify()