Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ipvs: Remove unused macros

They are not used since commit e4ff67513096 ("ipvs: add
sync_maxlen parameter for the sync daemon")

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Acked-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>

authored by

YueHaibing and committed by
Pablo Neira Ayuso
18cd9b00 8a8b9047

-3
-3
net/netfilter/ipvs/ip_vs_sync.c
··· 242 242 | IPVS Sync Connection (1) | 243 243 */ 244 244 245 - #define SYNC_MESG_HEADER_LEN 4 246 - #define MAX_CONNS_PER_SYNCBUFF 255 /* nr_conns in ip_vs_sync_mesg is 8 bit */ 247 - 248 245 /* Version 0 header */ 249 246 struct ip_vs_sync_mesg_v0 { 250 247 __u8 nr_conns;