Home
last modified time | relevance | path

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

/linux/include/net/sctp/
H A Dstructs.h269 struct sctp_cookie { struct
340 struct sctp_cookie c;
1592 struct sctp_cookie c;
2180 struct sctp_cookie*,
/linux/net/sctp/
H A Dsm_make_chunk.c1661 sizeof(struct sctp_cookie)); in sctp_pack_cookie()
1662 bodysize = sizeof(struct sctp_cookie) in sctp_pack_cookie()
1742 struct sctp_cookie *bear_cookie; in sctp_unpack_cookie()
1753 sizeof(struct sctp_cookie)); in sctp_unpack_cookie()
1755 fixed_size = headersize + sizeof(struct sctp_cookie); in sctp_unpack_cookie()
H A Dassociola.c1579 struct sctp_cookie *cookie, in sctp_assoc_set_bind_addr_from_ep()