Searched refs:tcf_get_base_ptr (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | em_text.c | 34 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()
|
H A D | em_cmp.c | 25 unsigned char *ptr = tcf_get_base_ptr(skb, cmp->layer) + cmp->off; in em_cmp_match()
|
H A D | em_nbyte.c | 43 unsigned char *ptr = tcf_get_base_ptr(skb, nbyte->hdr.layer); in em_nbyte_match()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | em_text.c | 34 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()
|
H A D | em_cmp.c | 25 unsigned char *ptr = tcf_get_base_ptr(skb, cmp->layer) + cmp->off; in em_cmp_match()
|
H A D | em_nbyte.c | 43 unsigned char *ptr = tcf_get_base_ptr(skb, nbyte->hdr.layer); in em_nbyte_match()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | pkt_cls.h | 486 static inline unsigned char * tcf_get_base_ptr(struct sk_buff *skb, int layer) in tcf_get_base_ptr() function
|
/kernel/linux/linux-6.6/include/net/ |
H A D | pkt_cls.h | 520 static inline unsigned char * tcf_get_base_ptr(struct sk_buff *skb, int layer) in tcf_get_base_ptr() function
|
Completed in 6 milliseconds