HomeSort by: relevance | last modified time | path
    Searched defs:csump (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/netinet/
in_offload.c 203 uint16_t *csump; local in function:in_undefer_cksum
226 csump = &ip->ip_sum;
232 csump = NULL;
238 if (csump != NULL) {
239 *csump = csum;
  /src/sys/external/bsd/ipf/netinet/
ip_nat6.c 1563 u_short *csump; local in function:ipf_nat6_icmperror
1583 csump = NULL;
1592 csump = (u_short *)&tcp->th_sum;
1599 csump = (u_short *)&udp->uh_sum;
1770 if ((dlen >= 8) && (*csump != 0)) {
1771 ipf_fix_datacksum(csump, sumd);
1782 ipf_fix_datacksum(csump, sumd);
2869 u_short *csump; local in function:ipf_nat6_out
2897 csump = ipf_nat_proto(fin, nat, nflags);
2903 if (csump != NULL)
3167 u_short *csump; local in function:ipf_nat6_in
    [all...]
ip_nat.c 3726 u_short *csump; local in function:ipf_nat_icmperror
3746 csump = NULL;
3755 csump = (u_short *)&tcp->th_sum;
3762 csump = (u_short *)&udp->uh_sum;
3927 if ((dlen >= 8) && (*csump != 0)) {
3928 ipf_fix_datacksum(csump, sumd);
3936 ipf_fix_datacksum(csump, sumd);
5171 u_short *csump; local in function:ipf_nat_out
5208 csump = ipf_nat_proto(fin, nat, nflags);
5214 if (csump != NULL)
5649 u_short *csump; local in function:ipf_nat_in
5724 u_short *csump; local in function:ipf_nat_proto
    [all...]
fil.c 3380 u_short *sp, slen, sumsave, *csump; local in function:fr_cksum
3388 csump = NULL;
3442 csump = &((udphdr_t *)l4hdr)->uh_sum;
3446 csump = &((tcphdr_t *)l4hdr)->th_sum;
3449 csump = &((icmphdr_t *)l4hdr)->icmp_cksum;
3454 csump = &((struct icmp6_hdr *)l4hdr)->icmp6_cksum;
3461 if (csump != NULL) {
3462 sumsave = *csump;
3463 *csump = 0;
3467 if (csump != NULL
6501 u_short sum, hdrsum, *csump; local in function:ipf_checkl4sum
    [all...]
  /src/sys/dev/hyperv/
if_hvn.c 1310 uint16_t *csump; local in function:hvn_set_hlen
1318 csump = (uint16_t *)(mtod(m, uint8_t *) + off +
1320 *csump = cpu_in_cksum(m, m->m_pkthdr.len - off, off, 0);

Completed in 24 milliseconds