Searched refs:tc_skb_ext (Results 1 – 8 of 8) sorted by relevance
709 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() local713 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()
652 struct tc_skb_ext *tc_skb_ext; in mlx5e_restore_skb_chain() local656 tc_skb_ext = tc_skb_ext_alloc(skb); in mlx5e_restore_skb_chain()657 if (!tc_skb_ext) { in mlx5e_restore_skb_chain()661 tc_skb_ext->chain = chain; in mlx5e_restore_skb_chain()
5417 struct tc_skb_ext *tc_skb_ext; in mlx5e_tc_update_skb() local5434 tc_skb_ext = tc_skb_ext_alloc(skb); in mlx5e_tc_update_skb()5435 if (WARN_ON(!tc_skb_ext)) in mlx5e_tc_update_skb()5438 tc_skb_ext->chain = chain; in mlx5e_tc_update_skb()
860 struct tc_skb_ext *tc_ext; in ovs_flow_key_extract()
286 struct tc_skb_ext { struct
1594 struct tc_skb_ext *ext; in tcf_classify()
5977 struct tc_skb_ext *skb_ext; in gro_list_prepare()5978 struct tc_skb_ext *p_ext; in gro_list_prepare()
4428 [TC_SKB_EXT] = SKB_EXT_CHUNKSIZEOF(struct tc_skb_ext),
Completed in 62 milliseconds