Home
last modified time | relevance | path

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

/linux/include/net/
H A Dpkt_cls.h775 static inline struct tc_skb_ext *tc_skb_ext_alloc(struct sk_buff *skb) in tc_skb_ext_alloc()
777 struct tc_skb_ext *tc_skb_ext = skb_ext_add(skb, TC_SKB_EXT); in tc_skb_ext_alloc() local
779 if (tc_skb_ext) in tc_skb_ext_alloc()
780 memset(tc_skb_ext, 0, sizeof(*tc_skb_ext)); in tc_skb_ext_alloc()
781 return tc_skb_ext; in tc_skb_ext_alloc()
/linux/net/core/
H A Dgro.c330 struct tc_skb_ext *skb_ext; in gro_list_prepare_tc_ext()
331 struct tc_skb_ext *p_ext; in gro_list_prepare_tc_ext()
H A Dflow_dissector.c291 struct tc_skb_ext *ext; in skb_flow_dissect_meta()
H A Dskbuff.c5105 [TC_SKB_EXT] = SKB_EXT_CHUNKSIZEOF(struct tc_skb_ext),
/linux/net/bridge/
H A Dbr_private.h781 struct tc_skb_ext *ext; in br_tc_skb_miss_set()
/linux/include/linux/
H A Dskbuff.h322 struct tc_skb_ext { struct
/linux/net/sched/
H A Dcls_api.c1819 struct tc_skb_ext *ext; in tcf_classify()