Searched refs:bear_cookie (Results 1 – 1 of 1) sorted by relevance
1732 struct sctp_cookie *bear_cookie; in sctp_unpack_cookie() local1761 bear_cookie = &cookie->c; in sctp_unpack_cookie()1763 ch = (struct sctp_chunkhdr *)(bear_cookie + 1); in sctp_unpack_cookie()1771 if (bear_cookie->raw_addr_list_len > len - fixed_size - chlen) in sctp_unpack_cookie()1778 hmac_sha256(&ep->cookie_auth_key, (const u8 *)bear_cookie, in sctp_unpack_cookie()1794 if (ntohl(chunk->sctp_hdr->vtag) != bear_cookie->my_vtag) { in sctp_unpack_cookie()1799 if (chunk->sctp_hdr->source != bear_cookie->peer_addr.v4.sin_port || in sctp_unpack_cookie()1800 ntohs(chunk->sctp_hdr->dest) != bear_cookie->my_port) { in sctp_unpack_cookie()1819 asoc->c.my_vtag != bear_cookie->my_vtag || in sctp_unpack_cookie()1820 asoc->c.peer_vtag != bear_cookie->peer_vtag) && in sctp_unpack_cookie()[all …]