Home
last modified time | relevance | path

Searched refs:NTF_EXT_LEARNED (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dneighbour.h42 #define NTF_EXT_LEARNED 0x10 macro
/linux-4.4.14/Documentation/networking/
Dswitchdev.txt204 bridge's FDB and mark the entry as NTF_EXT_LEARNED. The iproute2 bridge
243 The bridge will skip ageing FDB entries marked with NTF_EXT_LEARNED and it is
252 To keep an NTF_EXT_LEARNED entry "alive", the driver should refresh the FDB
/linux-4.4.14/net/bridge/
Dbr_fdb.c647 ndm->ndm_flags = fdb->added_by_external_learn ? NTF_EXT_LEARNED : 0; in fdb_fill_info()