Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dfib_notifier.h18 FIB_EVENT_ENTRY_APPEND, enumerator
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dlag_mp.c200 case FIB_EVENT_ENTRY_APPEND: /* fall through */ in mlx5_lag_fib_update()
262 case FIB_EVENT_ENTRY_APPEND: /* fall through */ in mlx5_lag_fib_event()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c5991 case FIB_EVENT_ENTRY_APPEND: /* fall through */ in mlxsw_sp_router_fib4_event_work()
5994 append = fib_work->event == FIB_EVENT_ENTRY_APPEND; in mlxsw_sp_router_fib4_event_work()
6117 case FIB_EVENT_ENTRY_APPEND: /* fall through */ in mlxsw_sp_router_fib4_event()
6254 case FIB_EVENT_ENTRY_APPEND: /* fall through */ in mlxsw_sp_router_fib_event()
/Linux-v5.4/net/ipv4/
Dfib_trie.c1246 event = FIB_EVENT_ENTRY_APPEND; in fib_table_insert()