Searched defs:ip_vs_pe (Results 1 – 1 of 1) sorted by relevance
701 struct ip_vs_pe { struct702 struct list_head n_list; /* d-linked list head */703 char *name; /* scheduler name */704 atomic_t refcnt; /* reference counter */705 struct module *module; /* THIS_MODULE/NULL */708 int (*fill_param)(struct ip_vs_conn_param *p, struct sk_buff *skb);709 bool (*ct_match)(const struct ip_vs_conn_param *p,711 u32 (*hashkey_raw)(const struct ip_vs_conn_param *p, u32 initval,713 int (*show_pe_data)(const struct ip_vs_conn *cp, char *buf);