[NET]: skb_find_text() - Find a text pattern in skb data
authorThomas Graf <tgraf@suug.ch>
Fri, 24 Jun 2005 04:00:17 +0000 (21:00 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 24 Jun 2005 04:00:17 +0000 (21:00 -0700)
Finds a pattern in the skb data according to the specified
textsearch configuration. Use textsearch_next() to retrieve
subsequent occurrences of the pattern. Returns the offset
to the first occurrence or UINT_MAX if no match was found.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found