Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/sctp/
Dstructs.h264 struct sctp_cookie { struct
335 struct sctp_cookie c;
1569 struct sctp_cookie c;
2144 struct sctp_cookie*,
/Linux-v5.4/net/sctp/
Dsm_make_chunk.c1620 sizeof(struct sctp_cookie)); in sctp_pack_cookie()
1621 bodysize = sizeof(struct sctp_cookie) in sctp_pack_cookie()
1704 struct sctp_cookie *bear_cookie; in sctp_unpack_cookie()
1715 sizeof(struct sctp_cookie)); in sctp_unpack_cookie()
1717 fixed_size = headersize + sizeof(struct sctp_cookie); in sctp_unpack_cookie()
Dassociola.c1590 struct sctp_cookie *cookie, in sctp_assoc_set_bind_addr_from_cookie()