Lines Matching full:association

107 /* Get the sndbuf space available at the time on the association.  */
116 /* Increment the used sndbuf space count of the corresponding association by
130 /* The sndbuf space is tracked per association. */ in sctp_set_owner_w()
230 /* Look up the association by its id. If this is not a UDP-style
241 * hasn't yet called connect() to establish an association. in sctp_id2assoc()
246 /* Get the first and the only association from the list. */ in sctp_id2assoc()
375 /* Bind a local address either to an endpoint or to an association. */
465 * time two ASCONF may be in-transit on any given association (one sent
494 * association.
550 * association, we do not send the chunk for that association. But it will not
593 * in the bind address list of the association. If so, in sctp_send_asconf_add_ip()
615 * association as Address Parameter of ASCONF CHUNK. in sctp_send_asconf_add_ip()
752 * association, we do not send the chunk for that association. But it will not
797 * not present in the bind address list of the association. in sctp_send_asconf_del_ip()
818 /* Find one address in the association's bind address list in sctp_send_asconf_del_ip()
821 * association. in sctp_send_asconf_del_ip()
964 * association, and SCTP_BINDX_REM_ADDR directs SCTP to remove the given
965 * addresses from the association. The two flags are mutually exclusive;
967 * not remove all addresses from an association; sctp_bindx() will
973 * socket is associated with so that no new association accepted will be
979 * Adding and removing addresses from a connected association is
1225 /* In case the user of sctp_connectx() wants an association in __sctp_connect()
1277 * the association id of the new association. On failure, sctp_connectx()
1284 * An application can use sctp_connectx to initiate an association with
1288 * the association is implementation dependent. This function only
1293 * the association. It does not necessarily equal the set of addresses
1294 * the peer uses for the resulting association. If the caller wants to
1296 * retrieve them after the association has been set up.
1341 * to the option that doesn't provide association id.
1352 * option, to make it simple we feed back the association id is as a return
1353 * indication to the call. Error is always negative and association id is
1444 * To gracefully shutdown a specific association represented by the
1450 * one association, the shutdown is performed on that association only.
1454 * Applications use close() to gracefully close down an association.
1460 * sd - the socket descriptor of the association to be closed.
1508 /* A closed association can still be in the list if in sctp_close()
1678 /* Label connection socket for first association 1-to-many in sctp_sendmsg_new_asoc()
1767 pr_debug("%s: shutting down association:%p\n", __func__, asoc); in sctp_sendmsg_check_sflags()
1780 pr_debug("%s: aborting association:%p\n", __func__, asoc); in sctp_sendmsg_check_sflags()
2262 * specified number of seconds to automatically close. An association
2263 * being idle is defined an association that has NOT sent or received
2267 * association is closed.
2291 * an association, modify an address's heartbeat interval, force a
2310 * application, and identifies the association for
2331 * association if the spp_address field is empty. Note
2337 * on an association. The flag field may contain
2342 * field is empty all addresses for the association
2347 * field is empty all addresses for the association
2364 * on the association are effected.
2369 * on the association are effected. Not also that
2382 * delayed sack is disabled for the entire association. Note
2394 * the address. If just an association is specified (and
2395 * no address), then the association's default flow label
2396 * is returned. If neither an association nor a destination
2403 * associated with either the association or a specific
2409 * address's DSCP value is returned. If just an association
2410 * is specified, then the association's default DSCP is
2411 * returned. If neither an association nor a destination is
2658 /* Get association, if assoc_id != SCTP_FUTURE_ASSOC and the in sctp_setsockopt_peer_addr_params()
2659 * socket is a one to many style socket, and an association in sctp_setsockopt_peer_addr_params()
2668 * association, but not a socket. in sctp_setsockopt_peer_addr_params()
2681 /* If changes are for association, also apply parameters to each in sctp_setsockopt_peer_addr_params()
2752 * effects the specified association for the one to many model (the
2763 * sack_assoc_id - This parameter, indicates which association the user
2788 /* Get association, if sack_assoc_id != SCTP_FUTURE_ASSOC and the in __sctp_setsockopt_delayed_ack()
2789 * socket is a one to many style socket, and an association in __sctp_setsockopt_delayed_ack()
2860 * Applications can specify protocol parameters for the default association
3016 * the association primary. The enclosed address must be one of the
3017 * association peer's addresses.
3091 /* Set the values to the specific association */ in sctp_setsockopt_rtoinfo()
3119 /* If there is no association or the association-id = 0 in sctp_setsockopt_rtoinfo()
3136 * of the association.
3137 * Returns an error if the new association retransmission value is
3158 /* Set the values to the specific association */ in sctp_setsockopt_associnfo()
3231 * PMTU of the underlying association is smaller than the value set by
3247 * association the user is performing an action upon. Note that if
3307 * Requests that the peer mark the enclosed address as the association
3308 * primary. The enclosed address must be one of the association's
3391 * a default context on an association basis that will be received on
3395 * association. Note that the setting of this value only effects
3446 * come from a different association (thus the user must receive data
3448 * association each receive belongs to.
3511 * that can be emitted by this association. Note that the default value
3628 * association shared key.
3689 * the association shared key.
3834 * ASCONF chunks to add and delete addresses to an existing association. Note
3873 * transports in an association. See Section 6.1 of:
4471 /* Get association, if assoc_id != SCTP_FUTURE_ASSOC and the in sctp_setsockopt_encap_port()
4472 * socket is a one to many style socket, and an association in sctp_setsockopt_encap_port()
4480 /* If changes are for association, also apply encap_port to in sctp_setsockopt_encap_port()
4525 /* Get association, if assoc_id != SCTP_FUTURE_ASSOC and the in sctp_setsockopt_probe_interval()
4526 * socket is a one to many style socket, and an association in sctp_setsockopt_probe_interval()
4534 /* If changes are for association, also apply probe_interval to in sctp_setsockopt_probe_interval()
4793 * association without sending data.
4799 * sd: the socket descriptor to have a new association added to.
4850 * association from the accept queue of the endpoint. A new socket
4852 * formed association.
4886 * queue and pick the first association on the list. in sctp_accept()
5007 /* Initialize default association related parameters. These parameters in sctp_init_sock()
5137 * sd - the socket descriptor of the association to be closed.
5406 /* 7.2.1 Association Status (SCTP_STATUS)
5409 * association, including association state, peer receiver window size,
5489 * of an association, including its reachability state, congestion
5606 * specified number of seconds to automatically close. An association
5607 * being idle is defined an association that has NOT sent or received
5611 * association is closed.
5628 /* Helper routine to branch off an association to a new socket. */
5643 /* An association cannot be branched off from an already peeled-off in sctp_do_peeloff()
5786 * an association, modify an address's heartbeat interval, force a
5803 * application, and identifies the association for
5824 * association if the spp_address field is empty. Note
5830 * on an association. The flag field may contain
5835 * field is empty all addresses for the association
5840 * field is empty all addresses for the association
5853 * on the association are effected.
5858 * on the association are effected. Not also that
5871 * delayed sack is disabled for the entire association. Note
5883 * the address. If just an association is specified (and
5884 * no address), then the association's default flow label
5885 * is returned. If neither an association nor a destination
5892 * associated with either the association or a specific
5898 * address's DSCP value is returned. If just an association
5899 * is specified, then the association's default DSCP is
5900 * returned. If neither an association nor a destination is
5947 /* Get association, if assoc_id != SCTP_FUTURE_ASSOC and the in sctp_getsockopt_peer_addr_params()
5948 * socket is a one to many style socket, and an association in sctp_getsockopt_peer_addr_params()
5954 pr_debug("%s: failed no association\n", __func__); in sctp_getsockopt_peer_addr_params()
5977 /* Fetch association values. */ in sctp_getsockopt_peer_addr_params()
6032 * effects the specified association for the one to many model (the
6043 * sack_assoc_id - This parameter, indicates which association the user
6082 /* Get association, if sack_assoc_id != SCTP_FUTURE_ASSOC and the in sctp_getsockopt_delayed_ack()
6083 * socket is a one to many style socket, and an association in sctp_getsockopt_delayed_ack()
6092 /* Fetch association values. */ in sctp_getsockopt_delayed_ack()
6123 * Applications can specify protocol parameters for the default association
6165 /* For UDP-style sockets, id specifies the association to query. */ in sctp_getsockopt_peer_addrs()
6266 * For UDP-style sockets, id specifies the association to query. in sctp_getsockopt_local_addrs()
6269 * association. in sctp_getsockopt_local_addrs()
6346 * the association primary. The enclosed address must be one of the
6347 * association peer's addresses.
6576 /* Values corresponding to the specific association. */ in sctp_getsockopt_rtoinfo()
6604 * of the association.
6605 * Returns an error if the new association retransmission value is
6634 /* Values correspoinding to the specific association */ in sctp_getsockopt_associnfo()
6738 * PMTU of the underlying association is smaller than the value set by
6754 * association the user is performing an action upon. Note that if
7118 * This option gets the current list of SCTP association identifiers of
7168 * transports in an association. See Section 6.1 of:
7975 /* Get association, if assoc_id != SCTP_FUTURE_ASSOC and the in sctp_getsockopt_encap_port()
7976 * socket is a one to many style socket, and an association in sctp_getsockopt_encap_port()
7982 pr_debug("%s: failed no association\n", __func__); in sctp_getsockopt_encap_port()
8035 /* Get association, if assoc_id != SCTP_FUTURE_ASSOC and the in sctp_getsockopt_probe_interval()
8036 * socket is a one to many style socket, and an association in sctp_getsockopt_probe_interval()
8042 pr_debug("%s: failed no association\n", __func__); in sctp_getsockopt_probe_interval()
8681 /* The association is either gone or not ready. */ in sctp_poll()
8762 * One of those addresses will be the primary address for the association.
9074 /* If sndbuf has changed, wake up per association sndbuf waiters. */
9110 /* We do accounting for the sndbuf space per association, in sctp_wake_up_waiters()
9111 * so we only need to wake our own association. in sctp_wake_up_waiters()
9116 /* If association goes down and is just flushing its in sctp_wake_up_waiters()
9137 /* Wake up association. */ in sctp_wake_up_waiters()
9146 * Decrement the used sndbuf space of the corresponding association by the
9188 * Accounting for the association is done in ulpevent.c
9218 /* Increment the association's refcnt. */ in sctp_wait_for_sndbuf()
9221 /* Wait on the association specific sndbuf space. */ in sctp_wait_for_sndbuf()
9252 /* Release the association's refcnt. */ in sctp_wait_for_sndbuf()
9289 /* If socket sndbuf has changed, wake up all per association waiters. */
9316 /* Wait for an association to go into ESTABLISHED state. If timeout is 0,
9328 /* Increment the association's refcnt. */ in sctp_wait_for_connect()
9360 /* Release the association's refcnt. */ in sctp_wait_for_connect()
9580 * peeled off association to the new socket's receive queue. in sctp_sock_migrate()
9637 * that may arrive on the association after we've moved it are in sctp_sock_migrate()
9650 /* If the association on the newsk is already closed before accept() in sctp_sock_migrate()