Symbol: CSUM_IP6_TCP
sys/arm64/broadcom/genet/if_genet.c
1086
#define CSUM_DELAY_ANY (CSUM_TCP | CSUM_UDP | CSUM_IP6_TCP | CSUM_IP6_UDP)
sys/dev/aq/aq_ring.c
420
txd->cmd |= (pi->ipi_csum_flags & (CSUM_IP_TCP | CSUM_IP6_TCP |
sys/dev/aq/aq_ring.c
446
if (pi->ipi_csum_flags & CSUM_IP6_TCP)
sys/dev/bnxt/bnxt_en/bnxt.h
178
CSUM_IP6_UDP|CSUM_IP6_TCP|CSUM_IP6_SCTP)
sys/dev/bnxt/bnxt_en/bnxt_txrx.c
163
if (pi->ipi_csum_flags & (CSUM_IP_TCP | CSUM_IP6_TCP)) {
sys/dev/cxgbe/t4_sge.c
2428
CSUM_IP6_TCP | CSUM_IP6_TSO | CSUM_INNER_IP6_UDP |
sys/dev/cxgbe/t4_sge.c
2494
const uint32_t csum_flags = CSUM_IP_TCP | CSUM_IP_TSO | CSUM_IP6_TCP |
sys/dev/cxgbe/t4_sge.c
2507
CSUM_IP6_UDP | CSUM_IP6_TCP | CSUM_IP6_TSO;
sys/dev/cxgbe/t4_sge.c
5504
CSUM_IP6_TCP | CSUM_INNER_IP6_TCP))
sys/dev/cxgbe/t4_sge.c
5516
MPASS(m->m_pkthdr.csum_flags & (CSUM_IP6_TCP | CSUM_IP6_UDP |
sys/dev/e1000/em_txrx.c
294
} else if (csum_flags & (CSUM_IP6_TCP | CSUM_IP6_UDP))
sys/dev/e1000/em_txrx.c
302
if (csum_flags & (CSUM_TCP | CSUM_UDP | CSUM_IP6_TCP |
sys/dev/e1000/em_txrx.c
309
if (csum_flags & (CSUM_TCP | CSUM_IP6_TCP)) {
sys/dev/e1000/if_em.c
1058
CSUM_IP6_TCP | CSUM_IP6_UDP;
sys/dev/e1000/if_em.c
1080
CSUM_IP6_TCP | CSUM_IP6_UDP;
sys/dev/e1000/if_em.c
1118
CSUM_IP6_TCP | CSUM_IP6_UDP;
sys/dev/e1000/if_em.h
347
CSUM_IP6_UDP | CSUM_IP6_TCP)
sys/dev/e1000/if_em.h
349
CSUM_IP_SCTP | CSUM_IP6_UDP | CSUM_IP6_TCP | \
sys/dev/e1000/igb_txrx.c
198
if (pi->ipi_csum_flags & (CSUM_IP_TCP | CSUM_IP6_TCP)) {
sys/dev/ena/ena.c
2532
flags |= CSUM_IP6_UDP | CSUM_IP6_TCP;
sys/dev/ena/ena_datapath.c
793
(CSUM_IP_TCP | CSUM_IP6_TCP)) != 0)
sys/dev/ena/ena_datapath.h
41
#define CSUM6_OFFLOAD (CSUM_IP6_UDP | CSUM_IP6_TCP)
sys/dev/gve/gve_main.c
191
if_sethwassistbits(ifp, CSUM_IP6_TCP | CSUM_IP6_UDP, 0);
sys/dev/gve/gve_tx.c
657
CSUM_IP6_TCP | CSUM_IP6_UDP | CSUM_TSO);
sys/dev/gve/gve_tx.c
691
if ((csum_flags & (CSUM_TSO | CSUM_TCP | CSUM_IP6_TCP)) != 0)
sys/dev/gve/gve_tx_dqo.c
723
CSUM_IP6_TCP | CSUM_IP6_UDP | CSUM_TSO);
sys/dev/gve/gve_tx_dqo.c
796
CSUM_IP6_TCP | CSUM_IP6_UDP | CSUM_TSO);
sys/dev/hyperv/netvsc/if_hn.c
180
#define HN_CSUM_IP6_MASK (CSUM_IP6_TCP | CSUM_IP6_UDP)
sys/dev/hyperv/netvsc/if_hn.c
3126
(CSUM_IP6_TCP | CSUM_IP6_UDP)) {
sys/dev/hyperv/netvsc/if_hn.c
3135
(CSUM_IP_TCP | CSUM_IP6_TCP)) {
sys/dev/hyperv/netvsc/if_hn.c
5602
csum_assist |= CSUM_IP6_TCP;
sys/dev/hyperv/netvsc/if_hn.c
5719
(CSUM_IP_UDP | CSUM_IP_TCP | CSUM_IP6_UDP | CSUM_IP6_TCP)) {
sys/dev/hyperv/netvsc/if_hn.c
6014
(CSUM_IP_UDP | CSUM_IP_TCP | CSUM_IP6_UDP | CSUM_IP6_TCP)) {
sys/dev/hyperv/netvsc/if_hn.c
6041
(CSUM_IP_TCP | CSUM_IP6_TCP)) &&
sys/dev/iavf/iavf_iflib.h
105
(CSUM_IP_TCP|CSUM_IP_TSO|CSUM_IP6_TSO|CSUM_IP6_TCP)
sys/dev/ice/ice_lib.h
170
CSUM_IP6_TCP| CSUM_IP6_UDP | CSUM_IP6_SCTP | \
sys/dev/ice/ice_lib.h
174
#define ICE_CSUM_TCP (CSUM_IP_TCP|CSUM_IP_TSO|CSUM_IP6_TSO|CSUM_IP6_TCP)
sys/dev/igc/if_igc.c
568
CSUM_IP6_TCP | CSUM_IP6_UDP | CSUM_SCTP | CSUM_IP6_SCTP;
sys/dev/igc/if_igc.h
206
CSUM_IP_SCTP | CSUM_IP6_UDP | CSUM_IP6_TCP | \
sys/dev/igc/igc_txrx.c
234
if (pi->ipi_csum_flags & (CSUM_IP_TCP | CSUM_IP6_TCP)) {
sys/dev/ixgbe/if_ix.c
1161
CSUM_IP6_TCP | CSUM_IP6_UDP | CSUM_IP6_TSO;
sys/dev/ixgbe/if_ixv.c
503
CSUM_IP6_TCP | CSUM_IP6_UDP | CSUM_IP6_TSO;
sys/dev/ixgbe/ix_txrx.c
133
(CSUM_IP_TCP | CSUM_IP6_TCP | CSUM_TSO))
sys/dev/ixgbe/ixgbe.h
198
CSUM_IP6_UDP|CSUM_IP6_TCP|CSUM_IP6_SCTP)
sys/dev/ixl/ixl.h
262
(CSUM_IP_TCP|CSUM_IP_TSO|CSUM_IP6_TSO|CSUM_IP6_TCP)
sys/dev/liquidio/lio_rxtx.c
137
if ((m_head->m_pkthdr.csum_flags & (CSUM_IP_TCP | CSUM_IP6_TCP)) ||
sys/dev/mana/mana_en.c
598
(CSUM_IP_UDP | CSUM_IP_TCP | CSUM_IP6_UDP | CSUM_IP6_TCP)) {
sys/dev/mlx5/mlx5_accel/mlx5_ipsec.c
733
CSUM_IP | CSUM_IP6_TSO | CSUM_IP6_TCP | CSUM_IP6_UDP));
sys/dev/sfxge/sfxge_tx.c
264
return (!(mbuf->m_pkthdr.csum_flags & (CSUM_IP_TCP | CSUM_IP6_TCP)));
sys/dev/usb/net/if_ure.c
1085
if_sethwassistbits(ifp, CSUM_IP6_UDP|CSUM_IP6_TCP, 0);
sys/dev/usb/net/if_ure.c
1543
if_togglehwassist(ifp, CSUM_IP6_UDP|CSUM_IP6_TCP);
sys/dev/usb/net/if_ure.c
2289
else if (flags & (CSUM_IP6_TCP | CSUM_IP6_UDP)) {
sys/dev/usb/net/if_ure.c
2297
if (flags & CSUM_IP6_TCP)
sys/net/if_epair.c
445
hwassist |= CSUM_IP6_TCP | CSUM_IP6_UDP;
sys/net/if_vxlan.c
2502
const uint32_t v6 = CSUM_IP6_UDP | CSUM_IP6_TCP;
sys/net/if_vxlan.c
2508
if (csum_flags_in & CSUM_IP6_TCP)
sys/net/if_vxlan.c
3173
hwa |= CSUM_IP6_TCP;
sys/net/iflib.c
2496
tx_ip6_csum_flags = scctx->isc_tx_csum_flags & (CSUM_IP6_TCP | CSUM_IP6_UDP | CSUM_IP6_SCTP);
sys/net/iflib.c
3122
#define IS_TX_OFFLOAD6(pi) ((pi)->ipi_csum_flags & (CSUM_IP6_TCP | CSUM_IP6_TSO))
sys/net/iflib.c
3389
pi->ipi_csum_flags |= CSUM_IP6_TCP;
sys/net/iflib.c
356
CSUM_IP6_UDP | CSUM_IP6_TCP | CSUM_IP6_SCTP)
sys/netinet/tcp_input.c
654
} else if (m->m_pkthdr.csum_flags & CSUM_IP6_TCP) {
sys/sys/mbuf.h
702
CSUM_INNER_IP6_TSO | CSUM_IP6_UDP | CSUM_IP6_TCP | CSUM_IP6_SCTP | \
sys/sys/mbuf.h
742
#define CSUM_TCP_IPV6 CSUM_IP6_TCP