Searched refs:tcf_get_base_ptr (Results 1 – 4 of 4) sorted by relevance
35 ptr = tcf_get_base_ptr(skb, tm->from_layer); in em_text_match()41 ptr = tcf_get_base_ptr(skb, tm->to_layer); in em_text_match()
43 unsigned char *ptr = tcf_get_base_ptr(skb, nbyte->hdr.layer); in em_nbyte_match()
25 unsigned char *ptr = tcf_get_base_ptr(skb, cmp->layer); in em_cmp_match()
531 static inline unsigned char * tcf_get_base_ptr(struct sk_buff *skb, int layer) in tcf_get_base_ptr() function