Searched refs:matchend (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/net/netfilter/ |
| D | nf_nat_sip.c | 180 unsigned int olen, matchend, poff, plen, buflen, n; in nf_nat_sip() local 204 matchend = matchoff + matchlen + *datalen - olen; in nf_nat_sip() 208 if (ct_sip_parse_address_param(ct, *dptr, matchend, *datalen, in nf_nat_sip() 225 if (ct_sip_parse_address_param(ct, *dptr, matchend, *datalen, in nf_nat_sip() 242 if (ct_sip_parse_numerical_param(ct, *dptr, matchend, *datalen, in nf_nat_sip()
|
| D | nf_conntrack_sip.c | 1369 unsigned int matchoff, matchlen, matchend; in process_sip_response() local 1390 matchend = matchoff + matchlen + 1; in process_sip_response() 1398 if (*datalen < matchend + handler->len || in process_sip_response() 1399 strncasecmp(*dptr + matchend, handler->method, handler->len)) in process_sip_response()
|