Lines Matching +full:re +full:- +full:routed
1 .. SPDX-License-Identifier: GPL-2.0
15 * TCP Segmentation Offload - TSO
16 * UDP Fragmentation Offload - UFO
18 * Generic Segmentation Offload - GSO
19 * Generic Receive Offload - GRO
20 * Partial Generic Segmentation Offload - GSO_PARTIAL
21 * SCTP acceleration with GSO - GSO_BY_FRAGS
28 frames with a data payload size specified in skb_shinfo()->gso_size.
30 SKB_GSO_TCPV6 should be set in skb_shinfo()->gso_type and
31 skb_shinfo()->gso_size should be set to a non-zero value.
61 still receive them from tuntap and similar devices. Offload of UDP-based
98 fact that the outer header also requests to have a non-zero checksum
114 via skb_shinfo()->gso_size.
118 be re-routed between devices and end up being unable to be transmitted.
139 only the inner-most transport header and possibly the outer-most network
154 SCTP - despite the lack of hardware support - can still take advantage of
174 - skb_is_gso(skb) && skb_is_gso_sctp(skb) is the best way to see if
177 - For size checks, the skb_gso_validate_*_len family of helpers correctly
180 - For manipulating packets, skb_increase_gso_size and skb_decrease_gso_size