Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_pe.c14 static LIST_HEAD(ip_vs_pe);
20 struct ip_vs_pe *__ip_vs_pe_getbyname(const char *pe_name) in __ip_vs_pe_getbyname()
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) in ip_vs_pe_getbyname()
50 struct ip_vs_pe *pe; in ip_vs_pe_getbyname()
65 int register_ip_vs_pe(struct ip_vs_pe *pe) in register_ip_vs_pe()
67 struct ip_vs_pe *tmp; in register_ip_vs_pe()
76 list_for_each_entry(tmp, &ip_vs_pe, n_list) { in register_ip_vs_pe()
86 list_add_rcu(&pe->n_list, &ip_vs_pe); in register_ip_vs_pe()
[all …]
DMakefile17 ip_vs_est.o ip_vs_proto.o ip_vs_pe.o \
Dip_vs_pe_sip.c146 static struct ip_vs_pe ip_vs_sip_pe =
Dip_vs_ctl.c1171 struct ip_vs_pe *pe = NULL; in ip_vs_add_service()
1301 struct ip_vs_pe *pe = NULL, *old_pe = NULL; in ip_vs_edit_service()
1383 struct ip_vs_pe *old_pe; in __ip_vs_del_service()
2908 struct ip_vs_pe *pe; in ip_vs_genl_fill_service()
/linux-4.1.27/include/net/
Dip_vs.h512 const struct ip_vs_pe *pe;
573 const struct ip_vs_pe *pe;
678 struct ip_vs_pe __rcu *pe;
756 struct ip_vs_pe { struct
1315 int register_ip_vs_pe(struct ip_vs_pe *pe);
1316 int unregister_ip_vs_pe(struct ip_vs_pe *pe);
1317 struct ip_vs_pe *ip_vs_pe_getbyname(const char *name);
1318 struct ip_vs_pe *__ip_vs_pe_getbyname(const char *pe_name);