Searched defs:ip_vs_service_user_kern (Results 1 – 1 of 1) sorted by relevance
571 struct ip_vs_service_user_kern { struct573 u16 af;574 u16 protocol;575 union nf_inet_addr addr; /* virtual ip address */576 u16 port;577 u32 fwmark; /* firwall mark of service */580 char *sched_name;581 char *pe_name;582 unsigned flags; /* virtual service flags */583 unsigned timeout; /* persistent timeout in sec */[all …]