Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dnetdev_features.h141 #define NETIF_F_GSO_SCTP __NETIF_F(GSO_SCTP) macro
189 NETIF_F_GSO_SCTP)
Dnetdevice.h4396 BUILD_BUG_ON(SKB_GSO_SCTP != (NETIF_F_GSO_SCTP >> NETIF_F_GSO_SHIFT)); in net_gso_ok()
/Linux-v4.19/Documentation/networking/
Dsegmentation-offloads.txt169 This also affects drivers with the NETIF_F_FRAGLIST & NETIF_F_GSO_SCTP bits
170 set. Note also that NETIF_F_GSO_SCTP is included in NETIF_F_GSO_SOFTWARE.