Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dneighbour.h266 #define NTF_EXT_SHIFT 8 macro
269 #define NTF_MANAGED (NTF_EXT_MANAGED << NTF_EXT_SHIFT)
/linux-6.15/net/core/
H A Dneighbour.c1945 ndm_flags |= (ext << NTF_EXT_SHIFT); in neigh_add()
2526 neigh_flags_ext = neigh->flags >> NTF_EXT_SHIFT; in neigh_fill_info()
2587 neigh_flags_ext = pn->flags >> NTF_EXT_SHIFT; in pneigh_fill_info()