Home
last modified time | relevance | path

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

/linux-5.19.10/net/sched/
Dem_text.c34 from = tcf_get_base_ptr(skb, tm->from_layer) - skb->data; in em_text_match()
37 to = tcf_get_base_ptr(skb, tm->to_layer) - skb->data; in em_text_match()
Dem_nbyte.c43 unsigned char *ptr = tcf_get_base_ptr(skb, nbyte->hdr.layer); in em_nbyte_match()
Dem_cmp.c25 unsigned char *ptr = tcf_get_base_ptr(skb, cmp->layer) + cmp->off; in em_cmp_match()
/linux-5.19.10/include/net/
Dpkt_cls.h496 static inline unsigned char * tcf_get_base_ptr(struct sk_buff *skb, int layer) in tcf_get_base_ptr() function