Home
last modified time | relevance | path

Searched refs:CSUM_IP6_SCTP (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/netinet6/
H A Dip6_fastfwd.c298 if (__predict_false(m->m_pkthdr.csum_flags & CSUM_IP6_SCTP & in ip6_tryforward()
303 m->m_pkthdr.csum_flags &= ~CSUM_IP6_SCTP; in ip6_tryforward()
H A Dip6_forward.c409 if (__predict_false(m->m_pkthdr.csum_flags & CSUM_IP6_SCTP & in ip6_forward()
414 m->m_pkthdr.csum_flags &= ~CSUM_IP6_SCTP; in ip6_forward()
H A Dsctp6_usrreq.c142 if (m->m_pkthdr.csum_flags & (CSUM_SCTP_VALID | CSUM_IP6_SCTP)) { in sctp6_input_with_port()
/freebsd/sys/dev/igc/
H A Dif_igc.h207 CSUM_IP6_SCTP) /* Offload bits in mbuf flag */
H A Digc_txrx.c246 if (pi->ipi_csum_flags & (CSUM_IP_SCTP | CSUM_IP6_SCTP)) { in igc_tx_ctx_setup()
H A Dif_igc.c568 CSUM_IP6_TCP | CSUM_IP6_UDP | CSUM_SCTP | CSUM_IP6_SCTP; in igc_if_attach_pre()
/freebsd/sys/dev/iavf/
H A Diavf_iflib.h109 (CSUM_IP_SCTP|CSUM_IP6_SCTP)
/freebsd/sys/dev/ice/
H A Dice_lib.h170 CSUM_IP6_TCP| CSUM_IP6_UDP | CSUM_IP6_SCTP | \
176 #define ICE_CSUM_SCTP (CSUM_IP_SCTP|CSUM_IP6_SCTP)
/freebsd/sys/dev/e1000/
H A Dif_em.h350 CSUM_IP6_SCTP)
H A Digb_txrx.c210 if (pi->ipi_csum_flags & (CSUM_IP_SCTP | CSUM_IP6_SCTP)) { in igb_tx_ctx_setup()
H A Dif_em.c1060 scctx->isc_tx_csum_flags |= CSUM_SCTP | CSUM_IP6_SCTP; in em_if_attach_pre()
/freebsd/sys/dev/ixl/
H A Dixl.h266 (CSUM_IP_SCTP|CSUM_IP6_SCTP)
/freebsd/sys/dev/ixgbe/
H A Dixgbe.h198 CSUM_IP6_UDP|CSUM_IP6_TCP|CSUM_IP6_SCTP)
H A Dix_txrx.c145 if (pi->ipi_csum_flags & (CSUM_IP_SCTP | CSUM_IP6_SCTP)) in ixgbe_tx_ctx_setup()
H A Dif_ix.c1175 scctx->isc_tx_csum_flags |= CSUM_SCTP |CSUM_IP6_SCTP; in ixgbe_if_attach_pre()
/freebsd/sys/sys/
H A Dmbuf.h673 #define CSUM_IP6_SCTP 0x00000800 /* SCTP checksum offload */ macro
702 CSUM_INNER_IP6_TSO | CSUM_IP6_UDP | CSUM_IP6_TCP | CSUM_IP6_SCTP | \
743 #define CSUM_SCTP_IPV6 CSUM_IP6_SCTP
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt.h188 CSUM_IP6_UDP|CSUM_IP6_TCP|CSUM_IP6_SCTP)
/freebsd/sys/net/
H A Diflib.c357 CSUM_IP6_UDP | CSUM_IP6_TCP | CSUM_IP6_SCTP)
2498 tx_ip6_csum_flags = scctx->isc_tx_csum_flags & (CSUM_IP6_TCP | CSUM_IP6_UDP | CSUM_IP6_SCTP); in iflib_init_locked()