Home
last modified time | relevance | path

Searched refs:CSUM_SCTP (Results 1 – 23 of 23) sorted by relevance

/freebsd/sys/netgraph/
H A Dng_patch.h44 #define NG_PATCH_CSUM_IPV4 (CSUM_IP|CSUM_TCP|CSUM_UDP|CSUM_SCTP)
/freebsd/sys/netinet/
H A Dip_output.c154 if (m->m_pkthdr.csum_flags & CSUM_SCTP) in ip_output_pfil()
185 if (m->m_pkthdr.csum_flags & CSUM_SCTP) in ip_output_pfil()
767 if (m->m_pkthdr.csum_flags & CSUM_SCTP & ~ifp->if_hwassist) { in ip_output()
769 m->m_pkthdr.csum_flags &= ~CSUM_SCTP; in ip_output()
911 if (m0->m_pkthdr.csum_flags & CSUM_SCTP) { in ip_fragment()
913 m0->m_pkthdr.csum_flags &= ~CSUM_SCTP; in ip_fragment()
H A Dip_divert.c201 if (m->m_pkthdr.csum_flags & CSUM_SCTP) { in divert_packet()
206 m->m_pkthdr.csum_flags &= ~CSUM_SCTP; in divert_packet()
H A Dsctp_output.c4215 m->m_pkthdr.csum_flags = CSUM_SCTP; in sctp_lowlevel_chunk_output()
11303 mout->m_pkthdr.csum_flags = CSUM_SCTP; in sctp_send_resp_msg()
/freebsd/sys/dev/iavf/
H A Diavf_lib.h165 #define CSUM_OFFLOAD_IPV4 (CSUM_IP|CSUM_TCP|CSUM_UDP|CSUM_SCTP)
/freebsd/sys/net/
H A Dif_loop.c84 #define LO_CSUM_FEATURES (CSUM_IP | CSUM_TCP | CSUM_UDP | CSUM_SCTP)
H A Dif_infiniband.c198 if (src->m_pkthdr.csum_flags & CSUM_SCTP) in update_mbuf_csumflags()
H A Dif_ethersubr.c131 if (src->m_pkthdr.csum_flags & CSUM_SCTP) in update_mbuf_csumflags()
H A Dif_vlan.c2106 CSUM_UDP | CSUM_SCTP); in vlan_capabilities()
H A Diflib.c2497 tx_ip_csum_flags = scctx->isc_tx_csum_flags & (CSUM_IP | CSUM_TCP | CSUM_UDP | CSUM_SCTP); in iflib_init_locked()
/freebsd/sys/dev/ixl/
H A Dixl.h194 #define CSUM_OFFLOAD_IPV4 (CSUM_IP|CSUM_TCP|CSUM_UDP|CSUM_SCTP)
/freebsd/sys/netipsec/
H A Dipsec_output.c243 if ((m->m_pkthdr.csum_flags & CSUM_SCTP & ~hwassist) != 0) { in ipsec4_perform_request()
245 m->m_pkthdr.csum_flags &= ~CSUM_SCTP; in ipsec4_perform_request()
/freebsd/sys/dev/ntb/if_ntb/
H A Dif_ntb.c68 #define NTB_CSUM_FEATURES (CSUM_IP | CSUM_TCP | CSUM_UDP | CSUM_SCTP)
/freebsd/sys/dev/vnic/
H A Dnicvf_main.c369 if_sethwassistbits(ifp, (CSUM_IP | CSUM_TCP | CSUM_UDP | CSUM_SCTP), 0); in nicvf_setup_ifnet()
655 (CSUM_IP | CSUM_TCP | CSUM_UDP | CSUM_SCTP)) != 0) { in nicvf_if_transmit()
H A Dnicvf_queues.c1848 if ((mbuf->m_pkthdr.csum_flags & CSUM_SCTP) == 0) in nicvf_sq_add_hdr_subdesc()
/freebsd/sys/dev/netmap/
H A Dnetmap_freebsd.c305 return m->m_pkthdr.csum_flags & (CSUM_TCP | CSUM_UDP | CSUM_SCTP | in nm_os_mbuf_has_csum_offld()
/freebsd/sys/sys/
H A Dmbuf.h738 #define CSUM_SCTP CSUM_IP_SCTP macro
/freebsd/sys/dev/axgbe/
H A Dif_axgbe_pci.c700 scctx->isc_tx_csum_flags = (CSUM_IP | CSUM_TCP | CSUM_UDP | CSUM_SCTP | in axgbe_init_iflib_softc_ctx()
/freebsd/sys/netpfil/pf/
H A Dpf.c3979 pd->m->m_pkthdr.csum_flags |= CSUM_SCTP; in pf_translate_af()
4006 if (pd->m->m_pkthdr.csum_flags & CSUM_SCTP) { in pf_translate_af()
4007 pd->m->m_pkthdr.csum_flags &= ~CSUM_SCTP; in pf_translate_af()
9957 if (m0->m_pkthdr.csum_flags & CSUM_SCTP & ~ifp->if_hwassist) { in pf_route()
9959 m0->m_pkthdr.csum_flags &= ~CSUM_SCTP; in pf_route()
/freebsd/sys/dev/igc/
H A Dif_igc.c568 CSUM_IP6_TCP | CSUM_IP6_UDP | CSUM_SCTP | CSUM_IP6_SCTP; in igc_if_attach_pre()
/freebsd/sys/dev/al_eth/
H A Dal_eth.c152 #define CSUM_OFFLOAD (CSUM_IP|CSUM_TCP|CSUM_UDP|CSUM_SCTP)
/freebsd/sys/dev/ixgbe/
H A Dif_ix.c1175 scctx->isc_tx_csum_flags |= CSUM_SCTP |CSUM_IP6_SCTP; in ixgbe_if_attach_pre()
/freebsd/sys/dev/e1000/
H A Dif_em.c1060 scctx->isc_tx_csum_flags |= CSUM_SCTP | CSUM_IP6_SCTP; in em_if_attach_pre()