Lines Matching refs:match_len
310 unsigned int match_len;
331 match_len = 1;
334 match_len = 0;
339 &ext_id, match_len, 0);
355 &ext_id, match_len, 0))
371 &ext_id, match_len, 0);
392 match_len = 1;
398 match_len = 0;
403 &ext_id, match_len, 0))
1269 const u8 *match, unsigned int match_len,
1275 if (elem->datalen >= match_offset + match_len &&
1276 !memcmp(elem->data + match_offset, match, match_len))
1290 int match_len = (oui_type < 0) ? 3 : sizeof(match);
1296 match, match_len, 0);