Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/sctp/
Dstructs.h274 struct sctp_cookie { struct
345 struct sctp_cookie c;
1573 struct sctp_cookie c;
2145 struct sctp_cookie*,
/Linux-v4.19/net/sctp/
Dsm_make_chunk.c1628 sizeof(struct sctp_cookie)); in sctp_pack_cookie()
1629 bodysize = sizeof(struct sctp_cookie) in sctp_pack_cookie()
1713 struct sctp_cookie *bear_cookie; in sctp_unpack_cookie()
1724 sizeof(struct sctp_cookie)); in sctp_unpack_cookie()
1726 fixed_size = headersize + sizeof(struct sctp_cookie); in sctp_unpack_cookie()
Dassociola.c1609 struct sctp_cookie *cookie, in sctp_assoc_set_bind_addr_from_cookie()