Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dfib_notifier.h17 FIB_EVENT_ENTRY_APPEND, enumerator
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c5679 case FIB_EVENT_ENTRY_APPEND: /* fall through */ in mlxsw_sp_router_fib4_event_work()
5682 append = fib_work->event == FIB_EVENT_ENTRY_APPEND; in mlxsw_sp_router_fib4_event_work()
5723 case FIB_EVENT_ENTRY_APPEND: /* fall through */ in mlxsw_sp_router_fib6_event_work()
5802 case FIB_EVENT_ENTRY_APPEND: /* fall through */ in mlxsw_sp_router_fib4_event()
5830 case FIB_EVENT_ENTRY_APPEND: /* fall through */ in mlxsw_sp_router_fib6_event()
/Linux-v4.19/net/ipv4/
Dfib_trie.c1250 event = FIB_EVENT_ENTRY_APPEND; in fib_table_insert()