Searched refs:skb_find_text (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/net/netfilter/ ! |
D | nf_conntrack_amanda.c | 116 start = skb_find_text(skb, dataoff, skb->len, in amanda_help() 123 stop = skb_find_text(skb, start, skb->len, in amanda_help() 131 off = skb_find_text(skb, start, stop, search[i].ts, &ts); in amanda_help()
|
D | xt_string.c | 35 return (skb_find_text((struct sk_buff *)skb, conf->from_offset, in string_mt()
|
/linux-3.4.99/net/sched/ ! |
D | em_text.c | 45 return skb_find_text(skb, from, to, tm->config, &state) != UINT_MAX; in em_text_match()
|
/linux-3.4.99/net/core/ ! |
D | skbuff.c | 2563 unsigned int skb_find_text(struct sk_buff *skb, unsigned int from, in skb_find_text() function 2577 EXPORT_SYMBOL(skb_find_text);
|
/linux-3.4.99/include/linux/ ! |
D | skbuff.h | 625 extern unsigned int skb_find_text(struct sk_buff *skb, unsigned int from,
|