Searched refs:FTPPORT (Results 1 – 3 of 3) sorted by relevance
190 if (svc->port != FTPPORT) in ip_vs_sched_persist()214 if (svc->port != FTPPORT) in ip_vs_sched_persist()443 if ((svc->port == FTPPORT) && (portp[1] != FTPPORT)) { in ip_vs_leave()
417 svc = __ip_vs_service_get(protocol, vaddr, FTPPORT); in ip_vs_service_get()1067 if (svc->port == FTPPORT) in ip_vs_add_service()1207 if (svc->port == FTPPORT) in __ip_vs_del_service()
289 #define FTPPORT __constant_htons(21) macro