Lines Matching refs:offload
14 model for switch devices which offload the forwarding (data) plane from the
153 router port, used to offload L3 forwarding. Two or more ports can be bonded
170 The idea is to offload the L2 data forwarding (switching) path from the kernel
215 command will label these entries "offload"::
219 00:02:00:00:02:00 dev sw1p1 master br0 offload
222 00:02:00:00:03:00 dev sw1p2 master br0 offload
353 Routes offloaded to the device are labeled with "offload" in the ip route
358 11.0.0.0/30 dev sw1p1 proto kernel scope link src 11.0.0.2 offload
359 11.0.0.4/30 via 11.0.0.1 dev sw1p1 proto zebra metric 20 offload
360 11.0.0.8/30 dev sw1p2 proto kernel scope link src 11.0.0.10 offload
361 11.0.0.12/30 via 11.0.0.9 dev sw1p2 proto zebra metric 20 offload
362 12.0.0.2 proto zebra metric 30 offload
365 12.0.0.3 via 11.0.0.1 dev sw1p1 proto zebra metric 20 offload
366 12.0.0.4 via 11.0.0.9 dev sw1p2 proto zebra metric 20 offload
369 The "offload" flag is set in case at least one device offloads the FIB entry.