Home
last modified time | relevance | path

Searched refs:CSUM_IP_SCTP (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/sys/dev/iavf/
H A Diavf_iflib.h109 (CSUM_IP_SCTP|CSUM_IP6_SCTP)
/freebsd-14.2/sys/dev/igc/
H A Dif_igc.h206 CSUM_IP_SCTP | CSUM_IP6_UDP | CSUM_IP6_TCP | \
H A Digc_txrx.c243 if (pi->ipi_csum_flags & (CSUM_IP_SCTP | CSUM_IP6_SCTP)) { in igc_tx_ctx_setup()
/freebsd-14.2/sys/dev/ice/
H A Dice_lib.h166 #define ICE_CSUM_OFFLOAD (CSUM_IP | CSUM_IP_TCP | CSUM_IP_UDP | CSUM_IP_SCTP | \
173 #define ICE_CSUM_SCTP (CSUM_IP_SCTP|CSUM_IP6_SCTP)
/freebsd-14.2/sys/dev/e1000/
H A Dif_em.h351 CSUM_IP_SCTP | CSUM_IP6_UDP | CSUM_IP6_TCP | \
H A Digb_txrx.c211 if (pi->ipi_csum_flags & (CSUM_IP_SCTP | CSUM_IP6_SCTP)) { in igb_tx_ctx_setup()
/freebsd-14.2/sys/dev/ixgbe/
H A Dixgbe.h195 CSUM_IP_UDP|CSUM_IP_TCP|CSUM_IP_SCTP| \
H A Dix_txrx.c141 if (pi->ipi_csum_flags & (CSUM_IP_SCTP | CSUM_IP6_SCTP)) in ixgbe_tx_ctx_setup()
/freebsd-14.2/sys/sys/
H A Dmbuf.h662 #define CSUM_IP_SCTP 0x00000008 /* SCTP checksum offload */ macro
698 #define CSUM_FLAGS_TX (CSUM_IP | CSUM_IP_UDP | CSUM_IP_TCP | CSUM_IP_SCTP | \
736 #define CSUM_SCTP CSUM_IP_SCTP
/freebsd-14.2/sys/dev/ixl/
H A Dixl.h267 (CSUM_IP_SCTP|CSUM_IP6_SCTP)
/freebsd-14.2/sys/dev/bnxt/bnxt_en/
H A Dbnxt.h172 CSUM_IP_UDP|CSUM_IP_TCP|CSUM_IP_SCTP| \
/freebsd-14.2/sys/net/
H A Diflib.c329 CSUM_IP_UDP | CSUM_IP_TCP | CSUM_IP_SCTP | \