sctphdr 69 include/linux/sctp.h static inline struct sctphdr *sctp_hdr(const struct sk_buff *skb) sctphdr 71 include/linux/sctp.h return (struct sctphdr *)skb_transport_header(skb); sctphdr 64 include/net/sctp/checksum.h crc = sctp_crc32c(crc, buffer, sizeof(struct sctphdr) - sizeof(__u32)); sctphdr 70 include/net/sctp/checksum.h crc = sctp_crc32c(crc, &buffer[sizeof(struct sctphdr)], sctphdr 71 include/net/sctp/checksum.h length - sizeof(struct sctphdr)); sctphdr 497 include/net/sctp/sctp.h frag -= sizeof(struct sctphdr) + sizeof(struct sctp_data_chunk); sctphdr 699 include/net/sctp/structs.h struct sctphdr *sctp_hdr; sctphdr 45 net/ipv4/netfilter/nf_nat_proto_sctp.c hdr = (struct sctphdr *)(skb->data + hdroff); sctphdr 136 net/netfilter/nf_conntrack_proto_sctp.c const struct sctphdr *hp; sctphdr 137 net/netfilter/nf_conntrack_proto_sctp.c struct sctphdr _hdr; sctphdr 295 net/netfilter/nf_conntrack_proto_sctp.c const struct sctphdr *sh; sctphdr 296 net/netfilter/nf_conntrack_proto_sctp.c struct sctphdr _sctph; sctphdr 399 net/netfilter/nf_conntrack_proto_sctp.c const struct sctphdr *sh; sctphdr 400 net/netfilter/nf_conntrack_proto_sctp.c struct sctphdr _sctph; sctphdr 85 net/sctp/input.c struct sctphdr *sh = sctp_hdr(skb); sctphdr 125 net/sctp/input.c struct sctphdr *sh; sctphdr 143 net/sctp/input.c if (skb->len < sizeof(struct sctphdr)) sctphdr 148 net/sctp/input.c skb_pull(skb, sizeof(struct sctphdr)); sctphdr 435 net/sctp/input.c __u32 vtag = ntohl(sctphdr->vtag); sctphdr 436 net/sctp/input.c int len = skb->len - ((void *)sctphdr - (void *)skb->data); sctphdr 471 net/sctp/input.c chunkhdr = (struct sctp_init_chunk *)((void *)sctphdr sctphdr 472 net/sctp/input.c + sizeof(struct sctphdr)); sctphdr 473 net/sctp/input.c if (len < sizeof(struct sctphdr) + sizeof(sctp_chunkhdr_t) sctphdr 908 net/sctp/input.c struct sctphdr *sh = sctp_hdr(skb); sctphdr 407 net/sctp/ipv6.c struct sctphdr *sh; sctphdr 790 net/sctp/ipv6.c struct sctphdr *sh; sctphdr 123 net/sctp/output.c overhead += sizeof(struct sctphdr); sctphdr 367 net/sctp/output.c struct sctphdr *sh; sctphdr 377 net/sctp/output.c __u32 cksum_buf_len = sizeof(struct sctphdr); sctphdr 416 net/sctp/output.c sh = (struct sctphdr *)skb_push(nskb, sizeof(struct sctphdr)); sctphdr 276 net/sctp/protocol.c struct sctphdr *sh; sctphdr 804 net/sctp/protocol.c struct sctphdr *sh = sctp_hdr(skb);