Searched refs:sock_buf (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/tools/testing/selftests/net/ |
D | ipsec.c | 673 char *sock_buf[buf_len]; in udp_ping_send() local 689 r_bytes = recv(sock[0], sock_buf, buf_len, 0); in udp_ping_send() 697 } else if (r_bytes != buf_len || memcmp(buf, sock_buf, buf_len)) { in udp_ping_send() 710 char *sock_buf[buf_len]; in udp_ping_reply() local 717 r_bytes = recv(sock[0], sock_buf, buf_len, 0); in udp_ping_reply() 727 if (r_bytes != buf_len || memcmp(buf, sock_buf, buf_len)) { in udp_ping_reply()
|