Home
last modified time | relevance | path

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

/linux/net/netfilter/ipvs/
H A Dip_vs_pe.c14 static LIST_HEAD(ip_vs_pe);
20 struct ip_vs_pe *__ip_vs_pe_getbyname(const char *pe_name)
22 struct ip_vs_pe *pe; in __ip_vs_pe_getbyname()
28 list_for_each_entry_rcu(pe, &ip_vs_pe, n_list) { in __ip_vs_pe_getbyname()
48 struct ip_vs_pe *ip_vs_pe_getbyname(const char *name)
50 struct ip_vs_pe *pe; in ip_vs_pe_getbyname()
65 int register_ip_vs_pe(struct ip_vs_pe *pe)
67 struct ip_vs_pe *tmp; in register_ip_vs_pe()
77 list_for_each_entry(tmp, &ip_vs_pe, n_list) { in register_ip_vs_pe()
87 list_add_rcu(&pe->n_list, &ip_vs_pe); in register_ip_vs_pe()
[all...]
H A DMakefile18 ip_vs_est.o ip_vs_proto.o ip_vs_pe.o \
H A Dip_vs_pe_sip.c160 static struct ip_vs_pe ip_vs_sip_pe =
/linux/include/net/
H A Dip_vs.h557 const struct ip_vs_pe *pe;
618 const struct ip_vs_pe *pe;
700 struct ip_vs_pe __rcu *pe;
784 struct ip_vs_pe { struct
1485 int register_ip_vs_pe(struct ip_vs_pe *pe);
1486 int unregister_ip_vs_pe(struct ip_vs_pe *pe);
1487 struct ip_vs_pe *ip_vs_pe_getbyname(const char *name);
1488 struct ip_vs_pe *__ip_vs_pe_getbyname(const char *pe_name);