Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/sctp/
Dstructs.h261 struct sctp_cookie { struct
331 struct sctp_cookie c;
1362 struct sctp_cookie c;
1911 struct sctp_cookie*,
/linux-4.1.27/net/sctp/
Dsm_make_chunk.c1617 sizeof(struct sctp_cookie)); in sctp_pack_cookie()
1618 bodysize = sizeof(struct sctp_cookie) in sctp_pack_cookie()
1697 struct sctp_cookie *bear_cookie; in sctp_unpack_cookie()
1712 sizeof(struct sctp_cookie)); in sctp_unpack_cookie()
1714 fixed_size = headersize + sizeof(struct sctp_cookie); in sctp_unpack_cookie()
Dassociola.c1563 struct sctp_cookie *cookie, in sctp_assoc_set_bind_addr_from_cookie()