Searched defs:ip_vs_pe (Results 1 – 1 of 1) sorted by relevance
1044 struct ip_vs_pe { struct1045 struct list_head n_list; /* d-linked list head */1046 char *name; /* scheduler name */1047 atomic_t refcnt; /* reference counter */1048 struct module *module; /* THIS_MODULE/NULL */1051 int (*fill_param)(struct ip_vs_conn_param *p, struct sk_buff *skb);1052 bool (*ct_match)(const struct ip_vs_conn_param *p,1054 u32 (*hashkey_raw)(const struct ip_vs_conn_param *p,1056 int (*show_pe_data)(const struct ip_vs_conn *cp, char *buf);1058 struct ip_vs_conn* (*conn_out)(struct ip_vs_service *svc,