Searched refs:sctphdr (Results 1 – 4 of 4) sorted by relevance
64 struct sctphdr *sh = (struct sctphdr *)(skb->data + offset); in sctp_compute_cksum()
158 struct sctphdr *, struct sctp_association **,592 __u32 overhead = sizeof(struct sctphdr) + extra; in sctp_mtu_payload()
622 struct sctphdr *sctp_hdr;
60 struct sctphdr { struct67 static inline struct sctphdr *sctp_hdr(const struct sk_buff *skb) in sctp_hdr() argument69 return (struct sctphdr *)skb_transport_header(skb); in sctp_hdr()