Home
last modified time | relevance | path

Searched refs:Seq (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/tools/testing/selftests/net/netfilter/packetdrill/
Dconntrack_inexact_rst.pkt9 // 5.772212 client_ip > server_ip TCP 66 45020 > 443 [ACK] Seq=1905874048 Ack=781810658 Win=36352 …
12 // 5.788207 server_ip > client_ip TCP 66 443 > 45020 [FIN, ACK] Seq=781811916 Ack=1905874048 Win=3…
14 // 5.788479 client_ip > server_ip TCP 66 45020 > 443 [RST, ACK] Seq=1905874072 Ack=781811917 Win=3…
15 // 5.788581 server_ip > client_ip TCP 54 8443 > 45020 [RST] Seq=781811892 Win=0 Len=0
/linux-6.12.1/Documentation/networking/device_drivers/can/ctu/
Dctucanfd-driver.rst420 | Seq | A | B | C | |
432 | Seq | | B | C | |
444 | Seq | E | B | C | D | |
/linux-6.12.1/Documentation/scsi/
DBusLogic.rst362 the "Use Bus And Device # For PCI Scanning Seq." option to OFF.
413 the AutoSCSI "Use Bus And Device # For PCI Scanning Seq." option.
/linux-6.12.1/Documentation/userspace-api/ioctl/
Dioctl-number.rst70 Code Seq# Include File Comments
/linux-6.12.1/fs/ntfs3/
Dfslog.c1098 static inline u64 vbo_to_lsn(struct ntfs_log *log, u32 off, u64 Seq) in vbo_to_lsn() argument
1100 return (off >> 3) + (Seq << log->file_data_bits); in vbo_to_lsn()