Searched refs:FTPPORT (Results 1 – 3 of 3) sorted by relevance
288 if (svc->port != FTPPORT) in ip_vs_sched_persist()336 if (dst_port == svc->port && svc->port != FTPPORT) in ip_vs_sched_persist()601 if ((svc->port == FTPPORT) && (pptr[1] != FTPPORT)) in ip_vs_leave()
438 svc = __ip_vs_service_find(net, af, protocol, vaddr, FTPPORT); in ip_vs_service_find()1259 if (svc->port == FTPPORT) in ip_vs_add_service()1414 if (svc->port == FTPPORT) in __ip_vs_del_service()
305 #define FTPPORT cpu_to_be16(21) macro