Symbol: CSUM_IP6_UDP
sys/arm64/broadcom/genet/if_genet.c
1086
#define CSUM_DELAY_ANY (CSUM_TCP | CSUM_UDP | CSUM_IP6_TCP | CSUM_IP6_UDP)
sys/arm64/broadcom/genet/if_genet.c
1142
if (csum_flags & (CSUM_UDP | CSUM_IP6_UDP))
sys/dev/aq/aq_ring.c
421
CSUM_IP_UDP | CSUM_IP6_UDP)) ? tx_desc_cmd_l4cs : 0;
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
168
if (pi->ipi_csum_flags & (CSUM_IP_UDP | CSUM_IP6_UDP)) {
sys/dev/cxgbe/t4_sge.c
2427
CSUM_INNER_IP_TCP | CSUM_INNER_IP_TSO | CSUM_IP6_UDP |
sys/dev/cxgbe/t4_sge.c
2507
CSUM_IP6_UDP | CSUM_IP6_TCP | CSUM_IP6_TSO;
sys/dev/cxgbe/t4_sge.c
2517
const uint32_t csum_flags = CSUM_IP_UDP | CSUM_IP6_UDP;
sys/dev/cxgbe/t4_sge.c
5507
CSUM_IP6_UDP | CSUM_INNER_IP6_UDP))
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
303
CSUM_IP6_UDP)) {
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
204
if (pi->ipi_csum_flags & (CSUM_IP_UDP | CSUM_IP6_UDP)) {
sys/dev/ena/ena.c
2532
flags |= CSUM_IP6_UDP | CSUM_IP6_TCP;
sys/dev/ena/ena_datapath.c
800
(CSUM_IP_UDP | CSUM_IP6_UDP)) != 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_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
3139
(CSUM_IP_UDP | CSUM_IP6_UDP)) {
sys/dev/hyperv/netvsc/if_hn.c
5604
csum_assist |= CSUM_IP6_UDP;
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/iavf/iavf_iflib.h
107
(CSUM_IP_UDP|CSUM_IP6_UDP)
sys/dev/ice/ice_lib.h
170
CSUM_IP6_TCP| CSUM_IP6_UDP | CSUM_IP6_SCTP | \
sys/dev/ice/ice_lib.h
175
#define ICE_CSUM_UDP (CSUM_IP_UDP|CSUM_IP6_UDP)
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
240
if (pi->ipi_csum_flags & (CSUM_IP_UDP | CSUM_IP6_UDP)) {
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
139
if (pi->ipi_csum_flags & (CSUM_IP_UDP | CSUM_IP6_UDP))
sys/dev/ixgbe/ixgbe.h
198
CSUM_IP6_UDP|CSUM_IP6_TCP|CSUM_IP6_SCTP)
sys/dev/ixl/ixl.h
264
(CSUM_IP_UDP|CSUM_IP6_UDP)
sys/dev/liquidio/lio_rxtx.c
138
(m_head->m_pkthdr.csum_flags & (CSUM_IP_UDP | CSUM_IP6_UDP)))
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/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
2299
else if (flags & CSUM_IP6_UDP)
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
2506
if (csum_flags_in & CSUM_IP6_UDP)
sys/net/if_vxlan.c
3171
hwa |= CSUM_IP6_UDP;
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
356
CSUM_IP6_UDP | CSUM_IP6_TCP | CSUM_IP6_SCTP)
sys/netinet6/udp6_usrreq.c
435
} else if (m->m_pkthdr.csum_flags & CSUM_IP6_UDP) {
sys/sys/mbuf.h
702
CSUM_INNER_IP6_TSO | CSUM_IP6_UDP | CSUM_IP6_TCP | CSUM_IP6_SCTP | \
sys/sys/mbuf.h
741
#define CSUM_UDP_IPV6 CSUM_IP6_UDP