Searched refs:tc_skb_ext (Results 1 – 2 of 2) sorted by relevance
752 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() local756 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()
329 struct tc_skb_ext { struct