Searched refs:s_bytes (Results 1 – 3 of 3) sorted by relevance
/linux/tools/testing/selftests/net/ |
A D | ipsec.c | 636 ssize_t r_bytes, s_bytes; in udp_ping_send() local 642 s_bytes = sendto(sock[1], buf, buf_len, 0, dest_addr, sizeof(server)); in udp_ping_send() 643 if (s_bytes < 0) { in udp_ping_send() 646 } else if (s_bytes != buf_len) { in udp_ping_send() 647 printk("send part of the message: %zd/%zu", s_bytes, sizeof(server)); in udp_ping_send() 673 ssize_t r_bytes, s_bytes; in udp_ping_reply() local 694 s_bytes = sendto(sock[1], buf, buf_len, 0, dest_addr, sizeof(server)); in udp_ping_reply() 695 if (s_bytes < 0) { in udp_ping_reply() 698 } else if (s_bytes != buf_len) { in udp_ping_reply() 699 printk("send part of the message: %zd/%zu", s_bytes, sizeof(server)); in udp_ping_reply()
|
/linux/fs/nilfs2/ |
A D | the_nilfs.c | 386 nilfs->ns_sbsize = le16_to_cpu(sbp->s_bytes); in nilfs_store_disk_layout() 435 bytes = le16_to_cpu(sbp->s_bytes); in nilfs_valid_sb()
|
/linux/include/uapi/linux/ |
A D | nilfs2_ondisk.h | 142 __le16 s_bytes; /* member
|
Completed in 13 milliseconds