Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/ !
Dip_vs.h784 struct ip_vs_pe { struct
785 struct list_head n_list; /* d-linked list head */
786 char *name; /* scheduler name */
787 atomic_t refcnt; /* reference counter */
788 struct module *module; /* THIS_MODULE/NULL */
791 int (*fill_param)(struct ip_vs_conn_param *p, struct sk_buff *skb);
792 bool (*ct_match)(const struct ip_vs_conn_param *p,
794 u32 (*hashkey_raw)(const struct ip_vs_conn_param *p, u32 initval,
796 int (*show_pe_data)(const struct ip_vs_conn *cp, char *buf);
798 struct ip_vs_conn* (*conn_out)(struct ip_vs_service *svc,