From: Thomas Graf Date: Fri, 24 Jun 2005 04:00:17 +0000 (-0700) Subject: [NET]: skb_find_text() - Find a text pattern in skb data X-Git-Tag: v2.6.13-rc1~68^2~254^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fc7e8a6d842f72d16d2623b1022814a635ab961;p=pandora-kernel.git [NET]: skb_find_text() - Find a text pattern in skb data 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed