Searched refs:sock_buf (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/tools/testing/selftests/net/ |
| D | ipsec.c | 635 char *sock_buf[buf_len]; in udp_ping_send() local 651 r_bytes = recv(sock[0], sock_buf, buf_len, 0); in udp_ping_send() 659 } else if (r_bytes != buf_len || memcmp(buf, sock_buf, buf_len)) { in udp_ping_send() 672 char *sock_buf[buf_len]; in udp_ping_reply() local 679 r_bytes = recv(sock[0], sock_buf, buf_len, 0); in udp_ping_reply() 689 if (r_bytes != buf_len || memcmp(buf, sock_buf, buf_len)) { in udp_ping_reply()
|