Home
last modified time | relevance | path

Searched refs:NEIGH_UPDATE_F_USE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dneighbour.h259 #define NEIGH_UPDATE_F_USE 0x10000000 macro
/kernel/linux/linux-6.6/include/net/
H A Dneighbour.h264 #define NEIGH_UPDATE_F_USE BIT(3) macro
/kernel/linux/linux-5.10/net/core/
H A Dneighbour.c1231 NEIGH_UPDATE_F_USE means that the entry is user triggered.
1269 if (flags & NEIGH_UPDATE_F_USE) { in __neigh_update()
1993 flags |= NEIGH_UPDATE_F_USE; in neigh_add()
/kernel/linux/linux-6.6/net/core/
H A Dneighbour.c1288 NEIGH_UPDATE_F_USE means that the entry is user triggered.
1325 if (flags & (NEIGH_UPDATE_F_USE | NEIGH_UPDATE_F_MANAGED)) { in __neigh_update()
2098 flags |= NEIGH_UPDATE_F_USE; in neigh_add()

Completed in 11 milliseconds