Home
last modified time | relevance | path

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

/net/sctp/
Dsm_make_chunk.c1705 struct sctp_cookie *bear_cookie; in sctp_unpack_cookie() local
1738 bear_cookie = &cookie->c; in sctp_unpack_cookie()
1744 sg_init_one(&sg, bear_cookie, bodysize); in sctp_unpack_cookie()
1769 if (ntohl(chunk->sctp_hdr->vtag) != bear_cookie->my_vtag) { in sctp_unpack_cookie()
1774 if (chunk->sctp_hdr->source != bear_cookie->peer_addr.v4.sin_port || in sctp_unpack_cookie()
1775 ntohs(chunk->sctp_hdr->dest) != bear_cookie->my_port) { in sctp_unpack_cookie()
1793 if (!asoc && ktime_before(bear_cookie->expiration, kt)) { in sctp_unpack_cookie()
1805 suseconds_t usecs = ktime_to_us(ktime_sub(kt, bear_cookie->expiration)); in sctp_unpack_cookie()
1830 memcpy(&retval->c, bear_cookie, sizeof(*bear_cookie)); in sctp_unpack_cookie()
1832 if (sctp_assoc_set_bind_addr_from_cookie(retval, bear_cookie, in sctp_unpack_cookie()