Searched full:accepted (Results 1 – 25 of 621) sorted by relevance
12345678910>>...25
/Linux-v6.1/net/core/ |
D | request_sock.c | 54 * complex with TFO. A child socket, accepted or not, has to access its 57 * until either the child socket is accepted, or in the rare case when the 58 * listener is closed before the child is accepted. 61 * (or aborted) and the child socket has been accepted (or listener closed). 62 * When a child socket is accepted, its corresponding req->sk is set to 65 * accepted or not, and the check is protected by the fastopenq->lock 103 if (req->sk) /* the child socket hasn't been accepted yet */ in reqsk_fastopen_remove()
|
/Linux-v6.1/include/sound/ |
D | sb16_csp.h | 49 unsigned int acc_format; /* accepted PCM formats */ 50 int acc_channels; /* accepted channels */ 51 int acc_width; /* accepted sample width */ 52 int acc_rates; /* accepted sample rates */
|
/Linux-v6.1/tools/testing/selftests/net/ |
D | fin_ack_lat.c | 88 int accepted; in server() local 93 accepted = accept(sock, (struct sockaddr *)&address, in server() 95 if (accepted < 0) in server() 98 if (read(accepted, &buffer, sizeof(buffer)) == -1) in server() 100 close(accepted); in server()
|
/Linux-v6.1/Documentation/virt/kvm/arm/ |
D | hypercalls.rst | 43 Accepted values are: 61 Accepted values are: 103 The following bits are accepted: 112 The following bits are accepted: 121 The following bits are accepted:
|
/Linux-v6.1/include/uapi/sound/ |
D | sb16_csp.h | 73 unsigned int acc_format; /* accepted PCM formats */ 74 unsigned short acc_channels; /* accepted channels */ 75 unsigned short acc_width; /* accepted sample width */ 76 unsigned short acc_rates; /* accepted sample rates */
|
/Linux-v6.1/Documentation/process/ |
D | stable-kernel-rules.rst | 6 Rules on what kind of patches are accepted, and which ones are not, into the 24 - New device IDs and quirks are also accepted. 144 - The sender will receive an ACK when the patch has been accepted into the 147 - If accepted, the patch will be added to the -stable queue, for review by 173 - Security patches will be accepted into the -stable tree directly from the
|
/Linux-v6.1/Documentation/devicetree/bindings/hwmon/ |
D | g762.txt | 12 - "fan_startv": fan startup voltage. Accepted values are 0, 1, 2 and 3. 15 - "pwm_polarity": pwm polarity. Accepted values are 0 (positive duty)
|
/Linux-v6.1/include/crypto/ |
D | des.h | 40 * the key is accepted but has been found to be weak. 51 * the key is accepted but has been found to be weak. Note that weak keys will
|
/Linux-v6.1/kernel/trace/ |
D | trace_nop.c | 22 /* Option that will be accepted by set_flag callback */ 62 * automatically accepted.
|
/Linux-v6.1/arch/x86/lib/ |
D | msr.c | 96 * > 0: Hardware accepted the MSR write. 109 * > 0: Hardware accepted the MSR write.
|
/Linux-v6.1/Documentation/usb/ |
D | functionfs.rst | 58 with listed names are accepted. In particular, if the "functions" 61 only a function with the specified name is accepted.
|
/Linux-v6.1/tools/testing/kunit/ |
D | kunit_parser.py | 267 accepted_version - List of accepted KTAP or TAP versions 282 Accepted formats: 313 Accepted format: 339 Accepted format: 368 Accepted format: 398 Accepted format: 620 Accepted test formats:
|
/Linux-v6.1/include/linux/ |
D | mii_timestamper.h | 18 * @rxtstamp: Requests a Rx timestamp for 'skb'. If the skb is accepted, 22 * must return true if the skb is accepted for delivery.
|
/Linux-v6.1/sound/ |
D | ac97_bus.c | 53 * accepted, otherwise only the ID that matches @id and @id_mask is accepted.
|
/Linux-v6.1/net/rds/ |
D | tcp_listen.c | 57 * client's ipaddr < server's ipaddr. Otherwise, close the accepted 152 rdsdebug("accepted family %d tcp %pI6c:%u -> %pI6c:%u\n", in rds_tcp_accept_one() 187 /* An incoming SYN request came in, and TCP just accepted it. in rds_tcp_accept_one() 248 * before it has been accepted and the accepter has set up their in rds_tcp_listen_data_ready()
|
/Linux-v6.1/Documentation/admin-guide/LSM/ |
D | Smack.rst | 155 The format accepted on write is:: 171 to a Smack label. The format accepted on write is:: 183 to a Smack label. The format accepted on write is:: 206 are given the specified label. The format accepted on write is:: 218 the system defined rules to be specified. The format accepted 233 the system defined rules to be specified. The format accepted 274 label. The format accepted on write is:: 837 2 : log accepted 838 3 : log denied & accepted
|
/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
D | vidioc-g-crop.rst | 96 should be filled in. Some drivers only accepted the ``_MPLANE`` buffer type while 97 other drivers only accepted a non-multiplanar buffer type (i.e. without the
|
D | vidioc-cropcap.rst | 90 should be filled in. Some drivers only accepted the ``_MPLANE`` buffer type while 91 other drivers only accepted a non-multiplanar buffer type (i.e. without the
|
/Linux-v6.1/net/netfilter/ |
D | xt_AUDIT.c | 3 * Creates audit record for dropped/accepted packets 25 MODULE_DESCRIPTION("Xtables: creates audit records for dropped/accepted packets");
|
/Linux-v6.1/Documentation/x86/ |
D | tdx.rst | 135 TDX guests ensure that all guest memory has been "accepted" before memory 138 A modest amount of memory (typically 512M) is pre-accepted by the firmware 142 The hypervisor is permitted to unilaterally move accepted pages to a
|
/Linux-v6.1/crypto/asymmetric_keys/ |
D | restrict.c | 64 * Returns 0 if the new certificate was accepted, -ENOKEY if we couldn't find a 234 * Returns 0 if the new certificate was accepted, -ENOKEY if we 262 * Returns 0 if the new certificate was accepted, -ENOKEY if we
|
/Linux-v6.1/tools/perf/pmu-events/arch/x86/amdzen1/ |
D | cache.json | 111 …L2 Cache Requests (Breakdown 1 - Common). L2 Prefetcher. All prefetches accepted by L2 pipeline, h… 284 …"BriefDescription": "L2 prefetcher hits in L3. Counts all L2 prefetches accepted by the L2 pipelin… 290 …"BriefDescription": "L2 prefetcher misses in L3. All L2 prefetches accepted by the L2 pipeline whi…
|
/Linux-v6.1/drivers/staging/media/deprecated/saa7146/av7110/ |
D | TODO | 3 - Cleanup patches for the drivers here won't be accepted.
|
/Linux-v6.1/tools/lib/bpf/ |
D | nlattr.c | 89 * @arg maxtype Maximum attribute type expected and accepted. 139 * @arg maxtype Maximum attribute type expected and accepted.
|
/Linux-v6.1/include/uapi/linux/ |
D | coresight-stm.h | 15 * ensure the transaction is accepted by the STM. While invariant
|
12345678910>>...25