Lines Matching refs:match_offset
6519 * @match_offset: offset in the IE data where the byte array should match.
6536 unsigned int match_offset);
6546 * @match_offset: offset in the IE where the byte array should match.
6565 unsigned int match_offset)
6567 /* match_offset can't be smaller than 2, unless match_len is
6568 * zero, in which case match_offset must be zero as well.
6570 if (WARN_ON((match_len && match_offset < 2) ||
6571 (!match_len && match_offset)))
6576 match_offset ?
6577 match_offset - 2 : 0);