Home
last modified time | relevance | path

Searched refs:accepted (Results 1 – 25 of 169) sorted by relevance

1234567

/linux/tools/testing/selftests/net/
H A 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()
/linux/tools/testing/selftests/net/packetdrill/
H A Dtcp_fastopen_server_basic-cookie-not-reqd.pkt18 // the data accepted.
25 // Data After SYN will be accepted too.
H A Dtcp_fastopen_server_reset-before-accept.pkt3 // Send a RST to a TFO socket before it is accepted.
5 // The socket won't go away and after it's accepted the data
H A Dtcp_ooo-before-and-after-accept.pkt8 // Test that a not-yet-accepted socket does not change
35 // Test that ooo packets for accepted sockets do increase sk_rcvbuf
H A Dtcp_fastopen_server_reset-non-tfo-socket.pkt4 // it is accepted.
6 // The socket with pending data won't go away and can still be accepted
H A Dtcp_splice_tcp_splice_loop_test.pkt11 // Connection should get accepted
H A Dtcp_fastopen_server_trigger-rst-listener-closed.pkt17 // RST pkt is generated for each not-yet-accepted TFO child.
H A Dtcp_fastopen_server_basic-zero-payload.pkt6 // still be created and accepted but read() will not return until a
H A Dtcp_fastopen_server_reset-close-with-unread-data.pkt3 // Send a RST to a TFO socket after it is accepted.
H A Dtcp_fastopen_server_reset-after-accept.pkt3 // Send a RST to a TFO socket after it has been accepted.
H A Dtcp_fastopen_server_icmp-before-accept.pkt29 // Unlike the non-TFO case, the req is still there to be accepted.
/linux/Documentation/usb/
H A Dfunctionfs-desc.rst21 descriptors are accepted.
26 Class-specific descriptors are accepted only for the class/subclass of the
H A Dfunctionfs.rst63 with listed names are accepted. In particular, if the "functions"
66 only a function with the specified name is accepted.
/linux/Documentation/virt/kvm/arm/
H A Dfw-pseudo-registers.rst103 The following bits are accepted:
112 The following bits are accepted:
121 The following bits are accepted:
133 The following bits are accepted:
/linux/Documentation/driver-api/media/
H A Dv4l2-isp.rst21 format after it has been accepted by mainline is very hard if not impossible.
23 It generally happens, in fact, that after the first accepted revision of an ISP
/linux/Documentation/security/
H A Dlsm-development.rst6 a new LSM is accepted into the kernel when its intent (a description of
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-crop.rst96 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
H A Dvidioc-cropcap.rst90 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/Documentation/networking/
H A Dsriov.rst20 will be accepted. New drivers should not implement the uncommon callbacks;
/linux/Documentation/process/
H A Dmaintainer-soc-clean-dts.rst24 If a commit introducing new warnings gets accepted somehow, the resulting
H A Dstable-kernel-rules.rst6 Rules on what kind of patches are accepted, and which ones are not, into the
172 The sender will receive an ACK when the patch has been accepted into the
176 If accepted, the patch will be added to the -stable queue, for review by other
202 - Security patches will be accepted into the -stable tree directly from the
H A Dsecurity-bugs.rst36 accepted. Working exploits are extremely helpful and will not be released
60 This will save some back-and-forth exchanges if it is accepted, and you
222 mailing list UNTIL a fix is accepted by the affected code's maintainers
227 while an accepted fix has not yet been merged. In other words, until a
228 fix is accepted do not Cc: "linux-distros", and after it's merged do not
/linux/drivers/ntb/hw/idt/
H A DKconfig21 accepted by a BAR. Note that BAR0 must map PCI configuration space
/linux/Documentation/userspace-api/media/dvb/
H A Dlegacy_dvb_decoder_api.rst48 Both variants are commonly accepted for playback, but it may be driver dependent.
/linux/Documentation/filesystems/
H A Dhfsplus.rst15 When mounting an HFSPlus filesystem, the following options are accepted:

1234567