Searched refs:test_proto (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/tools/testing/selftests/net/ |
D | reuseport_addr_any.c | 240 static void test_proto(int proto, const char *proto_str) in test_proto() function 268 test_proto(SOCK_DGRAM, "UDP"); in main() 269 test_proto(SOCK_STREAM, "TCP"); in main() 270 test_proto(SOCK_DCCP, "DCCP"); in main()
|
/Linux-v5.4/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,
|