Searched refs:NTF_EXT_LEARNED (Results 1 – 3 of 3) sorted by relevance
42 #define NTF_EXT_LEARNED 0x10 macro
204 bridge's FDB and mark the entry as NTF_EXT_LEARNED. The iproute2 bridge243 The bridge will skip ageing FDB entries marked with NTF_EXT_LEARNED and it is252 To keep an NTF_EXT_LEARNED entry "alive", the driver should refresh the FDB
647 ndm->ndm_flags = fdb->added_by_external_learn ? NTF_EXT_LEARNED : 0; in fdb_fill_info()