Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A 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()
/openbmc/linux/drivers/ata/pata_parport/
H A Dpata_parport.h70 int (*test_proto)(struct pi_adapter *pi); member
H A Dfriq.c256 .test_proto = friq_test_proto,
H A Dfrpw.c291 .test_proto = frpw_test_proto,
H A Depia.c304 .test_proto = epia_test_proto,
H A Depat.c343 .test_proto = epat_test_proto,
H A Dpata_parport.c382 if (pi->proto->test_proto) in pi_test_proto()
383 res = pi->proto->test_proto(pi); in pi_test_proto()
H A Dbpck.c500 .test_proto = bpck_test_proto,