Home
last modified time | relevance | path

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

/linux-5.19.10/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()
/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dops.c789 u8 keylen, match, matchend; in iwl_mvm_frob_txf_key_iter() local
828 matchend = match; in iwl_mvm_frob_txf_key_iter()
835 memset(txf->buf + txf->buflen - matchend, 0xAA, in iwl_mvm_frob_txf_key_iter()
836 matchend); in iwl_mvm_frob_txf_key_iter()