Home
last modified time | relevance | path

Searched refs:peer_chunks (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/net/sctp/
Dassociola.c391 kfree(asoc->peer.peer_chunks); in sctp_association_free()
1201 kfree(asoc->peer.peer_chunks); in sctp_assoc_update()
1202 asoc->peer.peer_chunks = new->peer.peer_chunks; in sctp_assoc_update()
1203 new->peer.peer_chunks = NULL; in sctp_assoc_update()
Dauth.c252 asoc->peer.peer_chunks, in sctp_auth_make_peer_vector()
702 return __sctp_auth_cid(chunk, asoc->peer.peer_chunks); in sctp_auth_send_cid()
Dsm_make_chunk.c2694 asoc->peer.peer_chunks = kmemdup(param.p, in sctp_process_param()
2696 if (!asoc->peer.peer_chunks) in sctp_process_param()
Dsocket.c6680 ch = asoc->peer.peer_chunks; in sctp_getsockopt_peer_auth_chunks()
/Linux-v4.19/include/net/sctp/
Dstructs.h1729 struct sctp_chunks_param *peer_chunks; member