Searched refs:skb_find_text (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/net/netfilter/ |
D | nf_conntrack_amanda.c | 118 start = skb_find_text(skb, dataoff, skb->len, in amanda_help() 124 stop = skb_find_text(skb, start, skb->len, in amanda_help() 131 off = skb_find_text(skb, start, stop, search[i].ts); in amanda_help()
|
D | xt_string.c | 31 return (skb_find_text((struct sk_buff *)skb, conf->from_offset, in string_mt()
|
/linux-6.1.9/net/sched/ |
D | em_text.c | 40 return skb_find_text(skb, from, to, tm->config) != UINT_MAX; in em_text_match()
|
/linux-6.1.9/net/core/ |
D | skbuff.c | 3949 unsigned int skb_find_text(struct sk_buff *skb, unsigned int from, in skb_find_text() function 3965 EXPORT_SYMBOL(skb_find_text);
|
/linux-6.1.9/include/linux/ |
D | skbuff.h | 1384 unsigned int skb_find_text(struct sk_buff *skb, unsigned int from,
|