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

/linux-master/tools/testing/selftests/net/
H A Dipsec.c674 ssize_t r_bytes, s_bytes; local
680 s_bytes = sendto(sock[1], buf, buf_len, 0, dest_addr, sizeof(server));
681 if (s_bytes < 0) {
684 } else if (s_bytes != buf_len) {
685 printk("send part of the message: %zd/%zu", s_bytes, sizeof(server));
711 ssize_t r_bytes, s_bytes; local
732 s_bytes = sendto(sock[1], buf, buf_len, 0, dest_addr, sizeof(server));
733 if (s_bytes < 0) {
736 } else if (s_bytes != buf_len) {
737 printk("send part of the message: %zd/%zu", s_bytes, sizeo
[all...]
/linux-master/include/uapi/linux/
H A Dnilfs2_ondisk.h142 __le16 s_bytes; /* member in struct:nilfs_super_block
/linux-master/fs/nilfs2/
H A Dthe_nilfs.c439 nilfs->ns_sbsize = le16_to_cpu(sbp->s_bytes);
515 bytes = le16_to_cpu(sbp->s_bytes);

Completed in 105 milliseconds