Home
last modified time | relevance | path

Searched refs:tc_skb_ext_alloc (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/net/
H A Dpkt_cls.h773 static inline struct tc_skb_ext *tc_skb_ext_alloc(struct sk_buff *skb) in tc_skb_ext_alloc() function
/linux-6.15/net/bridge/
H A Dbr_private.h784 ext = tc_skb_ext_alloc(skb); in br_tc_skb_miss_set()
/linux-6.15/net/sched/
H A Dcls_api.c1868 ext = tc_skb_ext_alloc(skb); in tcf_classify()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c5692 tc_skb_ext = tc_skb_ext_alloc(skb); in mlx5e_tc_restore_skb_tc_meta()