Searched refs:_PRIVACY_ (Results 1 – 2 of 2) sorted by relevance
186 #define _PRIVACY_ BIT(14) macro240 *(__le16 *)(pbuf) |= cpu_to_le16(_PRIVACY_)243 (((*(__le16 *)(pbuf)) & cpu_to_le16(_PRIVACY_)) != 0)246 *(__le16 *)(pbuf) &= (~cpu_to_le16(_PRIVACY_))
89 #define _PRIVACY_ BIT(14) macro134 (*(__le16 *)(pbuf) |= cpu_to_le16(_PRIVACY_))137 (((*(__le16 *)(pbuf)) & cpu_to_le16(_PRIVACY_)) != 0)
Completed in 12 milliseconds