Home
last modified time | relevance | path

Searched refs:test_proto (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/tools/testing/selftests/net/
Dreuseport_addr_any.c244 static void test_proto(int proto, const char *proto_str) in test_proto() function
272 test_proto(SOCK_DGRAM, "UDP"); in main()
273 test_proto(SOCK_STREAM, "TCP"); in main()
274 test_proto(SOCK_DCCP, "DCCP"); in main()
/Linux-v6.6/drivers/ata/pata_parport/
Dpata_parport.h70 int (*test_proto)(struct pi_adapter *pi); member
Dfriq.c256 .test_proto = friq_test_proto,
Depia.c304 .test_proto = epia_test_proto,
Dfrpw.c291 .test_proto = frpw_test_proto,
Depat.c343 .test_proto = epat_test_proto,
Dpata_parport.c382 if (pi->proto->test_proto) in pi_test_proto()
383 res = pi->proto->test_proto(pi); in pi_test_proto()
Dbpck.c500 .test_proto = bpck_test_proto,