Home
last modified time | relevance | path

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

/Linux-v5.4/net/netfilter/
Dnf_nat_sip.c182 unsigned int olen, matchend, poff, plen, buflen, n; in nf_nat_sip() local
206 matchend = matchoff + matchlen + *datalen - olen; in nf_nat_sip()
210 if (ct_sip_parse_address_param(ct, *dptr, matchend, *datalen, in nf_nat_sip()
227 if (ct_sip_parse_address_param(ct, *dptr, matchend, *datalen, in nf_nat_sip()
244 if (ct_sip_parse_numerical_param(ct, *dptr, matchend, *datalen, in nf_nat_sip()
Dnf_conntrack_sip.c1409 unsigned int matchoff, matchlen, matchend; in process_sip_response() local
1430 matchend = matchoff + matchlen + 1; in process_sip_response()
1438 if (*datalen < matchend + handler->len || in process_sip_response()
1439 strncasecmp(*dptr + matchend, handler->method, handler->len)) in process_sip_response()