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
339 __u32 __pad; /* force sctp_cookie alignment to 64 bits */ argument
340 struct sctp_cookie c;
1592 struct sctp_cookie c;
2180 struct sctp_cookie*,
275 my_vtagsctp_cookie global() argument
281 peer_vtagsctp_cookie global() argument
288 my_ttagsctp_cookie global() argument
291 peer_ttagsctp_cookie global() argument
294 expirationsctp_cookie global() argument
299 sinit_num_ostreamssctp_cookie global() argument
300 sinit_max_instreamssctp_cookie global() argument
303 initial_tsnsctp_cookie global() argument
306 peer_addrsctp_cookie global() argument
311 my_portsctp_cookie global() argument
313 prsctp_capablesctp_cookie global() argument
/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_cookie()