Home
last modified time | relevance | path

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

/include/net/
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()
/include/linux/
Dskbuff.h329 struct tc_skb_ext { struct