Home | History | Annotate | Download | only in netlink

Lines Matching refs:AVAILABLE

194  * Return true if attribute is available in both objects
199 * @return True if the attribute is available, otherwise false is returned.
201 #define AVAILABLE(A, B, ATTR) (((A)->ce_mask & (B)->ce_mask) & (ATTR))
204 * Return true if attribute is available in only one of both objects
209 * @return True if the attribute is available in only one of both objects,
221 * This function will check if the attribute in question is available
224 * If available the function will execute the expression which must
230 (AVAILABLE(A, B, ATTR) && (EXPR)))
240 * This function will check if the attribute in question is available
243 * If available the function will execute the expression which must