ip_vs_pe
int register_ip_vs_pe(struct ip_vs_pe *pe);
int unregister_ip_vs_pe(struct ip_vs_pe *pe);
struct ip_vs_pe *ip_vs_pe_getbyname(const char *name);
struct ip_vs_pe *__ip_vs_pe_getbyname(const char *pe_name);
const struct ip_vs_pe *pe;
const struct ip_vs_pe *pe;
struct ip_vs_pe __rcu *pe;
struct ip_vs_pe *pe;
struct ip_vs_pe *pe = NULL;
struct ip_vs_pe *pe = NULL, *old_pe = NULL;
struct ip_vs_pe *old_pe;
struct ip_vs_pe *pe;
static LIST_HEAD(ip_vs_pe);
struct ip_vs_pe *__ip_vs_pe_getbyname(const char *pe_name)
struct ip_vs_pe *pe;
list_for_each_entry_rcu(pe, &ip_vs_pe, n_list) {
struct ip_vs_pe *ip_vs_pe_getbyname(const char *name)
struct ip_vs_pe *pe;
int register_ip_vs_pe(struct ip_vs_pe *pe)
struct ip_vs_pe *tmp;
list_for_each_entry(tmp, &ip_vs_pe, n_list) {
list_add_rcu(&pe->n_list, &ip_vs_pe);
int unregister_ip_vs_pe(struct ip_vs_pe *pe)
static struct ip_vs_pe ip_vs_sip_pe =