Home
last modified time | relevance | path

Searched refs:NETIF_F_GSO_SCTP (Results 1 – 3 of 3) sorted by path

/linux/Documentation/networking/
H A Dsegmentation-offloads.rst183 This also affects drivers with the NETIF_F_FRAGLIST & NETIF_F_GSO_SCTP bits
184 set. Note also that NETIF_F_GSO_SCTP is included in NETIF_F_GSO_SOFTWARE.
/linux/include/linux/
H A Dnetdev_features.h148 #define NETIF_F_GSO_SCTP __NETIF_F(GSO_SCTP) macro
221 #define NETIF_F_GSO_SOFTWARE (NETIF_F_ALL_TSO | NETIF_F_GSO_SCTP | \
H A Dnetdevice.h4975 BUILD_BUG_ON(SKB_GSO_SCTP != (NETIF_F_GSO_SCTP >> NETIF_F_GSO_SHIFT)); in net_gso_ok()