Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/
Dpkt_cls.h763 static inline struct tc_skb_ext *tc_skb_ext_alloc(struct sk_buff *skb) in tc_skb_ext_alloc() function
/linux-6.12.1/net/bridge/
Dbr_private.h783 ext = tc_skb_ext_alloc(skb); in br_tc_skb_miss_set()
/linux-6.12.1/net/sched/
Dcls_api.c1875 ext = tc_skb_ext_alloc(skb); in tcf_classify()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c5695 tc_skb_ext = tc_skb_ext_alloc(skb); in mlx5e_tc_restore_skb_tc_meta()