Searched refs:CSUM_UDP_IPV6 (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-11-stable/sys/netgraph/
H A Dng_checksum.h44 #define NG_CHECKSUM_CSUM_IPV6 (CSUM_TCP_IPV6|CSUM_UDP_IPV6)
H A Dng_patch.h45 #define NG_PATCH_CSUM_IPV6 (CSUM_TCP_IPV6|CSUM_UDP_IPV6|CSUM_SCTP_IPV6)
H A Dng_checksum.c465 m->m_pkthdr.csum_flags &= ~(CSUM_TCP_IPV6|CSUM_UDP_IPV6);
497 m->m_pkthdr.csum_flags &= ~CSUM_UDP_IPV6;
501 if (m->m_pkthdr.csum_flags & CSUM_UDP_IPV6) {
509 if ((priv->conf->csum_offload & CSUM_UDP_IPV6) == 0) {
516 m->m_pkthdr.csum_flags &= ~CSUM_UDP_IPV6;
526 m->m_pkthdr.csum_flags &= ~(CSUM_TCP_IPV6|CSUM_UDP_IPV6);
/freebsd-11-stable/sys/dev/vmware/vmxnet3/
H A Dif_vmxvar.h316 #define VMXNET3_CSUM_OFFLOAD_IPV6 (CSUM_TCP_IPV6 | CSUM_UDP_IPV6)
341 #if !defined(CSUM_UDP_IPV6)
342 #define CSUM_UDP_IPV6 0 macro
/freebsd-11-stable/sys/dev/mxge/
H A Dif_mxge_var.h105 #ifndef CSUM_UDP_IPV6
106 #define CSUM_UDP_IPV6 0 macro
/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_ioctl.c171 if_sethwassistbits(ifp, (CSUM_UDP_IPV6 |
175 (CSUM_UDP_IPV6 |
H A Dlio_main.c1161 CSUM_TCP_IPV6 | CSUM_UDP_IPV6));
/freebsd-11-stable/sys/dev/virtio/network/
H A Dif_vtnetvar.h270 #define VTNET_CSUM_OFFLOAD_IPV6 (CSUM_TCP_IPV6 | CSUM_UDP_IPV6)
/freebsd-11-stable/sys/net/
H A Dif_loop.c84 #define LO_CSUM_FEATURES6 (CSUM_TCP_IPV6 | CSUM_UDP_IPV6 | CSUM_SCTP_IPV6)
H A Dif_vlan.c1674 CSUM_UDP_IPV6 | CSUM_SCTP_IPV6);
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge.c498 ifp->if_hwassist |= (CSUM_TCP_IPV6 | CSUM_UDP_IPV6);
500 ifp->if_hwassist &= ~(CSUM_TCP_IPV6 | CSUM_UDP_IPV6);
616 CSUM_TCP_IPV6 | CSUM_UDP_IPV6;
H A Dsfxge_tx.c899 (CSUM_DELAY_DATA | CSUM_TCP_IPV6 | CSUM_UDP_IPV6 | CSUM_TSO))) {
/freebsd-11-stable/sys/sys/
H A Dmbuf.h497 #define CSUM_DELAY_DATA_IPV6 (CSUM_TCP_IPV6|CSUM_UDP_IPV6)
503 #define CSUM_UDP_IPV6 CSUM_IP6_UDP macro
/freebsd-11-stable/sys/dev/ntb/if_ntb/
H A Dif_ntb.c71 #define NTB_CSUM_FEATURES6 (CSUM_TCP_IPV6 | CSUM_UDP_IPV6 | CSUM_SCTP_IPV6)
/freebsd-11-stable/sys/dev/ixl/
H A Dixl.h289 #define CSUM_OFFLOAD_IPV6 (CSUM_TCP_IPV6|CSUM_UDP_IPV6|CSUM_SCTP_IPV6)
H A Dixl_txrx.c771 if (mp->m_pkthdr.csum_flags & (CSUM_UDP|CSUM_UDP_IPV6)) {
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_tx.c313 if (mb->m_pkthdr.csum_flags & (CSUM_TCP | CSUM_UDP | CSUM_UDP_IPV6 | CSUM_TCP_IPV6 | CSUM_TSO)) {
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_tx.c701 CSUM_UDP_IPV6 | CSUM_TCP_IPV6 | CSUM_TSO))
/freebsd-11-stable/sys/netinet6/
H A Dudp6_usrreq.c851 m->m_pkthdr.csum_flags = CSUM_UDP_IPV6;
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sge.c2212 return (m->m_pkthdr.csum_flags & (CSUM_TCP | CSUM_UDP | CSUM_UDP_IPV6 |
4353 CSUM_UDP_IPV6 | CSUM_TCP_IPV6 | CSUM_TSO))
4478 CSUM_UDP_IPV6 | CSUM_TCP_IPV6 | CSUM_TSO))
4667 CSUM_UDP_IPV6 | CSUM_TCP_IPV6 | CSUM_TSO))
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_freebsd.c308 CSUM_TCP_IPV6 | CSUM_UDP_IPV6 |
/freebsd-11-stable/sys/dev/cadence/
H A Dif_cgem.c97 CSUM_TCP_IPV6 | CSUM_UDP_IPV6)
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_sge.c1430 CSUM_UDP_IPV6 | CSUM_TCP_IPV6))))
1546 CSUM_UDP | CSUM_UDP_IPV6 | CSUM_TCP_IPV6))))
H A Dcxgb_main.c1035 CSUM_UDP_IPV6 | CSUM_TCP_IPV6;
1963 ifp->if_hwassist ^= (CSUM_UDP_IPV6 | CSUM_TCP_IPV6);
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c51 * CSUM_TCP_IPV6 and CSUM_UDP_IPV6 were added in r236170. Define these
57 #define CSUM_UDP_IPV6 0 macro
4620 CSUM_UDP_IPV6), 0);
4637 CSUM_UDP_IPV6), 0);
4934 CSUM_UDP_IPV6)) {
5020 CSUM_UDP_IPV6)) {
5036 CSUM_UDP_IPV6)) {
5370 } else if (m0->m_pkthdr.csum_flags & CSUM_UDP_IPV6) {
13088 CSUM_UDP_IPV6));

Completed in 300 milliseconds

12