Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/netfilter/ipvs/
A Dip_vs_pe.c15 static LIST_HEAD(ip_vs_pe);
21 struct ip_vs_pe *__ip_vs_pe_getbyname(const char *pe_name) in __ip_vs_pe_getbyname()
23 struct ip_vs_pe *pe; in __ip_vs_pe_getbyname()
29 list_for_each_entry_rcu(pe, &ip_vs_pe, n_list) { in __ip_vs_pe_getbyname()
49 struct ip_vs_pe *ip_vs_pe_getbyname(const char *name) in ip_vs_pe_getbyname()
51 struct ip_vs_pe *pe; in ip_vs_pe_getbyname()
66 int register_ip_vs_pe(struct ip_vs_pe *pe) in register_ip_vs_pe()
68 struct ip_vs_pe *tmp; in register_ip_vs_pe()
78 list_for_each_entry(tmp, &ip_vs_pe, n_list) { in register_ip_vs_pe()
88 list_add_rcu(&pe->n_list, &ip_vs_pe); in register_ip_vs_pe()
[all …]
A DMakefile18 ip_vs_est.o ip_vs_proto.o ip_vs_pe.o \
A Dip_vs_pe_sip.c161 static struct ip_vs_pe ip_vs_sip_pe =
A Dip_vs_ctl.c1387 struct ip_vs_pe *pe = NULL; in ip_vs_add_service()
1535 struct ip_vs_pe *pe = NULL, *old_pe = NULL; in ip_vs_edit_service()
1626 struct ip_vs_pe *old_pe; in __ip_vs_del_service()
3335 struct ip_vs_pe *pe; in ip_vs_genl_fill_service()
A Dip_vs_core.c1243 struct ip_vs_pe *pe; in __ip_vs_rs_conn_out()
/linux-6.3-rc2/include/net/
A Dip_vs.h577 const struct ip_vs_pe *pe;
636 const struct ip_vs_pe *pe;
718 struct ip_vs_pe __rcu *pe;
802 struct ip_vs_pe { struct
1490 int register_ip_vs_pe(struct ip_vs_pe *pe);
1491 int unregister_ip_vs_pe(struct ip_vs_pe *pe);
1492 struct ip_vs_pe *ip_vs_pe_getbyname(const char *name);
1493 struct ip_vs_pe *__ip_vs_pe_getbyname(const char *pe_name);

Completed in 21 milliseconds