Lines Matching full:service
19 * Virtual Service Flags
145 /* virtual service addresses */
149 __u32 fwmark; /* firwall mark of service */
151 /* virtual service options */
153 unsigned int flags; /* virtual service flags */
207 /* which service: user fills in these */
211 __u32 fwmark; /* firwall mark of service */
213 /* service options */
215 unsigned int flags; /* virtual service flags */
247 /* which service: user fills in these */
251 __u32 fwmark; /* firwall mark of service */
266 /* service table */
311 IPVS_CMD_NEW_SERVICE, /* add service */
312 IPVS_CMD_SET_SERVICE, /* modify service */
313 IPVS_CMD_DEL_SERVICE, /* delete service */
314 IPVS_CMD_GET_SERVICE, /* get service info */
342 IPVS_CMD_ATTR_SERVICE, /* nested service attribute */
354 * Attributes used to describe a service
361 IPVS_SVC_ATTR_PROTOCOL, /* virtual service protocol */
362 IPVS_SVC_ATTR_ADDR, /* virtual service address */
363 IPVS_SVC_ATTR_PORT, /* virtual service port */
364 IPVS_SVC_ATTR_FWMARK, /* firewall mark of service */
367 IPVS_SVC_ATTR_FLAGS, /* virtual service flags */
371 IPVS_SVC_ATTR_STATS, /* nested attribute for service stats */
375 IPVS_SVC_ATTR_STATS64, /* nested attribute for service stats */
440 * Attributes used to describe service or destination entry statistics