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()
108 /* Set association default SACK delay */ in sctp_association_init()
112 /* Set the association default flags controlling in sctp_association_init()
124 /* initialize association timers */ in sctp_association_init()
155 * This is also the rcvbuf space per association. in sctp_association_init()
194 * association to the same value as the initial TSN. in sctp_association_init()
205 /* RFC 2960 5.1 Normal Establishment of an Association in sctp_association_init()
208 * association the endpoint must immediately respond with a in sctp_association_init()
213 * [We implement this by telling a new association that it in sctp_association_init()
260 /* Save the hmacs and chunks list into this association */ in sctp_association_init()
268 /* Get the AUTH random number for this association */ in sctp_association_init()
284 /* Allocate and initialize a new association */
310 /* Free this association if possible. There may still be users, so
321 * don't bother for if this is a temporary association. in sctp_association_free()
392 /* AUTH - Free the association shared key */ in sctp_association_free()
398 /* Cleanup and free up an association. */
402 WARN(1, "Attempt to destroy undead association %p!\n", asoc); in sctp_association_destroy()
461 * the association. in sctp_assoc_set_primary()
480 /* Remove a transport from an association. */
488 pr_debug("%s: association:%p addr:%pISpc\n", in sctp_assoc_rm_peer()
581 /* Add a transport address to an association. */
596 pr_debug("%s: association:%p addr:%pISpc state:%d\n", __func__, in sctp_assoc_add_peer()
623 * association configured value. in sctp_assoc_add_peer()
636 * association configured value. in sctp_assoc_add_peer()
654 * based on association setting. in sctp_assoc_add_peer()
661 /* If this is the first transport addr on this association, in sctp_assoc_add_peer()
662 * initialize the association PMTU to the peer's PMTU. in sctp_assoc_add_peer()
663 * If not and the current association PMTU is higher than the new in sctp_assoc_add_peer()
664 * peer's PMTU, reset the association PMTU to the new peer's PMTU. in sctp_assoc_add_peer()
733 /* Delete a transport address from an association. */
850 /* Hold a reference to an association. */
856 /* Release a reference to an association and cleanup
866 * association.
985 /* The association should be held so we should be safe. */ in sctp_assoc_bh_rcv()
1021 * been sent to the peer during the association setup. It in sctp_assoc_bh_rcv()
1047 /* Check to see if the association is freed in response to in sctp_assoc_bh_rcv()
1063 /* This routine moves an association from its old sk to a new sk. */
1069 /* Delete the association from the old endpoint's list of in sctp_assoc_migrate()
1090 /* Add the association to the new endpoint's list of associations. */ in sctp_assoc_migrate()
1094 /* Update an association (possibly from unexpected COOKIE-ECHO processing). */
1112 /* Remove any peer addresses not present in the new association. */ in sctp_assoc_update()
1124 /* If the case is A (association restart), use in sctp_assoc_update()
1145 /* reset the overall association error count so in sctp_assoc_update()
1146 * that the restarted association doesn't get torn in sctp_assoc_update()
1152 /* Add any peer addresses from the new association. */ in sctp_assoc_update()
1172 * and also move the association shared keys over in sctp_assoc_update()
1302 pr_debug("%s: association:%p updated new path to addr:%pISpc\n", in sctp_assoc_update_retran_path()
1416 /* Update the association's pmtu and frag_point by going through all the
1496 * minimum of the association's PMTU and half of the receive buffer. in sctp_assoc_rwnd_increase()
1529 pr_debug("%s: association:%p has asoc->rwnd:%u, " in sctp_assoc_rwnd_decrease()
1562 /* Build the bind address list for the association based on info from the
1588 /* Build the association's bind address list from the cookie. */
1601 /* Lookup laddr in the bind address list of an association. */
1615 /* Set an association id for a given association */