Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dmbuf.h641 #define CSUM_IP6_UDP 0x00000200 /* UDP checksum offload */ macro
672 CSUM_INNER_IP6_TSO | CSUM_IP6_UDP | CSUM_IP6_TCP | CSUM_IP6_SCTP | \
711 #define CSUM_UDP_IPV6 CSUM_IP6_UDP
/f-stack/tools/compat/include/sys/
H A Dmbuf.h462 #define CSUM_IP6_UDP 0x00000200 /* UDP checksum offload */ macro
502 #define CSUM_UDP_IPV6 CSUM_IP6_UDP
/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)
1045 if (csum_flags & (CSUM_UDP | CSUM_IP6_UDP)) in gen_encap()
/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()
2453 if (csum_flags_in & CSUM_IP6_UDP) in csum_flags_to_inner_flags()
3117 hwa |= CSUM_IP6_UDP; 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()