sctphdr            67 include/linux/sctp.h static inline struct sctphdr *sctp_hdr(const struct sk_buff *skb)
sctphdr            69 include/linux/sctp.h 	return (struct sctphdr *)skb_transport_header(skb);
sctphdr            63 include/net/sctp/checksum.h 	struct sctphdr *sh = sctp_hdr(skb);
sctphdr           134 include/net/sctp/sctp.h 			     struct sctphdr *, struct sctp_association **,
sctphdr           412 include/net/sctp/sctp.h 	frag -= sizeof(struct sctphdr) + sizeof(struct sctp_data_chunk);
sctphdr           594 include/net/sctp/structs.h 	struct sctphdr *sctp_hdr;