Searched refs:net_check_prereq (Results 1 – 1 of 1) sorted by relevance
208 static int net_check_prereq(enum proto_t protocol);312 if (net_check_prereq(NFS)) { in net_auto_load()337 if (net_check_prereq(TFTPGET)) { in net_auto_load()449 switch (net_check_prereq(protocol)) { in net_loop()1352 static int net_check_prereq(enum proto_t protocol) in net_check_prereq() function