Home
last modified time | relevance | path

Searched defs:clusterip_config (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/net/ipv4/netfilter/
Dipt_CLUSTERIP.c41 struct clusterip_config { struct
42 struct list_head list; /* list of all configs */
43 atomic_t refcount; /* reference count */
44 atomic_t entries; /* number of entries/rules
47 __be32 clusterip; /* the IP address */
48 u_int8_t clustermac[ETH_ALEN]; /* the MAC address */
49 struct net_device *dev; /* device */
50 u_int16_t num_total_nodes; /* total number of nodes */
51 unsigned long local_nodes; /* node number array */
54 struct proc_dir_entry *pde; /* proc dir entry */
[all …]