Lines Matching refs:match_len
277 unsigned int match_len;
304 match_len = 1;
307 match_len = 0;
312 &ext_id, match_len, 0);
346 &ext_id, match_len, 0))
362 &ext_id, match_len, 0);
383 match_len = 1;
389 match_len = 0;
394 &ext_id, match_len, 0))
1393 const u8 *match, unsigned int match_len,
1399 if (elem->datalen >= match_offset + match_len &&
1400 !memcmp(elem->data + match_offset, match, match_len))
1414 int match_len = (oui_type < 0) ? 3 : sizeof(match);
1420 match, match_len, 0);