Searched refs:sock_buf (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/tools/testing/selftests/net/ |
D | ipsec.c | 632 char *sock_buf[buf_len]; in udp_ping_send() local 648 r_bytes = recv(sock[0], sock_buf, buf_len, 0); in udp_ping_send() 656 } else if (r_bytes != buf_len || memcmp(buf, sock_buf, buf_len)) { in udp_ping_send() 669 char *sock_buf[buf_len]; in udp_ping_reply() local 676 r_bytes = recv(sock[0], sock_buf, buf_len, 0); in udp_ping_reply() 686 if (r_bytes != buf_len || memcmp(buf, sock_buf, buf_len)) { in udp_ping_reply()
|