Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ice/
Dice_lib.h164 #define ICE_CSUM_OFFLOAD (CSUM_IP | CSUM_IP_TCP | CSUM_IP_UDP | CSUM_IP_SCTP | \
171 #define ICE_CSUM_SCTP (CSUM_IP_SCTP|CSUM_IP6_SCTP)
/freebsd-12-stable/sys/dev/igc/
Dif_igc.h256 CSUM_IP_SCTP | CSUM_IP6_UDP | CSUM_IP6_TCP | \
Digc_txrx.c247 if (pi->ipi_csum_flags & (CSUM_IP_SCTP | CSUM_IP6_SCTP)) { in igc_tx_ctx_setup()
/freebsd-12-stable/sys/dev/iavf/
Diavf_iflib.h110 (CSUM_IP_SCTP|CSUM_IP6_SCTP)
/freebsd-12-stable/sys/sys/
Dmbuf.h519 #define CSUM_IP_SCTP 0x00000008 /* SCTP checksum offload */ macro
555 #define CSUM_FLAGS_TX (CSUM_IP | CSUM_IP_UDP | CSUM_IP_TCP | CSUM_IP_SCTP | \
593 #define CSUM_SCTP CSUM_IP_SCTP
/freebsd-12-stable/sys/dev/e1000/
Dif_em.h340 CSUM_IP_SCTP | CSUM_IP6_UDP | CSUM_IP6_TCP | \
Digb_txrx.c214 if (pi->ipi_csum_flags & (CSUM_IP_SCTP | CSUM_IP6_SCTP)) { in igb_tx_ctx_setup()
/freebsd-12-stable/sys/dev/ixgbe/
Dixgbe.h196 CSUM_IP_UDP|CSUM_IP_TCP|CSUM_IP_SCTP| \
Dix_txrx.c142 if (pi->ipi_csum_flags & (CSUM_IP_SCTP | CSUM_IP6_SCTP)) in ixgbe_tx_ctx_setup()
/freebsd-12-stable/sys/dev/ixl/
Dixl.h271 (CSUM_IP_SCTP|CSUM_IP6_SCTP)
/freebsd-12-stable/sys/dev/bnxt/
Dbnxt.h96 CSUM_IP_UDP|CSUM_IP_TCP|CSUM_IP_SCTP| \
/freebsd-12-stable/sys/net/
Diflib.c314 CSUM_IP_UDP|CSUM_IP_TCP|CSUM_IP_SCTP| \