Home
last modified time | relevance | path

Searched defs:ip_vs_pe (Results 1 – 1 of 1) sorted by relevance

/linux/include/net/
H A Dip_vs.h1027 struct ip_vs_pe { struct
1028 struct list_head n_list; /* d-linked list head */
1029 char *name; /* scheduler name */
1030 atomic_t refcnt; /* reference counter */
1031 struct module *module; /* THIS_MODULE/NULL */
1034 int (*fill_param)(struct ip_vs_conn_param *p, struct sk_buff *skb);
1035 bool (*ct_match)(const struct ip_vs_conn_param *p,
1037 u32 (*hashkey_raw)(const struct ip_vs_conn_param *p,
1039 int (*show_pe_data)(const struct ip_vs_conn *cp, char *buf);
1041 struct ip_vs_conn* (*conn_out)(struct ip_vs_service *svc,