Searched refs:s_bytes (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/tools/testing/selftests/net/ |
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, sizeof(server)); in udp_ping_reply()
|
/linux-6.1.9/include/uapi/linux/ |
D | nilfs2_ondisk.h | 142 __le16 s_bytes; /* member
|
/linux-6.1.9/fs/nilfs2/ |
D | the_nilfs.c | 419 nilfs->ns_sbsize = le16_to_cpu(sbp->s_bytes); in nilfs_store_disk_layout() 468 bytes = le16_to_cpu(sbp->s_bytes); in nilfs_valid_sb()
|