Home
last modified time | relevance | path

Searched refs:try_broadcast (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dnettest.c109 static int try_broadcast = 1; variable
643 if (errno == EACCES && try_broadcast) { in send_msg_no_cmsg()
644 try_broadcast = 0; in send_msg_no_cmsg()
704 if (errno == EACCES && try_broadcast) { in send_msg_cmsg()
705 try_broadcast = 0; in send_msg_cmsg()
836 if (errno == EACCES && try_broadcast) { in socket_read_dgram()
837 try_broadcast = 0; in socket_read_dgram()
913 if (errno == EACCES && try_broadcast) { in stdin_to_socket()
914 try_broadcast = 0; in stdin_to_socket()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dnettest.c145 static int try_broadcast = 1; variable
947 if (errno == EACCES && try_broadcast) { in send_msg_no_cmsg()
948 try_broadcast = 0; in send_msg_no_cmsg()
1008 if (errno == EACCES && try_broadcast) { in send_msg_cmsg()
1009 try_broadcast = 0; in send_msg_cmsg()
1145 if (errno == EACCES && try_broadcast) { in socket_read_dgram()
1146 try_broadcast = 0; in socket_read_dgram()
1222 if (errno == EACCES && try_broadcast) { in stdin_to_socket()
1223 try_broadcast = 0; in stdin_to_socket()

Completed in 6 milliseconds