Lines Matching full:association

11  * This module provides the abstraction for an SCTP association.
50 /* Initialize a new association from provided memory. */
85 /* Set the association max_retrans and RTO values from the in sctp_association_init()
97 /* Initialize the association's heartbeat interval based on the in sctp_association_init()
111 /* Set association default SACK delay */ in sctp_association_init()
115 /* Set the association default flags controlling in sctp_association_init()
127 /* initialize association timers */ in sctp_association_init()
159 * This is also the rcvbuf space per association. in sctp_association_init()
198 * association to the same value as the initial TSN. in sctp_association_init()
209 /* RFC 2960 5.1 Normal Establishment of an Association in sctp_association_init()
212 * association the endpoint must immediately respond with a in sctp_association_init()
217 * [We implement this by telling a new association that it in sctp_association_init()
262 /* Save the hmacs and chunks list into this association */ in sctp_association_init()
270 /* Get the AUTH random number for this association */ in sctp_association_init()
285 /* Allocate and initialize a new association */
311 /* Free this association if possible. There may still be users, so
322 * don't bother for if this is a temporary association. in sctp_association_free()
393 /* AUTH - Free the association shared key */ in sctp_association_free()
399 /* Cleanup and free up an association. */
403 WARN(1, "Attempt to destroy undead association %p!\n", asoc); in sctp_association_destroy()
462 * the association. in sctp_assoc_set_primary()
481 /* Remove a transport from an association. */
489 pr_debug("%s: association:%p addr:%pISpc\n", in sctp_assoc_rm_peer()
582 /* Add a transport address to an association. */
597 pr_debug("%s: association:%p addr:%pISpc state:%d\n", __func__, in sctp_assoc_add_peer()
624 * association configured value. in sctp_assoc_add_peer()
640 * association configured value. in sctp_assoc_add_peer()
658 * based on association setting. in sctp_assoc_add_peer()
665 /* If this is the first transport addr on this association, in sctp_assoc_add_peer()
666 * initialize the association PMTU to the peer's PMTU. in sctp_assoc_add_peer()
667 * If not and the current association PMTU is higher than the new in sctp_assoc_add_peer()
668 * peer's PMTU, reset the association PMTU to the new peer's PMTU. in sctp_assoc_add_peer()
739 /* Delete a transport address from an association. */
858 /* Hold a reference to an association. */
864 /* Release a reference to an association and cleanup
874 * association.
993 /* The association should be held so we should be safe. */ in sctp_assoc_bh_rcv()
1029 * been sent to the peer during the association setup. It in sctp_assoc_bh_rcv()
1055 /* Check to see if the association is freed in response to in sctp_assoc_bh_rcv()
1071 /* This routine moves an association from its old sk to a new sk. */
1077 /* Delete the association from the old endpoint's list of in sctp_assoc_migrate()
1098 /* Add the association to the new endpoint's list of associations. */ in sctp_assoc_migrate()
1102 /* Update an association (possibly from unexpected COOKIE-ECHO processing). */
1120 /* Remove any peer addresses not present in the new association. */ in sctp_assoc_update()
1132 /* If the case is A (association restart), use in sctp_assoc_update()
1153 /* reset the overall association error count so in sctp_assoc_update()
1154 * that the restarted association doesn't get torn in sctp_assoc_update()
1160 /* Add any peer addresses from the new association. */ in sctp_assoc_update()
1179 * and also move the association shared keys over in sctp_assoc_update()
1309 pr_debug("%s: association:%p updated new path to addr:%pISpc\n", in sctp_assoc_update_retran_path()
1423 /* Update the association's pmtu and frag_point by going through all the
1503 * minimum of the association's PMTU and half of the receive buffer. in sctp_assoc_rwnd_increase()
1536 pr_debug("%s: association:%p has asoc->rwnd:%u, " in sctp_assoc_rwnd_decrease()
1569 /* Build the bind address list for the association based on info from the
1595 /* Build the association's bind address list from the cookie. */
1609 /* Lookup laddr in the bind address list of an association. */
1623 /* Set an association id for a given association */