Home
last modified time | relevance | path

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

/include/net/sctp/
A Dchecksum.h30 struct sctphdr *sh = (struct sctphdr *)(skb->data + offset); in sctp_compute_cksum()
A Dsctp.h139 struct sctphdr *, struct sctp_association **,
574 __u32 overhead = sizeof(struct sctphdr) + extra; in __sctp_mtu_payload()
622 sizeof(struct sctphdr); in sctp_transport_pl_hlen()
A Dstructs.h609 struct sctphdr *sctp_hdr;
/include/linux/
A Dsctp.h45 struct sctphdr { struct
52 static inline struct sctphdr *sctp_hdr(const struct sk_buff *skb) in sctp_hdr() argument
54 return (struct sctphdr *)skb_transport_header(skb); in sctp_hdr()

Completed in 22 milliseconds