Searched refs:test_proto (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.15/tools/testing/selftests/net/ | 
| D | reuseport_addr_any.c | 244 static void test_proto(int proto, const char *proto_str)  in test_proto()  function272 	test_proto(SOCK_DGRAM, "UDP");  in main()
 273 	test_proto(SOCK_STREAM, "TCP");  in main()
 274 	test_proto(SOCK_DCCP, "DCCP");  in main()
 
 | 
| /Linux-v5.15/drivers/block/paride/ | 
| D | paride.h | 156 	int  (*test_proto)(PIA *,char *,int);  member
 | 
| D | paride.c | 201 	if (pi->proto->test_proto)  in pi_test_proto()202 		res = pi->proto->test_proto(pi, scratch, verbose);  in pi_test_proto()
 
 | 
| D | friq.c | 259 	.test_proto	= friq_test_proto,
 | 
| D | epia.c | 300 	.test_proto	= epia_test_proto,
 | 
| D | frpw.c | 297 	.test_proto	= frpw_test_proto,
 | 
| D | epat.c | 321 	.test_proto	= epat_test_proto,
 | 
| D | bpck.c | 460 	.test_proto	= bpck_test_proto,
 |