Home
last modified time | relevance | path

Searched full:accepted (Results 1 – 25 of 1038) sorted by relevance

12345678910>>...42

/kernel/linux/linux-5.10/net/core/
Drequest_sock.c54 * 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()
/kernel/linux/linux-4.19/net/core/
Drequest_sock.c58 * complex with TFO. A child socket, accepted or not, has to access its
61 * until either the child socket is accepted, or in the rare case when the
62 * listener is closed before the child is accepted.
65 * (or aborted) and the child socket has been accepted (or listener closed).
66 * When a child socket is accepted, its corresponding req->sk is set to
69 * accepted or not, and the check is protected by the fastopenq->lock
107 if (req->sk) /* the child socket hasn't been accepted yet */ in reqsk_fastopen_remove()
/kernel/linux/linux-5.10/include/sound/
Dsb16_csp.h49 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 */
/kernel/linux/linux-4.19/include/sound/
Dsb16_csp.h63 unsigned int acc_format; /* accepted PCM formats */
64 int acc_channels; /* accepted channels */
65 int acc_width; /* accepted sample width */
66 int acc_rates; /* accepted sample rates */
/kernel/linux/linux-5.10/tools/testing/selftests/net/
Dfin_ack_lat.c88 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()
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/net/
Dfixed-link.txt12 * 'speed' (integer, mandatory), to indicate the link speed. Accepted
26 form <a b c d e> with the following accepted values:
30 - c: link speed in Mbits/sec, accepted values are: 10, 100 and 1000
/kernel/linux/linux-5.10/include/uapi/sound/
Dsb16_csp.h88 unsigned int acc_format; /* accepted PCM formats */
89 unsigned short acc_channels; /* accepted channels */
90 unsigned short acc_width; /* accepted sample width */
91 unsigned short acc_rates; /* accepted sample rates */
/kernel/linux/linux-4.19/include/uapi/sound/
Dsb16_csp.h88 unsigned int acc_format; /* accepted PCM formats */
89 unsigned short acc_channels; /* accepted channels */
90 unsigned short acc_width; /* accepted sample width */
91 unsigned short acc_rates; /* accepted sample rates */
/kernel/linux/linux-5.10/Documentation/process/
Dstable-kernel-rules.rst6 Rules on what kind of patches are accepted, and which ones are not, into the
24 - New device IDs and quirks are also accepted.
136 - The sender will receive an ACK when the patch has been accepted into the
139 - If accepted, the patch will be added to the -stable queue, for review by
156 - Security patches will be accepted into the -stable tree directly from the
Dsubmitting-drivers.rst42 No new drivers are accepted for this kernel tree.
45 No new drivers are accepted for this kernel tree.
68 See accepted licenses at include/linux/module.h
81 to be accepted than if it invents gratuitous new ones.
/kernel/linux/linux-4.19/Documentation/process/
Dstable-kernel-rules.rst6 Rules on what kind of patches are accepted, and which ones are not, into the
24 - New device IDs and quirks are also accepted.
142 - The sender will receive an ACK when the patch has been accepted into the
145 - If accepted, the patch will be added to the -stable queue, for review by
162 - Security patches will be accepted into the -stable tree directly from the
Dsubmitting-drivers.rst40 No new drivers are accepted for this kernel tree.
43 No new drivers are accepted for this kernel tree.
65 See accepted licenses at include/linux/module.h
78 to be accepted than if it invents gratuitous new ones.
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/hwmon/
Dg762.txt12 - "fan_startv": fan startup voltage. Accepted values are 0, 1, 2 and 3.
15 - "pwm_polarity": pwm polarity. Accepted values are 0 (positive duty)
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/hwmon/
Dg762.txt12 - "fan_startv": fan startup voltage. Accepted values are 0, 1, 2 and 3.
15 - "pwm_polarity": pwm polarity. Accepted values are 0 (positive duty)
/kernel/linux/linux-5.10/include/crypto/
Ddes.h40 * 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
/kernel/linux/linux-5.10/kernel/trace/
Dtrace_nop.c22 /* Option that will be accepted by set_flag callback */
62 * automatically accepted.
/kernel/linux/linux-4.19/kernel/trace/
Dtrace_nop.c22 /* Option that will be accepted by set_flag callback */
62 * automatically accepted.
/kernel/linux/linux-5.10/Documentation/usb/
Dfunctionfs.rst58 with listed names are accepted. In particular, if the "functions"
61 only a function with the specified name is accepted.
/kernel/linux/linux-4.19/Documentation/usb/
Dfunctionfs.txt56 with listed names are accepted. In particular, if the "functions"
59 only a function with the specified name is accepted.
/kernel/linux/linux-5.10/Documentation/virt/kvm/arm/
Dpsci.rst43 Accepted values are:
61 Accepted values are:
/kernel/linux/linux-5.10/arch/x86/lib/
Dmsr.c96 * > 0: Hardware accepted the MSR write.
109 * > 0: Hardware accepted the MSR write.
/kernel/linux/linux-4.19/arch/x86/lib/
Dmsr.c96 * > 0: Hardware accepted the MSR write.
109 * > 0: Hardware accepted the MSR write.
/kernel/linux/linux-5.10/include/linux/
Dmii_timestamper.h18 * @rxtstamp: Requests a Rx timestamp for 'skb'. If the skb is accepted,
22 * must return true if the skb is accepted for delivery.
/kernel/linux/linux-5.10/sound/
Dac97_bus.c53 * accepted, otherwise only the ID that matches @id and @id_mask is accepted.
/kernel/linux/linux-4.19/sound/
Dac97_bus.c57 * accepted, otherwise only the ID that matches @id and @id_mask is accepted.

12345678910>>...42