Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dem_text.c38 from = tcf_get_base_ptr(skb, tm->from_layer) - skb->data; in em_text_match()
41 to = tcf_get_base_ptr(skb, tm->to_layer) - skb->data; in em_text_match()
Dem_nbyte.c47 unsigned char *ptr = tcf_get_base_ptr(skb, nbyte->hdr.layer); in em_nbyte_match()
Dem_cmp.c29 unsigned char *ptr = tcf_get_base_ptr(skb, cmp->layer) + cmp->off; in em_cmp_match()
/Linux-v4.19/include/net/
Dpkt_cls.h545 static inline unsigned char * tcf_get_base_ptr(struct sk_buff *skb, int layer) in tcf_get_base_ptr() function