Home | History | Annotate | Download | only in blktrace

Lines Matching refs:protocol

687 static int my_socket(int domain, int type, int protocol)
692 fd = socket(domain, type, protocol);