Searched refs:sctp_calculate_cksum (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/netinet/
H A Dsctp_crc32.h42 uint32_t sctp_calculate_cksum(struct mbuf *, uint32_t);
H A Dsctp_crc32.c90 sctp_calculate_cksum(struct mbuf *m, uint32_t offset) function
95 KASSERT(m != NULL, ("sctp_calculate_cksum, offset > length of mbuf chain"));
131 checksum = sctp_calculate_cksum(m, offset);
H A Dsctp_output.c4207 sctphdr->checksum = sctp_calculate_cksum(m, sizeof(struct ip) + sizeof(struct udphdr));
4531 sctphdr->checksum = sctp_calculate_cksum(m, sizeof(struct ip6_hdr) + sizeof(struct udphdr));
11185 shout->checksum = sctp_calculate_cksum(mout, sizeof(struct ip) + sizeof(struct udphdr));
11208 shout->checksum = sctp_calculate_cksum(mout, sizeof(struct ip6_hdr) + sizeof(struct udphdr));
H A Dsctp_input.c5307 calc_check = sctp_calculate_cksum(m, iphlen);
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw2.c612 sctp->checksum = sctp_calculate_cksum(m, hlen);

Completed in 178 milliseconds