SKB_FIND_TEXT

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

skb_find_text - Find a text pattern in skb data  

SYNOPSIS

"SYNOPSIS"

unsigned int skb_find_text (struct sk_buff * skb, unsigned int from, unsigned int to, struct ts_config * config, struct ts_state * state);  

ARGUMENTS

skb
the buffer to look in
from
search offset
to
search limit
config
textsearch configuration
state
uninitialized textsearch state variable
 

DESCRIPTION

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.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:48 GMT, October 09, 2005