Home
last modified time | relevance | path

Searched refs:sctp_hdr (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/net/sctp/
Dsm.h395 if (ntohl(chunk->sctp_hdr->vtag) == asoc->c.my_vtag) in sctp_vtag_verify()
430 (ntohl(chunk->sctp_hdr->vtag) == asoc->c.my_vtag)) || in sctp_vtag_verify_either()
432 (ntohl(chunk->sctp_hdr->vtag) == asoc->c.peer_vtag))) { in sctp_vtag_verify_either()
Dstructs.h622 struct sctphdr *sctp_hdr; member
/linux-4.19.296/include/linux/
Dsctp.h67 static inline struct sctphdr *sctp_hdr(const struct sk_buff *skb) in sctp_hdr() function