Searched refs:s_bytes (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | ipsec.c | 633 ssize_t r_bytes, s_bytes; in udp_ping_send() local 639 s_bytes = sendto(sock[1], buf, buf_len, 0, dest_addr, sizeof(server)); in udp_ping_send() 640 if (s_bytes < 0) { in udp_ping_send() 643 } else if (s_bytes != buf_len) { in udp_ping_send() 644 printk("send part of the message: %zd/%zu", s_bytes, sizeof(server)); in udp_ping_send() 670 ssize_t r_bytes, s_bytes; in udp_ping_reply() local 691 s_bytes = sendto(sock[1], buf, buf_len, 0, dest_addr, sizeof(server)); in udp_ping_reply() 692 if (s_bytes < 0) { in udp_ping_reply() 695 } else if (s_bytes != buf_len) { in udp_ping_reply() 696 printk("send part of the message: %zd/%zu", s_bytes, sizeo in udp_ping_reply() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | ipsec.c | 674 ssize_t r_bytes, s_bytes; in udp_ping_send() local 680 s_bytes = sendto(sock[1], buf, buf_len, 0, dest_addr, sizeof(server)); in udp_ping_send() 681 if (s_bytes < 0) { in udp_ping_send() 684 } else if (s_bytes != buf_len) { in udp_ping_send() 685 printk("send part of the message: %zd/%zu", s_bytes, sizeof(server)); in udp_ping_send() 711 ssize_t r_bytes, s_bytes; in udp_ping_reply() local 732 s_bytes = sendto(sock[1], buf, buf_len, 0, dest_addr, sizeof(server)); in udp_ping_reply() 733 if (s_bytes < 0) { in udp_ping_reply() 736 } else if (s_bytes != buf_len) { in udp_ping_reply() 737 printk("send part of the message: %zd/%zu", s_bytes, sizeo in udp_ping_reply() [all...] |
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | nilfs2_ondisk.h | 142 __le16 s_bytes; /* member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | nilfs2_ondisk.h | 142 __le16 s_bytes; /* member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | nilfs2_ondisk.h | 74 __le16 s_bytes; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | nilfs2_ondisk.h | 62 __le16 s_bytes; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | nilfs2_ondisk.h | 74 __le16 s_bytes; member
|
/kernel/linux/linux-5.10/fs/nilfs2/ |
H A D | the_nilfs.c | 439 nilfs->ns_sbsize = le16_to_cpu(sbp->s_bytes); in nilfs_store_disk_layout() 516 bytes = le16_to_cpu(sbp->s_bytes); in nilfs_valid_sb()
|
/kernel/linux/linux-6.6/fs/nilfs2/ |
H A D | the_nilfs.c | 439 nilfs->ns_sbsize = le16_to_cpu(sbp->s_bytes); in nilfs_store_disk_layout() 515 bytes = le16_to_cpu(sbp->s_bytes); in nilfs_valid_sb()
|
Completed in 12 milliseconds