Searched refs:sctp_hdr (Results 1 – 3 of 3) sorted by relevance
395 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()
622 struct sctphdr *sctp_hdr; member
67 static inline struct sctphdr *sctp_hdr(const struct sk_buff *skb) in sctp_hdr() function