Lines Matching full:association
10 * This module provides the abstraction for an SCTP association.
65 /* Initialize a new association from provided memory. */
101 /* Set the association max_retrans and RTO values from the in sctp_association_init()
111 /* Initialize the association's heartbeat interval based on the in sctp_association_init()
122 /* Set association default SACK delay */ in sctp_association_init()
126 /* Set the association default flags controlling in sctp_association_init()
136 /* initialize association timers */ in sctp_association_init()
167 * This is also the rcvbuf space per association. in sctp_association_init()
206 * association to the same value as the initial TSN. in sctp_association_init()
217 /* RFC 2960 5.1 Normal Establishment of an Association in sctp_association_init()
220 * association the endpoint must immediately respond with a in sctp_association_init()
225 * [We implement this by telling a new association that it in sctp_association_init()
282 /* Save the hmacs and chunks list into this association */ in sctp_association_init()
290 /* Get the AUTH random number for this association */ in sctp_association_init()
306 /* Allocate and initialize a new association */
332 /* Free this association if possible. There may still be users, so
343 * don't bother for if this is a temporary association. in sctp_association_free()
414 /* AUTH - Free the association shared key */ in sctp_association_free()
420 /* Cleanup and free up an association. */
424 WARN(1, "Attempt to destroy undead association %p!\n", asoc); in sctp_association_destroy()
481 * the association. in sctp_assoc_set_primary()
500 /* Remove a transport from an association. */
508 pr_debug("%s: association:%p addr:%pISpc\n", in sctp_assoc_rm_peer()
600 /* Add a transport address to an association. */
616 pr_debug("%s: association:%p addr:%pISpc state:%d\n", __func__, in sctp_assoc_add_peer()
643 * association configured value. in sctp_assoc_add_peer()
654 * association configured value. in sctp_assoc_add_peer()
672 * based on association setting. in sctp_assoc_add_peer()
679 /* If this is the first transport addr on this association, in sctp_assoc_add_peer()
680 * initialize the association PMTU to the peer's PMTU. in sctp_assoc_add_peer()
681 * If not and the current association PMTU is higher than the new in sctp_assoc_add_peer()
682 * peer's PMTU, reset the association PMTU to the new peer's PMTU. in sctp_assoc_add_peer()
749 /* Delete a transport address from an association. */
879 /* Hold a reference to an association. */
885 /* Release a reference to an association and cleanup
895 * association.
1014 /* The association should be held so we should be safe. */ in sctp_assoc_bh_rcv()
1050 * been sent to the peer during the association setup. It in sctp_assoc_bh_rcv()
1076 /* Check to see if the association is freed in response to in sctp_assoc_bh_rcv()
1092 /* This routine moves an association from its old sk to a new sk. */
1098 /* Delete the association from the old endpoint's list of in sctp_assoc_migrate()
1119 /* Add the association to the new endpoint's list of associations. */ in sctp_assoc_migrate()
1123 /* Update an association (possibly from unexpected COOKIE-ECHO processing). */
1141 /* Remove any peer addresses not present in the new association. */ in sctp_assoc_update()
1153 /* If the case is A (association restart), use in sctp_assoc_update()
1174 /* reset the overall association error count so in sctp_assoc_update()
1175 * that the restarted association doesn't get torn in sctp_assoc_update()
1181 /* Add any peer addresses from the new association. */ in sctp_assoc_update()
1201 * and also move the association shared keys over in sctp_assoc_update()
1331 pr_debug("%s: association:%p updated new path to addr:%pISpc\n", in sctp_assoc_update_retran_path()
1445 /* Update the association's pmtu and frag_point by going through all the
1524 * minimum of the association's PMTU and half of the receive buffer. in sctp_assoc_rwnd_increase()
1557 pr_debug("%s: association:%p has asoc->rwnd:%u, " in sctp_assoc_rwnd_decrease()
1590 /* Build the bind address list for the association based on info from the
1616 /* Build the association's bind address list from the cookie. */
1629 /* Lookup laddr in the bind address list of an association. */
1643 /* Set an association id for a given association */