Lines Matching refs:match_offset
5681 * @match_offset: offset in the IE data where the byte array should match.
5698 unsigned int match_offset);
5708 * @match_offset: offset in the IE where the byte array should match.
5727 unsigned int match_offset)
5729 /* match_offset can't be smaller than 2, unless match_len is
5730 * zero, in which case match_offset must be zero as well.
5732 if (WARN_ON((match_len && match_offset < 2) ||
5733 (!match_len && match_offset)))
5738 match_offset ?
5739 match_offset - 2 : 0);