Searched refs:matchend (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/net/netfilter/ |
D | nf_nat_sip.c | 182 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()
|
D | nf_conntrack_sip.c | 1414 unsigned int matchoff, matchlen, matchend; in process_sip_response() local 1435 matchend = matchoff + matchlen + 1; in process_sip_response() 1443 if (*datalen < matchend + handler->len || in process_sip_response() 1444 strncasecmp(*dptr + matchend, handler->method, handler->len)) in process_sip_response()
|
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | ops.c | 800 u8 keylen, match, matchend; in iwl_mvm_frob_txf_key_iter() local 839 matchend = match; in iwl_mvm_frob_txf_key_iter() 846 memset(txf->buf + txf->buflen - matchend, 0xAA, in iwl_mvm_frob_txf_key_iter() 847 matchend); in iwl_mvm_frob_txf_key_iter()
|