Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dnetdev_features.h145 #define NETIF_F_GSO_SCTP __NETIF_F(GSO_SCTP) macro
215 NETIF_F_GSO_ACCECN | NETIF_F_GSO_SCTP | \
H A Dnetdevice.h5292 BUILD_BUG_ON(SKB_GSO_SCTP != (NETIF_F_GSO_SCTP >> NETIF_F_GSO_SHIFT)); in net_gso_ok()
/linux-6.15/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.