Home
last modified time | relevance | path

Searched refs:matchend (Results 1 – 1 of 1) sorted by relevance

/linux/net/netfilter/
H A Dnf_conntrack_sip.c1534 unsigned int matchoff, matchlen, matchend; in process_sip_response() local
1557 matchend = matchoff + matchlen + 1; in process_sip_response()
1565 if (*datalen < matchend + handler->len || in process_sip_response()
1566 strncasecmp(*dptr + matchend, handler->method, handler->len)) in process_sip_response()