Home
last modified time | relevance | path

Searched refs:CSUM_IP6_TCP (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/sys/
H A Dmbuf.h642 #define CSUM_IP6_TCP 0x00000400 /* TCP checksum offload */ macro
672 CSUM_INNER_IP6_TSO | CSUM_IP6_UDP | CSUM_IP6_TCP | CSUM_IP6_SCTP | \
712 #define CSUM_TCP_IPV6 CSUM_IP6_TCP
/f-stack/tools/compat/include/sys/
H A Dmbuf.h463 #define CSUM_IP6_TCP 0x00000400 /* TCP checksum offload */ macro
503 #define CSUM_TCP_IPV6 CSUM_IP6_TCP
/f-stack/freebsd/net/
H A Dif_vxlan.c2449 const uint32_t v6 = CSUM_IP6_UDP | CSUM_IP6_TCP; in csum_flags_to_inner_flags()
2455 if (csum_flags_in & CSUM_IP6_TCP) in csum_flags_to_inner_flags()
3119 hwa |= CSUM_IP6_TCP; in vxlan_set_hwcaps()
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()
3124 #define IS_TX_OFFLOAD6(pi) ((pi)->ipi_csum_flags & (CSUM_IP6_TCP | CSUM_IP6_TSO))
3280 pi->ipi_csum_flags |= CSUM_IP6_TCP; in iflib_parse_header()
/f-stack/freebsd/arm64/broadcom/genet/
H A Dif_genet.c979 #define CSUM_DELAY_ANY (CSUM_TCP | CSUM_UDP | CSUM_IP6_TCP | CSUM_IP6_UDP)