Searched refs:CSUM_IP6_SCTP (Results 1 – 8 of 8) sorted by relevance
164 #define CSUM_IP6_SCTP 0x00000800 /* SCTP checksum offload */ macro193 #define CSUM_SCTP_IPV6 CSUM_IP6_SCTP
251 CSUM_IP6_SCTP) /* Offload bits in mbuf flag */
246 if (pi->ipi_csum_flags & (CSUM_IP_SCTP | CSUM_IP6_SCTP)) { in igc_tx_ctx_setup()
508 CSUM_IP6_TCP | CSUM_IP6_UDP | CSUM_SCTP | CSUM_IP6_SCTP; in igc_if_attach_pre()
343 CSUM_IP6_SCTP)
214 if (pi->ipi_csum_flags & (CSUM_IP_SCTP | CSUM_IP6_SCTP)) { in igb_tx_ctx_setup()
879 scctx->isc_tx_csum_flags |= CSUM_SCTP | CSUM_IP6_SCTP;
347 CSUM_IP6_UDP|CSUM_IP6_TCP|CSUM_IP6_SCTP)2551 tx_ip6_csum_flags = scctx->isc_tx_csum_flags & (CSUM_IP6_TCP | CSUM_IP6_UDP | CSUM_IP6_SCTP); in iflib_init_locked()