Searched refs:tc_skb_ext (Results 1 – 8 of 8) sorted by relevance
713 static inline struct tc_skb_ext *tc_skb_ext_alloc(struct sk_buff *skb) in tc_skb_ext_alloc()715 struct tc_skb_ext *tc_skb_ext = skb_ext_add(skb, TC_SKB_EXT); in tc_skb_ext_alloc() local717 if (tc_skb_ext) in tc_skb_ext_alloc()718 memset(tc_skb_ext, 0, sizeof(*tc_skb_ext)); in tc_skb_ext_alloc()719 return tc_skb_ext; in tc_skb_ext_alloc()
613 struct tc_skb_ext *tc_skb_ext; in mlx5e_rep_tc_update_skb() local643 tc_skb_ext = tc_skb_ext_alloc(skb); in mlx5e_rep_tc_update_skb()644 if (!tc_skb_ext) { in mlx5e_rep_tc_update_skb()649 tc_skb_ext->chain = chain; in mlx5e_rep_tc_update_skb()
5536 struct tc_skb_ext *tc_skb_ext; in mlx5e_tc_update_skb() local5552 tc_skb_ext = tc_skb_ext_alloc(skb); in mlx5e_tc_update_skb()5553 if (WARN_ON(!tc_skb_ext)) in mlx5e_tc_update_skb()5556 tc_skb_ext->chain = chain; in mlx5e_tc_update_skb()
854 struct tc_skb_ext *tc_ext; in ovs_flow_key_extract()
285 struct tc_skb_ext { struct
1605 struct tc_skb_ext *ext; in tcf_classify_ingress()
5894 struct tc_skb_ext *skb_ext = skb_ext_find(skb, TC_SKB_EXT); in gro_list_prepare()5895 struct tc_skb_ext *p_ext = skb_ext_find(p, TC_SKB_EXT); in gro_list_prepare()
4260 [TC_SKB_EXT] = SKB_EXT_CHUNKSIZEOF(struct tc_skb_ext),