matchend         1409 net/netfilter/nf_conntrack_sip.c 	unsigned int matchoff, matchlen, matchend;
matchend         1430 net/netfilter/nf_conntrack_sip.c 	matchend = matchoff + matchlen + 1;
matchend         1438 net/netfilter/nf_conntrack_sip.c 		if (*datalen < matchend + handler->len ||
matchend         1439 net/netfilter/nf_conntrack_sip.c 		    strncasecmp(*dptr + matchend, handler->method, handler->len))
matchend          182 net/netfilter/nf_nat_sip.c 		unsigned int olen, matchend, poff, plen, buflen, n;
matchend          206 net/netfilter/nf_nat_sip.c 		matchend = matchoff + matchlen + *datalen - olen;
matchend          210 net/netfilter/nf_nat_sip.c 		if (ct_sip_parse_address_param(ct, *dptr, matchend, *datalen,
matchend          227 net/netfilter/nf_nat_sip.c 		if (ct_sip_parse_address_param(ct, *dptr, matchend, *datalen,
matchend          244 net/netfilter/nf_nat_sip.c 		if (ct_sip_parse_numerical_param(ct, *dptr, matchend, *datalen,