Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dmbuf.h643 #define CSUM_IP6_SCTP 0x00000800 /* SCTP checksum offload */ macro
672 CSUM_INNER_IP6_TSO | CSUM_IP6_UDP | CSUM_IP6_TCP | CSUM_IP6_SCTP | \
713 #define CSUM_SCTP_IPV6 CSUM_IP6_SCTP
/f-stack/tools/compat/include/sys/
H A Dmbuf.h464 #define CSUM_IP6_SCTP 0x00000800 /* SCTP checksum offload */ macro
504 #define CSUM_SCTP_IPV6 CSUM_IP6_SCTP
/f-stack/freebsd/net/
H A Diflib.c310 CSUM_IP6_UDP|CSUM_IP6_TCP|CSUM_IP6_SCTP)
2438 tx_ip6_csum_flags = scctx->isc_tx_csum_flags & (CSUM_IP6_TCP | CSUM_IP6_UDP | CSUM_IP6_SCTP); in iflib_init_locked()