Searched refs:BATADV_TT_REMOTE_MASK (Results 1 - 2 of 2) sorted by relevance

/net/batman-adv/
H A Dtypes.h50 * BATADV_TT_REMOTE_MASK - bitmask selecting the flags that are sent over the
53 #define BATADV_TT_REMOTE_MASK 0x00FF macro
H A Dtranslation-table.c648 remote_flags = tt_local->common.flags & BATADV_TT_REMOTE_MASK;
669 if (remote_flags ^ (tt_local->common.flags & BATADV_TT_REMOTE_MASK))
3663 BUILD_BUG_ON(!(BATADV_TT_SYNC_MASK & BATADV_TT_REMOTE_MASK));

Completed in 11 milliseconds