Lines Matching refs:offload
8 model for switch devices which offload the forwarding (data) plane from the
143 router port, used to offload L3 forwarding. Two or more ports can be bonded
160 The idea is to offload the L2 data forwarding (switching) path from the kernel
205 command will label these entries "offload":
209 00:02:00:00:02:00 dev sw1p1 master br0 offload
212 00:02:00:00:03:00 dev sw1p2 master br0 offload
339 Routes offloaded to the device are labeled with "offload" in the ip route
344 11.0.0.0/30 dev sw1p1 proto kernel scope link src 11.0.0.2 offload
345 11.0.0.4/30 via 11.0.0.1 dev sw1p1 proto zebra metric 20 offload
346 11.0.0.8/30 dev sw1p2 proto kernel scope link src 11.0.0.10 offload
347 11.0.0.12/30 via 11.0.0.9 dev sw1p2 proto zebra metric 20 offload
348 12.0.0.2 proto zebra metric 30 offload
351 12.0.0.3 via 11.0.0.1 dev sw1p1 proto zebra metric 20 offload
352 12.0.0.4 via 11.0.0.9 dev sw1p2 proto zebra metric 20 offload
355 The "offload" flag is set in case at least one device offloads the FIB entry.