Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/sctp/
Dsm_make_chunk.c1334 struct sctp_cookie *bear_cookie; in sctp_unpack_cookie() local
1361 bear_cookie = &cookie->c; in sctp_unpack_cookie()
1368 sg.page = virt_to_page(bear_cookie); in sctp_unpack_cookie()
1369 sg.offset = (unsigned long)(bear_cookie) % PAGE_SIZE; in sctp_unpack_cookie()
1399 if (ntohl(chunk->sctp_hdr->vtag) != bear_cookie->my_vtag) { in sctp_unpack_cookie()
1404 if (ntohs(chunk->sctp_hdr->source) != bear_cookie->peer_addr.v4.sin_port || in sctp_unpack_cookie()
1405 ntohs(chunk->sctp_hdr->dest) != bear_cookie->my_port) { in sctp_unpack_cookie()
1414 if (!asoc && tv_lt(bear_cookie->expiration, skb->stamp)) { in sctp_unpack_cookie()
1428 bear_cookie->expiration.tv_sec) * 1000000L + in sctp_unpack_cookie()
1430 bear_cookie->expiration.tv_usec; in sctp_unpack_cookie()
[all …]