Lines Matching refs:match_len
313 unsigned int match_len;
334 match_len = 1;
337 match_len = 0;
342 &ext_id, match_len, 0);
358 &ext_id, match_len, 0))
374 &ext_id, match_len, 0);
395 match_len = 1;
401 match_len = 0;
406 &ext_id, match_len, 0))
1305 const u8 *match, unsigned int match_len,
1311 if (elem->datalen >= match_offset + match_len &&
1312 !memcmp(elem->data + match_offset, match, match_len))
1326 int match_len = (oui_type < 0) ? 3 : sizeof(match);
1332 match, match_len, 0);