Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dneighbour.h272 #define NTF_EXT_SHIFT 8 macro
275 #define NTF_MANAGED (NTF_EXT_MANAGED << NTF_EXT_SHIFT)
/openbmc/linux/net/core/
H A Dneighbour.c1995 ndm_flags |= (ext << NTF_EXT_SHIFT); in neigh_add()
2576 neigh_flags_ext = neigh->flags >> NTF_EXT_SHIFT; in neigh_fill_info()
2637 neigh_flags_ext = pn->flags >> NTF_EXT_SHIFT; in pneigh_fill_info()