Home
last modified time | relevance | path

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

/linux-3.4.99/net/sctp/
Dsm_make_chunk.c1644 struct sctp_cookie *bear_cookie; in sctp_unpack_cookie() local
1678 bear_cookie = &cookie->c; in sctp_unpack_cookie()
1685 sg_init_one(&sg, bear_cookie, bodysize); in sctp_unpack_cookie()
1722 if (ntohl(chunk->sctp_hdr->vtag) != bear_cookie->my_vtag) { in sctp_unpack_cookie()
1727 if (chunk->sctp_hdr->source != bear_cookie->peer_addr.v4.sin_port || in sctp_unpack_cookie()
1728 ntohs(chunk->sctp_hdr->dest) != bear_cookie->my_port) { in sctp_unpack_cookie()
1746 if (!asoc && tv_lt(bear_cookie->expiration, tv)) { in sctp_unpack_cookie()
1759 bear_cookie->expiration.tv_sec) * 1000000L + in sctp_unpack_cookie()
1760 tv.tv_usec - bear_cookie->expiration.tv_usec; in sctp_unpack_cookie()
1785 memcpy(&retval->c, bear_cookie, sizeof(*bear_cookie)); in sctp_unpack_cookie()
[all …]