Home
last modified time | relevance | path

Searched refs:CSUM_UDP_IPV6 (Results 1 – 14 of 14) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_checksum.c464 m->m_pkthdr.csum_flags &= ~(CSUM_TCP_IPV6|CSUM_UDP_IPV6); in checksum_ipv6()
496 m->m_pkthdr.csum_flags &= ~CSUM_UDP_IPV6; in checksum_ipv6()
500 if (m->m_pkthdr.csum_flags & CSUM_UDP_IPV6) { in checksum_ipv6()
508 if ((priv->conf->csum_offload & CSUM_UDP_IPV6) == 0) { in checksum_ipv6()
515 m->m_pkthdr.csum_flags &= ~CSUM_UDP_IPV6; in checksum_ipv6()
525 m->m_pkthdr.csum_flags &= ~(CSUM_TCP_IPV6|CSUM_UDP_IPV6); in checksum_ipv6()
H A Dng_checksum.h44 #define NG_CHECKSUM_CSUM_IPV6 (CSUM_TCP_IPV6|CSUM_UDP_IPV6)
H A Dng_patch.h47 #define NG_PATCH_CSUM_IPV6 (CSUM_TCP_IPV6|CSUM_UDP_IPV6|CSUM_SCTP_IPV6)
/f-stack/freebsd/net/
H A Dif_loop.c87 #define LO_CSUM_FEATURES6 (CSUM_TCP_IPV6 | CSUM_UDP_IPV6 | CSUM_SCTP_IPV6)
H A Dif_tuntap.c169 CSUM_TCP_IPV6 | CSUM_UDP_IPV6)
1233 | CSUM_UDP_IPV6; in tun_caps_changed()
H A Dif_vlan.c1732 CSUM_UDP_IPV6 | CSUM_SCTP_IPV6); in vlan_capabilities()
H A Dif_vxlan.c2675 m->m_pkthdr.csum_flags = CSUM_UDP_IPV6; in vxlan_encap6()
/f-stack/tools/compat/include/sys/
H A Dmbuf.h496 #define CSUM_DELAY_DATA_IPV6 (CSUM_TCP_IPV6|CSUM_UDP_IPV6)
502 #define CSUM_UDP_IPV6 CSUM_IP6_UDP macro
/f-stack/freebsd/sys/
H A Dmbuf.h704 #define CSUM_DELAY_DATA_IPV6 (CSUM_TCP_IPV6|CSUM_UDP_IPV6)
711 #define CSUM_UDP_IPV6 CSUM_IP6_UDP macro
/f-stack/freebsd/netinet6/
H A Dip6_gre.c375 sc->gre_csumflags = CSUM_UDP_IPV6; in in6_gre_attach()
H A Dudp6_usrreq.c949 m->m_pkthdr.csum_flags = CSUM_UDP_IPV6; in udp6_output()
H A Dip6_output.c205 if (m->m_pkthdr.csum_flags & CSUM_UDP_IPV6 && csum == 0) in in6_delayed_cksum()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c13586 m->m_pkthdr.csum_flags = CSUM_UDP_IPV6; in rack_output()
H A Dbbr.c13608 m->m_pkthdr.csum_flags = CSUM_UDP_IPV6; in bbr_output_wtime()