Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
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()
/linux/drivers/block/paride/
A Dparide.c201 if (pi->proto->test_proto) in pi_test_proto()
202 res = pi->proto->test_proto(pi, scratch, verbose); in pi_test_proto()
A Dparide.h156 int (*test_proto)(PIA *,char *,int); member
A Dfriq.c259 .test_proto = friq_test_proto,
A Depia.c300 .test_proto = epia_test_proto,
A Dfrpw.c297 .test_proto = frpw_test_proto,
A Depat.c321 .test_proto = epat_test_proto,
A Dbpck.c460 .test_proto = bpck_test_proto,

Completed in 10 milliseconds