Lines Matching full:fib
344 Offloading L3 routing requires that device be programmed with FIB entries from
345 the kernel, with the device doing the FIB lookup and forwarding. The device
346 does a longest prefix match (LPM) on FIB entries matching route prefix and
347 forwards the packet to the matching FIB entry's nexthop(s) egress ports.
349 To program the device, the driver has to register a FIB notifier handler
353 FIB_EVENT_ENTRY_ADD used for both adding a new FIB entry to the device,
355 FIB_EVENT_ENTRY_DEL used for removing a FIB entry
357 FIB_EVENT_RULE_DEL used to propagate FIB rule changes
393 The "offload" flag is set in case at least one device offloads the FIB entry.
395 XXX: add/mod/del IPv6 FIB API
400 The FIB entry's nexthop list contains the nexthop tuple (gateway, dev), but for