Searched refs:sctp_compute_cksum (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/net/sctp/
H A Dchecksum.h51 static inline __le32 sctp_compute_cksum(const struct sk_buff *skb, function
/linux-master/net/sctp/
H A Doffload.c36 return sctp_compute_cksum(skb, skb_transport_offset(skb));
H A Doutput.c552 sh->checksum = sctp_compute_cksum(head, 0);
H A Dinput.c75 __le32 val = sctp_compute_cksum(skb, 0);
/linux-master/net/netfilter/ipvs/
H A Dip_vs_proto_sctp.c86 sctph->checksum = sctp_compute_cksum(skb, sctphoff);
203 val = sctp_compute_cksum(skb, sctphoff);
/linux-master/net/sched/
H A Dact_csum.c377 sctph->checksum = sctp_compute_cksum(skb,
/linux-master/net/openvswitch/
H A Dactions.c766 old_correct_csum = sctp_compute_cksum(skb, sctphoff);
771 new_csum = sctp_compute_cksum(skb, sctphoff);
/linux-master/net/netfilter/
H A Dnft_payload.c745 sh->checksum = sctp_compute_cksum(skb, offset);
H A Dnf_conntrack_proto_sctp.c319 if (sh->checksum != sctp_compute_cksum(skb, dataoff)) {
H A Dnf_nat_proto.c132 hdr->checksum = sctp_compute_cksum(skb, hdroff);

Completed in 155 milliseconds