Home
last modified time | relevance | path

Searched refs:NTF_STICKY (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/include/uapi/linux/
Dneighbour.h49 #define NTF_STICKY 0x40 macro
/Linux-v5.10/net/bridge/
Dbr_fdb.c675 ndm->ndm_flags |= NTF_STICKY; in fdb_fill_info()
864 bool is_sticky = !!(ndm->ndm_flags & NTF_STICKY); in fdb_add_entry()