Searched refs:peer_chunks (Results 1 – 5 of 5) sorted by relevance
379 kfree(asoc->peer.peer_chunks); in sctp_association_free()1176 kfree(asoc->peer.peer_chunks); in sctp_assoc_update()1177 asoc->peer.peer_chunks = new->peer.peer_chunks; in sctp_assoc_update()1178 new->peer.peer_chunks = NULL; in sctp_assoc_update()
241 asoc->peer.peer_chunks, in sctp_auth_make_peer_vector()682 return __sctp_auth_cid(chunk, asoc->peer.peer_chunks); in sctp_auth_send_cid()
2676 asoc->peer.peer_chunks = kmemdup(param.p, in sctp_process_param()2678 if (!asoc->peer.peer_chunks) in sctp_process_param()
5630 ch = asoc->peer.peer_chunks; in sctp_getsockopt_peer_auth_chunks()
1517 sctp_chunks_param_t *peer_chunks; member