Searched defs:ip_vs_service_user_kern (Results 1 – 2 of 2) 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 __be16 port;577 u32 fwmark; /* firwall mark of service */580 char *sched_name;581 char *pe_name;582 unsigned int flags; /* virtual service flags */583 unsigned int timeout; /* persistent timeout in sec */[all …]
632 struct ip_vs_service_user_kern { struct634 u16 af;635 u16 protocol;636 union nf_inet_addr addr; /* virtual ip address */637 __be16 port;638 u32 fwmark; /* firewall mark of service */641 char *sched_name;642 char *pe_name;643 unsigned int flags; /* virtual service flags */644 unsigned int timeout; /* persistent timeout in sec */[all …]