Searched refs:tc_skb_ext (Results 1 – 9 of 9) sorted by relevance
773 static inline struct tc_skb_ext *tc_skb_ext_alloc(struct sk_buff *skb) in tc_skb_ext_alloc()775 struct tc_skb_ext *tc_skb_ext = skb_ext_add(skb, TC_SKB_EXT); in tc_skb_ext_alloc() local777 if (tc_skb_ext) in tc_skb_ext_alloc()778 memset(tc_skb_ext, 0, sizeof(*tc_skb_ext)); in tc_skb_ext_alloc()779 return tc_skb_ext; in tc_skb_ext_alloc()
329 struct tc_skb_ext *skb_ext; in gro_list_prepare_tc_ext()330 struct tc_skb_ext *p_ext; in gro_list_prepare_tc_ext()
291 struct tc_skb_ext *ext; in skb_flow_dissect_meta()
5026 [TC_SKB_EXT] = SKB_EXT_CHUNKSIZEOF(struct tc_skb_ext),
5681 struct tc_skb_ext *tc_skb_ext; in mlx5e_tc_restore_skb_tc_meta() local5692 tc_skb_ext = tc_skb_ext_alloc(skb); in mlx5e_tc_restore_skb_tc_meta()5693 if (!tc_skb_ext) { in mlx5e_tc_restore_skb_tc_meta()5699 tc_skb_ext->act_miss_cookie = act_miss_cookie; in mlx5e_tc_restore_skb_tc_meta()5700 tc_skb_ext->act_miss = 1; in mlx5e_tc_restore_skb_tc_meta()5702 tc_skb_ext->chain = chain; in mlx5e_tc_restore_skb_tc_meta()
1005 struct tc_skb_ext *tc_ext; in ovs_flow_key_extract()
772 struct tc_skb_ext *ext; in br_tc_skb_miss_set()
323 struct tc_skb_ext { struct
1819 struct tc_skb_ext *ext; in tcf_classify()