Home
last modified time | relevance | path

Searched full:association (Results 1 – 25 of 413) sorted by relevance

12345678910>>...17

/linux-5.10/net/sctp/
Dprimitive.c60 * -> association id [,destination transport addr list] [,outbound stream
63 * This primitive allows the upper layer to initiate an association to a
78 * Format: SHUTDOWN(association id)
81 * Gracefully closes an association. Any locally queued user data
82 * will be delivered to the peer. The association will be terminated only
84 * will be returned on successful termination of the association. If
85 * attempting to terminate the association results in a failure, an error
94 * Format: Abort(association id [, cause code])
97 * Ungracefully closes an association. Any locally queued user data
99 * code will be returned on successful abortion of the association. If
[all …]
Dassociola.c11 * 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()
[all …]
Dulpevent.c73 /* Hold the association in case the msg_name needs read out of
74 * the association.
94 /* A simple destructor to give up the reference to the association. */
107 * Communication notifications inform the ULP that an SCTP association
108 * has either begun or ended. The identifier for a new association is
170 * event that happened to the association. in sctp_ulpevent_make_assoc_change()
220 * The association id field, holds the identifier for the association. in sctp_ulpevent_make_assoc_change()
221 * All notifications for a given association have the same association in sctp_ulpevent_make_assoc_change()
311 * The association id field, holds the identifier for the association. in sctp_ulpevent_make_peer_addr_change()
312 * All notifications for a given association have the same association in sctp_ulpevent_make_peer_addr_change()
[all …]
Dsm_statefuns.c195 * association (and thus the association enters the CLOSED state).
261 * association (and thus the association enters the CLOSED in sctp_sf_do_4_C()
283 * We are the side that is being asked for an association.
285 * Section: 5.1 Normal Establishment of an Association, B
316 /* Update socket peer label if first association. */ in sctp_sf_do_5_1B_init()
349 * error, but since we don't have an association, we'll in sctp_sf_do_5_1B_init()
459 * new association. Otherwise, "Z" will be vulnerable to resource in sctp_sf_do_5_1B_init()
476 * We are the side that is initiating the association.
478 * Section: 5.1 Normal Establishment of an Association, C
492 * association by transmitting an ABORT.
[all …]
Dsocket.c104 /* Get the sndbuf space available at the time on the association. */
113 /* Increment the used sndbuf space count of the corresponding association by
127 /* The sndbuf space is tracked per association. */ in sctp_set_owner_w()
227 /* Look up the association by its id. If this is not a UDP-style
238 * hasn't yet called connect() to establish an association. in sctp_id2assoc()
243 /* Get the first and the only association from the list. */ in sctp_id2assoc()
360 /* Bind a local address either to an endpoint or to an association. */
448 * time two ASCONF may be in-transit on any given association (one sent
477 * association.
533 * association, we do not send the chunk for that association. But it will not
[all …]
Dinput.c192 * able to identify the association to which this in sctp_rcv()
235 * because migrate()/accept() may have moved the association in sctp_rcv()
285 * the backlog holds a ref on an association or endpoint.
299 /* If the rcvr is dead then the association or endpoint in sctp_backlog_rcv()
309 /* In this case, the association moved from one socket to in sctp_backlog_rcv()
412 /* Update association pmtu. */ in sctp_icmp_frag_needed()
439 * association.
496 /* Look for an association that matches the incoming ICMP error in sctp_err_lookup()
1026 /* Look up an association. */
1047 /* Look up an association. protected by RCU read lock */
[all …]
Dendpointola.c150 /* Add an association to an endpoint. */
156 /* If this is a temporary association, don't bother in sctp_endpoint_add_asoc()
256 /* Find the association that goes with this chunk.
257 * We lookup the transport from hashtable at first, then get association
288 /* Look for any peeled off association from the endpoint that matches the
363 /* We might have grown an association since last we in sctp_endpoint_bh_rcv()
Dsm_sideeffect.c154 /* From 12.2 Parameters necessary per association (i.e. the TCB): in sctp_gen_sack()
181 * for the association. in sctp_gen_sack()
268 * for timeouts which use the association as their parameter.
288 /* Is this association really dead and just waiting around for in sctp_generate_timeout_event()
405 * the correct state machine transition that will close the association.
519 /* The check for association's overall error counter exceeding the in sctp_do_8_2_transport_strike()
560 pr_debug("%s: association:%p transport addr:%pISpc failed\n", in sctp_do_8_2_transport_strike()
606 /* SEND_FAILED sent later when cleaning up the association. */ in sctp_cmd_init_failed()
647 /* SEND_FAILED sent later when cleaning up the association. */ in sctp_cmd_assoc_failed()
684 /* Start a heartbeat timer for each transport on the association. in sctp_cmd_hb_timers_start()
[all …]
/linux-5.10/Documentation/security/
DSCTP.rst29 Passes the ``@ep`` and ``@chunk->skb`` of the association INIT packet to the
34 @skb - pointer to skbuff of association packet.
92 association primary.
133 Security Hooks used for Association Establishment
138 establishing an association.
144 Association setup can be initiated
149 initiate an association to
155 asking for an association. Call
158 association.
159 If not first association, check
[all …]
/linux-5.10/drivers/nvme/host/
Dfc.h115 "Association Allocation Failed",
119 "Not Association ID",
120 "Bad Association ID Length",
121 "No Association",
155 "Create Association",
157 "Disconnect Association",
219 * something other than Association (e.g. 0). in nvmefc_vldt_lsreq_discon_assoc()
/linux-5.10/include/uapi/linux/
Dsctp.h115 #define SCTP_SOCKOPT_PEELOFF 102 /* peel off association. */
351 * Communication notifications inform the ULP that an SCTP association
352 * has either begun or ended. The identifier for a new association is
373 * event that happened to the association. They include:
426 * association. The entire error TLV as it appears on the wire is
725 * 7.1.2 Association Parameters (SCTP_ASSOCINFO)
727 * This option is used to both examine and set various association and
742 * Requests that the peer mark the enclosed address as the association
743 * primary. The enclosed address must be one of the association's
756 * the association primary. The enclosed address must be one of the
[all …]
/linux-5.10/drivers/crypto/amcc/
Dcrypto4xx_sa.h18 * Contents of Dynamic Security Association (SA) with all possible fields
176 * State Record for Security Association (SA)
188 * Security Association (SA) for AES128
203 * Security Association (SA) for AES192
217 * Security Association (SA) for AES256
232 * Security Association (SA) for AES128 CCM
246 * Security Association (SA) for AES128_GCM
262 * Security Association (SA) for HASH160: HMAC-SHA1
/linux-5.10/include/net/sctp/
Dcommand.h30 SCTP_CMD_NEW_ASOC, /* Register a new association. */
31 SCTP_CMD_DELETE_TCB, /* Delete the current association. */
68 SCTP_CMD_ASSOC_FAILED, /* Handle association failure. */
71 SCTP_CMD_UPDATE_ASSOC, /* Update association information. */
76 SCTP_CMD_RENEGE, /* Renege data on an association. */
81 SCTP_CMD_CLEAR_INIT_TAG, /* Clears association peer's inittag. */
89 SCTP_CMD_ASSOC_SHKEY, /* generate the association shared keys */
94 SCTP_CMD_SET_ASOC, /* Restore association context */
Dstructs.h262 /* These are the parts of an association which we send in the cookie.
264 * RFC2960 12.2 Parameters necessary per association (i.e. the TCB)
286 /* My Tie Tag : Assist in discovering a restarting association. */
289 /* Peer's Tie Tag: Assist in discovering a restarting association. */
325 * a copy of the raw address list of the association.
328 * the association TCB is re-constructed from the cookie.
611 /* Which association does this belong to? */
808 /* Which association do we belong to? */
1206 * socket (usually listening) endpoint versus an association's
1210 * a) Subfunctions work for either endpoint or association
[all …]
/linux-5.10/arch/mips/include/asm/octeon/
Dcvmx-l2c.h253 * core are locked. Having only 1 association available for
293 * @association:
294 * Which association to read line from
299 union cvmx_l2c_tag cvmx_l2c_get_tag(uint32_t association, uint32_t index);
302 static inline union cvmx_l2c_tag cvmx_get_l2c_tag(uint32_t association,
305 static inline union cvmx_l2c_tag cvmx_get_l2c_tag(uint32_t association, in cvmx_get_l2c_tag() argument
308 return cvmx_l2c_get_tag(association, index); in cvmx_get_l2c_tag()
359 * @assoc: Association (or way) to flush
/linux-5.10/include/linux/
Dnvme-fc-driver.h27 * Create Association, Create Connection and Disconnect
28 * Association.
30 * LS's such as Disconnect Association.
77 * received LS's such as Create Association, Create Connection
78 * and Disconnect Association.
80 * received LS's such as Disconnect Association or Disconnect
148 * @dev_loss_tmo: maximum delay for reconnects to an association on
268 * @dev_loss_tmo: maximum delay for reconnects to an association on
359 * @create_queue: Upon creating a host<->controller association, queues are
374 * host<->controller association teardown, this routine is called
[all …]
/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-iommu7 given IOMMU here to allow association of IOMMU to
16 given device here to allow association of device to
Dsysfs-wusb_cbaf6 Various files for managing Cable Based Association of
49 Association Models Supplement to the
62 the CDID for any existing association with this host.
/linux-5.10/net/mac80211/
Dfils_aead.c3 * FILS AEAD for (Re)Association Request/Response frames
255 /* The (Re)Association Request frame from the Capability Information in fils_encrypt_assoc_req()
287 "No (valid) FILS Session element in (Re)Association Response frame from %pM", in fils_decrypt_assoc_resp()
308 /* The (Re)Association Response frame from the Capability Information in fils_decrypt_assoc_resp()
317 …"Not enough room for AES-SIV data after FILS Session element in (Re)Association Response frame fro… in fils_decrypt_assoc_resp()
325 "AES-SIV decryption of (Re)Association Response frame from %pM failed", in fils_decrypt_assoc_resp()
/linux-5.10/include/net/
Dmacsec.h18 #define MACSEC_NUM_AN 4 /* 2 bits for the association number */
103 * struct macsec_rx_sa - receive secure association
154 * struct macsec_tx_sa - transmit secure association
179 * @encoding_sa: association number of the SA currently in use
/linux-5.10/Documentation/driver-api/usb/
Danchors.rst28 Association and disassociation of URBs with anchors
31 An association of URBs to an anchor is made by an explicit
32 call to :c:func:`usb_anchor_urb`. The association is maintained until
/linux-5.10/Documentation/devicetree/bindings/iommu/
Diommu.txt30 typically have a fixed association to the master device, whereas multiple-
49 association of masters to be configured. Note that an IOMMU can by design
138 /* static association with IOMMU */
144 /* static association with IOMMU */
/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dtime-event.h79 * The simplest example is for BSS association. The driver issues a time event,
81 * association. This way, we make sure that the association will be done
133 * This function is meant to be used for BSS association for example, where we
134 * want to make sure that the fw stays on the channel during the association.
/linux-5.10/Documentation/userspace-api/media/v4l/
Dbiblio.rst16 :author: Consumer Electronics Association (http://www.ce.org)
315 :author: Consumer Electronics Association (http://www.ce.org)
325 :author: Video Electronics Standards Association (http://www.vesa.org)
336 :author: Video Electronics Standards Association (http://www.vesa.org)
379 :author: Video Electronics Standards Association (http://www.vesa.org)
/linux-5.10/drivers/net/wireless/marvell/mwifiex/
Djoin.c2 * NXP Wireless LAN device driver: association and ad-hoc start/join
98 * in the MAC for the new association after a reassociation attempt.
360 * This function prepares command for association.
454 /* Setup the Rates TLV in the association command */ in mwifiex_cmd_802_11_associate()
577 * Association firmware command response handler
579 * The response buffer for the association command has the following
582 * For cases where an association response was not received (indicated
611 * | (1) Association response timeout |
618 * For cases where an association response was received, the IEEE
619 * standard association response frame is returned:
[all …]

12345678910>>...17