Lines Matching defs:net
57 static const char tfo_cfg[] = "/proc/sys/net/ipv4/tcp_fastopen";
58 static const char tcp_tw_reuse[] = "/proc/sys/net/ipv4/tcp_tw_reuse";
126 static struct net_func net;
186 if (net.cleanup)
187 net.cleanup();
868 tst_brk(TBROK, "Invalid net.ipv4.tcp_fastopen '%s'", targ);
907 net.init = client_init;
908 net.run = client_run;
909 net.cleanup = client_cleanup;
926 net.init = server_init;
931 net.run = server_run;
932 net.cleanup = server_cleanup;
936 net.run = server_run_udp;
937 net.cleanup = NULL;
989 net.init();
994 net.run();