/Linux-v5.4/net/sctp/ |
D | primitive.c | 60 * -> 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 …]
|
D | associola.c | 11 * This module provides the abstraction for an SCTP association. 50 /* Initialize a new association from provided memory. */ 84 /* Set the association max_retrans and RTO values from the in sctp_association_init() 94 /* Initialize the association's heartbeat interval based on the in sctp_association_init() 105 /* Set association default SACK delay */ in sctp_association_init() 109 /* Set the association default flags controlling in sctp_association_init() 121 /* initialize association timers */ in sctp_association_init() 152 * This is also the rcvbuf space per association. in sctp_association_init() 191 * association to the same value as the initial TSN. in sctp_association_init() 202 /* RFC 2960 5.1 Normal Establishment of an Association in sctp_association_init() [all …]
|
D | ulpevent.c | 73 /* 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 …]
|
D | sm_statefuns.c | 185 * association (and thus the association enters the CLOSED state). 251 * association (and thus the association enters the CLOSED in sctp_sf_do_4_C() 273 * We are the side that is being asked for an association. 275 * Section: 5.1 Normal Establishment of an Association, B 306 /* Update socket peer label if first association. */ in sctp_sf_do_5_1B_init() 339 * error, but since we don't have an association, we'll in sctp_sf_do_5_1B_init() 449 * new association. Otherwise, "Z" will be vulnerable to resource in sctp_sf_do_5_1B_init() 466 * We are the side that is initiating the association. 468 * Section: 5.1 Normal Establishment of an Association, C 482 * association by transmitting an ABORT. [all …]
|
D | socket.c | 104 /* 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() 212 /* Look up the association by its id. If this is not a UDP-style 223 * hasn't yet called connect() to establish an association. in sctp_id2assoc() 228 /* Get the first and the only association from the list. */ in sctp_id2assoc() 345 /* Bind a local address either to an endpoint or to an association. */ 433 * time two ASCONF may be in-transit on any given association (one sent 463 * association. 519 * association, we do not send the chunk for that association. But it will not [all …]
|
D | input.c | 192 * 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 …]
|
D | endpointola.c | 149 /* Add an association to an endpoint. */ 155 /* If this is a temporary association, don't bother in sctp_endpoint_add_asoc() 255 /* Find the association that goes with this chunk. 256 * We lookup the transport from hashtable at first, then get association 287 /* Look for any peeled off association from the endpoint that matches the 362 /* We might have grown an association since last we in sctp_endpoint_bh_rcv()
|
D | sm_sideeffect.c | 154 /* 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. 521 /* The check for association's overall error counter exceeding the in sctp_do_8_2_transport_strike() 562 pr_debug("%s: association:%p transport addr:%pISpc failed\n", in sctp_do_8_2_transport_strike() 603 /* SEND_FAILED sent later when cleaning up the association. */ in sctp_cmd_init_failed() 644 /* SEND_FAILED sent later when cleaning up the association. */ in sctp_cmd_assoc_failed() 681 /* Start a heartbeat timer for each transport on the association. in sctp_cmd_hb_timers_start() [all …]
|
/Linux-v5.4/Documentation/security/ |
D | SCTP.rst | 29 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-v5.4/include/uapi/linux/ |
D | sctp.h | 114 #define SCTP_SOCKOPT_PEELOFF 102 /* peel off association. */ 348 * Communication notifications inform the ULP that an SCTP association 349 * has either begun or ended. The identifier for a new association is 370 * event that happened to the association. They include: 421 * association. The entire error TLV as it appears on the wire is 706 * 7.1.2 Association Parameters (SCTP_ASSOCINFO) 708 * This option is used to both examine and set various association and 723 * Requests that the peer mark the enclosed address as the association 724 * primary. The enclosed address must be one of the association's 737 * the association primary. The enclosed address must be one of the [all …]
|
/Linux-v5.4/drivers/crypto/amcc/ |
D | crypto4xx_sa.h | 18 * 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-v5.4/drivers/staging/wusbcore/include/ |
D | association.h | 3 * Wireless USB - Cable Based Association 18 * Association attributes 20 * Association Models Supplement to WUSB 1.0 T[3-1] 62 /* Association Information (AMS1.0[T4-3]) */ 70 /* Association Request (AMS1.0[T4-4]) */ 85 /* Association Attribute header (AMS1.0[3.8]) */
|
/Linux-v5.4/include/net/sctp/ |
D | command.h | 30 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 */
|
D | structs.h | 258 /* These are the parts of an association which we send in the cookie. 260 * RFC2960 12.2 Parameters necessary per association (i.e. the TCB) 282 /* My Tie Tag : Assist in discovering a restarting association. */ 285 /* Peer's Tie Tag: Assist in discovering a restarting association. */ 321 * a copy of the raw address list of the association. 324 * the association TCB is re-constructed from the cookie. 617 /* Which association does this belong to? */ 814 /* Which association do we belong to? */ 1210 * socket (usually listening) endpoint versus an association's 1214 * a) Subfunctions work for either endpoint or association [all …]
|
/Linux-v5.4/drivers/staging/wusbcore/ |
D | cbaf.c | 3 * Wireless USB - Cable Based Association 13 * One way of pairing is using CBA-Cable Based Association. First 14 * time you plug the device with a cable, association is done between 72 * [WUSB-AM] Association Models Supplement to the Certified Wireless 85 #include "include/association.h" 89 /* An instance of a Cable-Based-Association-Framework device */ 135 dev_err(dev, "Cannot get available association types: %d\n", in cbaf_check() 142 dev_err(dev, "Not enough data to decode association info " in cbaf_check() 150 dev_err(dev, "Not enough data to decode association info " in cbaf_check() 162 dev_dbg(dev, "Found %u association requests (%zu bytes)\n", in cbaf_check() [all …]
|
D | Kconfig | 18 tristate "Support WUSB Cable Based Association (CBA)" 21 Some WUSB devices support Cable Based Association. It's used to
|
/Linux-v5.4/arch/mips/include/asm/octeon/ |
D | cvmx-l2c.h | 253 * 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-v5.4/Documentation/ABI/testing/ |
D | sysfs-class-iommu | 7 given IOMMU here to allow association of IOMMU to 16 given device here to allow association of device to
|
D | sysfs-wusb_cbaf | 6 Various files for managing Cable Based Association of 48 [WUSB-AM] Association Models Supplement to the 61 the CDID for any existing association with this host.
|
/Linux-v5.4/net/mac80211/ |
D | fils_aead.c | 3 * 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-v5.4/Documentation/driver-api/usb/ |
D | anchors.rst | 28 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-v5.4/Documentation/devicetree/bindings/iommu/ |
D | iommu.txt | 30 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 132 /* static association with IOMMU */ 138 /* static association with IOMMU */
|
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | time-event.h | 77 * The simplest example is for BSS association. The driver issues a time event, 79 * association. This way, we make sure that the association will be done 131 * This function is meant to be used for BSS association for example, where we 132 * want to make sure that the fw stays on the channel during the association.
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | biblio.rst | 23 :author: Consumer Electronics Association (http://www.ce.org) 313 :author: Consumer Electronics Association (http://www.ce.org) 323 :author: Video Electronics Standards Association (http://www.vesa.org) 334 :author: Video Electronics Standards Association (http://www.vesa.org) 377 :author: Video Electronics Standards Association (http://www.vesa.org)
|
/Linux-v5.4/include/linux/ |
D | irqchip.h | 19 * the association between their DT compatible string and their 31 * the association between their version and their initialization function.
|