Searched refs:NTF_OFFLOADED (Results 1 – 6 of 6) sorted by relevance
45 #define NTF_OFFLOADED 0x20 macro
51 #define NTF_OFFLOADED (1 << 5) macro
268 if (r->ndm_flags & NTF_OFFLOADED) { in print_fdb()289 if (r->ndm_flags & NTF_OFFLOADED) in print_fdb()
896 __ADD(NTF_OFFLOADED, offloaded),
913 pub const NTF_OFFLOADED: u8 = 0x20; constant