Lines Matching full:association

106 /* Get the sndbuf space available at the time on the association.  */
115 /* Increment the used sndbuf space count of the corresponding association by
129 /* The sndbuf space is tracked per association. */ in sctp_set_owner_w()
229 /* Look up the association by its id. If this is not a UDP-style
240 * hasn't yet called connect() to establish an association. in sctp_id2assoc()
245 /* Get the first and the only association from the list. */ in sctp_id2assoc()
374 /* Bind a local address either to an endpoint or to an association. */
464 * time two ASCONF may be in-transit on any given association (one sent
493 * association.
549 * association, we do not send the chunk for that association. But it will not
592 * in the bind address list of the association. If so, in sctp_send_asconf_add_ip()
614 * association as Address Parameter of ASCONF CHUNK. in sctp_send_asconf_add_ip()
751 * association, we do not send the chunk for that association. But it will not
796 * not present in the bind address list of the association. in sctp_send_asconf_del_ip()
817 /* Find one address in the association's bind address list in sctp_send_asconf_del_ip()
820 * association. in sctp_send_asconf_del_ip()
963 * association, and SCTP_BINDX_REM_ADDR directs SCTP to remove the given
964 * addresses from the association. The two flags are mutually exclusive;
966 * not remove all addresses from an association; sctp_bindx() will
972 * socket is associated with so that no new association accepted will be
978 * Adding and removing addresses from a connected association is
1224 /* In case the user of sctp_connectx() wants an association in __sctp_connect()
1276 * the association id of the new association. On failure, sctp_connectx()
1283 * An application can use sctp_connectx to initiate an association with
1287 * the association is implementation dependent. This function only
1292 * the association. It does not necessarily equal the set of addresses
1293 * the peer uses for the resulting association. If the caller wants to
1295 * retrieve them after the association has been set up.
1340 * to the option that doesn't provide association id.
1351 * option, to make it simple we feed back the association id is as a return
1352 * indication to the call. Error is always negative and association id is
1443 * To gracefully shutdown a specific association represented by the
1449 * one association, the shutdown is performed on that association only.
1453 * Applications use close() to gracefully close down an association.
1459 * sd - the socket descriptor of the association to be closed.
1507 /* A closed association can still be in the list if in sctp_close()
1677 /* Label connection socket for first association 1-to-many in sctp_sendmsg_new_asoc()
1766 pr_debug("%s: shutting down association:%p\n", __func__, asoc); in sctp_sendmsg_check_sflags()
1779 pr_debug("%s: aborting association:%p\n", __func__, asoc); in sctp_sendmsg_check_sflags()
2261 * specified number of seconds to automatically close. An association
2262 * being idle is defined an association that has NOT sent or received
2266 * association is closed.
2290 * an association, modify an address's heartbeat interval, force a
2309 * application, and identifies the association for
2330 * association if the spp_address field is empty. Note
2336 * on an association. The flag field may contain
2341 * field is empty all addresses for the association
2346 * field is empty all addresses for the association
2363 * on the association are effected.
2368 * on the association are effected. Not also that
2381 * delayed sack is disabled for the entire association. Note
2393 * the address. If just an association is specified (and
2394 * no address), then the association's default flow label
2395 * is returned. If neither an association nor a destination
2402 * associated with either the association or a specific
2408 * address's DSCP value is returned. If just an association
2409 * is specified, then the association's default DSCP is
2410 * returned. If neither an association nor a destination is
2657 /* Get association, if assoc_id != SCTP_FUTURE_ASSOC and the in sctp_setsockopt_peer_addr_params()
2658 * socket is a one to many style socket, and an association in sctp_setsockopt_peer_addr_params()
2667 * association, but not a socket. in sctp_setsockopt_peer_addr_params()
2680 /* If changes are for association, also apply parameters to each in sctp_setsockopt_peer_addr_params()
2751 * effects the specified association for the one to many model (the
2762 * sack_assoc_id - This parameter, indicates which association the user
2787 /* Get association, if sack_assoc_id != SCTP_FUTURE_ASSOC and the in __sctp_setsockopt_delayed_ack()
2788 * socket is a one to many style socket, and an association in __sctp_setsockopt_delayed_ack()
2859 * Applications can specify protocol parameters for the default association
3015 * the association primary. The enclosed address must be one of the
3016 * association peer's addresses.
3090 /* Set the values to the specific association */ in sctp_setsockopt_rtoinfo()
3118 /* If there is no association or the association-id = 0 in sctp_setsockopt_rtoinfo()
3135 * of the association.
3136 * Returns an error if the new association retransmission value is
3157 /* Set the values to the specific association */ in sctp_setsockopt_associnfo()
3230 * PMTU of the underlying association is smaller than the value set by
3246 * association the user is performing an action upon. Note that if
3306 * Requests that the peer mark the enclosed address as the association
3307 * primary. The enclosed address must be one of the association's
3390 * a default context on an association basis that will be received on
3394 * association. Note that the setting of this value only effects
3445 * come from a different association (thus the user must receive data
3447 * association each receive belongs to.
3510 * that can be emitted by this association. Note that the default value
3627 * association shared key.
3688 * the association shared key.
3833 * ASCONF chunks to add and delete addresses to an existing association. Note
3872 * transports in an association. See Section 6.1 of:
4470 /* Get association, if assoc_id != SCTP_FUTURE_ASSOC and the in sctp_setsockopt_encap_port()
4471 * socket is a one to many style socket, and an association in sctp_setsockopt_encap_port()
4479 /* If changes are for association, also apply encap_port to in sctp_setsockopt_encap_port()
4524 /* Get association, if assoc_id != SCTP_FUTURE_ASSOC and the in sctp_setsockopt_probe_interval()
4525 * socket is a one to many style socket, and an association in sctp_setsockopt_probe_interval()
4533 /* If changes are for association, also apply probe_interval to in sctp_setsockopt_probe_interval()
4792 * association without sending data.
4798 * sd: the socket descriptor to have a new association added to.
4845 * association from the accept queue of the endpoint. A new socket
4847 * formed association.
4880 * queue and pick the first association on the list. in sctp_accept()
5001 /* Initialize default association related parameters. These parameters in sctp_init_sock()
5131 * sd - the socket descriptor of the association to be closed.
5400 /* 7.2.1 Association Status (SCTP_STATUS)
5403 * association, including association state, peer receiver window size,
5483 * of an association, including its reachability state, congestion
5600 * specified number of seconds to automatically close. An association
5601 * being idle is defined an association that has NOT sent or received
5605 * association is closed.
5622 /* Helper routine to branch off an association to a new socket. */
5637 /* An association cannot be branched off from an already peeled-off in sctp_do_peeloff()
5780 * an association, modify an address's heartbeat interval, force a
5797 * application, and identifies the association for
5818 * association if the spp_address field is empty. Note
5824 * on an association. The flag field may contain
5829 * field is empty all addresses for the association
5834 * field is empty all addresses for the association
5847 * on the association are effected.
5852 * on the association are effected. Not also that
5865 * delayed sack is disabled for the entire association. Note
5877 * the address. If just an association is specified (and
5878 * no address), then the association's default flow label
5879 * is returned. If neither an association nor a destination
5886 * associated with either the association or a specific
5892 * address's DSCP value is returned. If just an association
5893 * is specified, then the association's default DSCP is
5894 * returned. If neither an association nor a destination is
5941 /* Get association, if assoc_id != SCTP_FUTURE_ASSOC and the in sctp_getsockopt_peer_addr_params()
5942 * socket is a one to many style socket, and an association in sctp_getsockopt_peer_addr_params()
5948 pr_debug("%s: failed no association\n", __func__); in sctp_getsockopt_peer_addr_params()
5971 /* Fetch association values. */ in sctp_getsockopt_peer_addr_params()
6026 * effects the specified association for the one to many model (the
6037 * sack_assoc_id - This parameter, indicates which association the user
6076 /* Get association, if sack_assoc_id != SCTP_FUTURE_ASSOC and the in sctp_getsockopt_delayed_ack()
6077 * socket is a one to many style socket, and an association in sctp_getsockopt_delayed_ack()
6086 /* Fetch association values. */ in sctp_getsockopt_delayed_ack()
6117 * Applications can specify protocol parameters for the default association
6159 /* For UDP-style sockets, id specifies the association to query. */ in sctp_getsockopt_peer_addrs()
6260 * For UDP-style sockets, id specifies the association to query. in sctp_getsockopt_local_addrs()
6263 * association. in sctp_getsockopt_local_addrs()
6340 * the association primary. The enclosed address must be one of the
6341 * association peer's addresses.
6570 /* Values corresponding to the specific association. */ in sctp_getsockopt_rtoinfo()
6598 * of the association.
6599 * Returns an error if the new association retransmission value is
6628 /* Values correspoinding to the specific association */ in sctp_getsockopt_associnfo()
6732 * PMTU of the underlying association is smaller than the value set by
6748 * association the user is performing an action upon. Note that if
7112 * This option gets the current list of SCTP association identifiers of
7161 * transports in an association. See Section 6.1 of:
7968 /* Get association, if assoc_id != SCTP_FUTURE_ASSOC and the in sctp_getsockopt_encap_port()
7969 * socket is a one to many style socket, and an association in sctp_getsockopt_encap_port()
7975 pr_debug("%s: failed no association\n", __func__); in sctp_getsockopt_encap_port()
8028 /* Get association, if assoc_id != SCTP_FUTURE_ASSOC and the in sctp_getsockopt_probe_interval()
8029 * socket is a one to many style socket, and an association in sctp_getsockopt_probe_interval()
8035 pr_debug("%s: failed no association\n", __func__); in sctp_getsockopt_probe_interval()
8674 /* The association is either gone or not ready. */ in sctp_poll()
8755 * One of those addresses will be the primary address for the association.
9067 /* If sndbuf has changed, wake up per association sndbuf waiters. */
9103 /* We do accounting for the sndbuf space per association, in sctp_wake_up_waiters()
9104 * so we only need to wake our own association. in sctp_wake_up_waiters()
9109 /* If association goes down and is just flushing its in sctp_wake_up_waiters()
9130 /* Wake up association. */ in sctp_wake_up_waiters()
9139 * Decrement the used sndbuf space of the corresponding association by the
9181 * Accounting for the association is done in ulpevent.c
9211 /* Increment the association's refcnt. */ in sctp_wait_for_sndbuf()
9214 /* Wait on the association specific sndbuf space. */ in sctp_wait_for_sndbuf()
9245 /* Release the association's refcnt. */ in sctp_wait_for_sndbuf()
9282 /* If socket sndbuf has changed, wake up all per association waiters. */
9309 /* Wait for an association to go into ESTABLISHED state. If timeout is 0,
9321 /* Increment the association's refcnt. */ in sctp_wait_for_connect()
9353 /* Release the association's refcnt. */ in sctp_wait_for_connect()
9572 * peeled off association to the new socket's receive queue. in sctp_sock_migrate()
9629 * that may arrive on the association after we've moved it are in sctp_sock_migrate()
9642 /* If the association on the newsk is already closed before accept() in sctp_sock_migrate()