Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/batman-adv/
H A Dtypes.h62 * BATADV_TT_REMOTE_MASK - bitmask selecting the flags that are sent over the
65 #define BATADV_TT_REMOTE_MASK 0x00FF macro
H A Dtranslation-table.c790 remote_flags = tt_local->common.flags & BATADV_TT_REMOTE_MASK; in batadv_tt_local_add()
811 if (remote_flags ^ (tt_local->common.flags & BATADV_TT_REMOTE_MASK)) in batadv_tt_local_add()
4398 BUILD_BUG_ON(!(BATADV_TT_SYNC_MASK & BATADV_TT_REMOTE_MASK)); in batadv_tt_init()
/kernel/linux/linux-6.6/net/batman-adv/
H A Dtypes.h61 * BATADV_TT_REMOTE_MASK - bitmask selecting the flags that are sent over the
64 #define BATADV_TT_REMOTE_MASK 0x00FF macro
H A Dtranslation-table.c789 remote_flags = tt_local->common.flags & BATADV_TT_REMOTE_MASK; in batadv_tt_local_add()
810 if (remote_flags ^ (tt_local->common.flags & BATADV_TT_REMOTE_MASK)) in batadv_tt_local_add()
4157 BUILD_BUG_ON(!(BATADV_TT_SYNC_MASK & BATADV_TT_REMOTE_MASK)); in batadv_tt_init()

Completed in 18 milliseconds