Home
last modified time | relevance | path

Searched refs:sctphdr (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/include/net/sctp/
Dchecksum.h64 struct sctphdr *sh = (struct sctphdr *)(skb->data + offset); in sctp_compute_cksum()
Dsctp.h158 struct sctphdr *, struct sctp_association **,
592 __u32 overhead = sizeof(struct sctphdr) + extra; in sctp_mtu_payload()
Dstructs.h622 struct sctphdr *sctp_hdr;
/linux-4.19.296/include/linux/
Dsctp.h60 struct sctphdr { struct
67 static inline struct sctphdr *sctp_hdr(const struct sk_buff *skb) in sctp_hdr() argument
69 return (struct sctphdr *)skb_transport_header(skb); in sctp_hdr()