Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dstructs.h268 struct sctp_cookie { struct
339 struct sctp_cookie c;
1569 struct sctp_cookie c;
2147 struct sctp_cookie*,
/OK3568_Linux_fs/kernel/net/sctp/
H A Dsm_make_chunk.c1624 sizeof(struct sctp_cookie)); in sctp_pack_cookie()
1625 bodysize = sizeof(struct sctp_cookie) in sctp_pack_cookie()
1705 struct sctp_cookie *bear_cookie; in sctp_unpack_cookie()
1716 sizeof(struct sctp_cookie)); in sctp_unpack_cookie()
1718 fixed_size = headersize + sizeof(struct sctp_cookie); in sctp_unpack_cookie()
H A Dassociola.c1589 struct sctp_cookie *cookie, in sctp_assoc_set_bind_addr_from_cookie()