Home
last modified time | relevance | path

Searched refs:s_bytes (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dipsec.c679 ssize_t r_bytes, s_bytes; in udp_ping_send() local
685 s_bytes = sendto(sock[1], buf, buf_len, 0, dest_addr, sizeof(server)); in udp_ping_send()
686 if (s_bytes < 0) { in udp_ping_send()
689 } else if (s_bytes != buf_len) { in udp_ping_send()
690 printk("send part of the message: %zd/%zu", s_bytes, sizeof(server)); in udp_ping_send()
716 ssize_t r_bytes, s_bytes; in udp_ping_reply() local
737 s_bytes = sendto(sock[1], buf, buf_len, 0, dest_addr, sizeof(server)); in udp_ping_reply()
738 if (s_bytes < 0) { in udp_ping_reply()
741 } else if (s_bytes != buf_len) { in udp_ping_reply()
742 printk("send part of the message: %zd/%zu", s_bytes, sizeof(server)); in udp_ping_reply()
/linux/include/uapi/linux/
H A Dnilfs2_ondisk.h187 __le16 s_bytes; member
/linux/fs/nilfs2/
H A Dthe_nilfs.c450 nilfs->ns_sbsize = le16_to_cpu(sbp->s_bytes); in nilfs_store_disk_layout()
532 bytes = le16_to_cpu(sbp->s_bytes); in nilfs_valid_sb()