Symbol: ip_vs_pe
include/net/ip_vs.h
1815
int register_ip_vs_pe(struct ip_vs_pe *pe);
include/net/ip_vs.h
1816
int unregister_ip_vs_pe(struct ip_vs_pe *pe);
include/net/ip_vs.h
1817
struct ip_vs_pe *ip_vs_pe_getbyname(const char *name);
include/net/ip_vs.h
1818
struct ip_vs_pe *__ip_vs_pe_getbyname(const char *pe_name);
include/net/ip_vs.h
796
const struct ip_vs_pe *pe;
include/net/ip_vs.h
824
const struct ip_vs_pe *pe;
include/net/ip_vs.h
954
struct ip_vs_pe __rcu *pe;
net/netfilter/ipvs/ip_vs_core.c
1415
struct ip_vs_pe *pe;
net/netfilter/ipvs/ip_vs_ctl.c
1717
struct ip_vs_pe *pe = NULL;
net/netfilter/ipvs/ip_vs_ctl.c
1921
struct ip_vs_pe *pe = NULL, *old_pe = NULL;
net/netfilter/ipvs/ip_vs_ctl.c
2017
struct ip_vs_pe *old_pe;
net/netfilter/ipvs/ip_vs_ctl.c
4053
struct ip_vs_pe *pe;
net/netfilter/ipvs/ip_vs_pe.c
14
static LIST_HEAD(ip_vs_pe);
net/netfilter/ipvs/ip_vs_pe.c
20
struct ip_vs_pe *__ip_vs_pe_getbyname(const char *pe_name)
net/netfilter/ipvs/ip_vs_pe.c
22
struct ip_vs_pe *pe;
net/netfilter/ipvs/ip_vs_pe.c
28
list_for_each_entry_rcu(pe, &ip_vs_pe, n_list) {
net/netfilter/ipvs/ip_vs_pe.c
48
struct ip_vs_pe *ip_vs_pe_getbyname(const char *name)
net/netfilter/ipvs/ip_vs_pe.c
50
struct ip_vs_pe *pe;
net/netfilter/ipvs/ip_vs_pe.c
65
int register_ip_vs_pe(struct ip_vs_pe *pe)
net/netfilter/ipvs/ip_vs_pe.c
67
struct ip_vs_pe *tmp;
net/netfilter/ipvs/ip_vs_pe.c
77
list_for_each_entry(tmp, &ip_vs_pe, n_list) {
net/netfilter/ipvs/ip_vs_pe.c
87
list_add_rcu(&pe->n_list, &ip_vs_pe);
net/netfilter/ipvs/ip_vs_pe.c
97
int unregister_ip_vs_pe(struct ip_vs_pe *pe)
net/netfilter/ipvs/ip_vs_pe_sip.c
160
static struct ip_vs_pe ip_vs_sip_pe =