Searched refs:ip_vs_pe (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/net/netfilter/ipvs/ |
H A D | ip_vs_pe.c | 15 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...] |
H A D | Makefile | 18 ip_vs_est.o ip_vs_proto.o ip_vs_pe.o \
|
H A D | ip_vs_pe_sip.c | 161 static struct ip_vs_pe ip_vs_sip_pe =
|
H A D | ip_vs_ctl.c | 1291 struct ip_vs_pe *pe = NULL; in ip_vs_add_service() 1440 struct ip_vs_pe *pe = NULL, *old_pe = NULL; in ip_vs_edit_service() 1531 struct ip_vs_pe *old_pe; in __ip_vs_del_service() 3080 struct ip_vs_pe *pe; in ip_vs_genl_fill_service()
|
H A D | ip_vs_core.c | 1255 struct ip_vs_pe *pe; in __ip_vs_rs_conn_out()
|
/kernel/linux/linux-6.6/net/netfilter/ipvs/ |
H A D | ip_vs_pe.c | 15 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...] |
H A D | Makefile | 18 ip_vs_est.o ip_vs_proto.o ip_vs_pe.o \
|
H A D | ip_vs_pe_sip.c | 161 static struct ip_vs_pe ip_vs_sip_pe =
|
H A D | ip_vs_ctl.c | 1372 struct ip_vs_pe *pe = NULL; in ip_vs_add_service() 1520 struct ip_vs_pe *pe = NULL, *old_pe = NULL; in ip_vs_edit_service() 1611 struct ip_vs_pe *old_pe; in __ip_vs_del_service() 3319 struct ip_vs_pe *pe; in ip_vs_genl_fill_service()
|
H A D | ip_vs_core.c | 1241 struct ip_vs_pe *pe; in __ip_vs_rs_conn_out()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ip_vs.h | 496 const struct ip_vs_pe *pe; 557 const struct ip_vs_pe *pe; 639 struct ip_vs_pe __rcu *pe; 722 struct ip_vs_pe { struct 1362 int register_ip_vs_pe(struct ip_vs_pe *pe); 1363 int unregister_ip_vs_pe(struct ip_vs_pe *pe); 1364 struct ip_vs_pe *ip_vs_pe_getbyname(const char *name); 1365 struct ip_vs_pe *__ip_vs_pe_getbyname(const char *pe_name);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip_vs.h | 557 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 1472 int register_ip_vs_pe(struct ip_vs_pe *pe); 1473 int unregister_ip_vs_pe(struct ip_vs_pe *pe); 1474 struct ip_vs_pe *ip_vs_pe_getbyname(const char *name); 1475 struct ip_vs_pe *__ip_vs_pe_getbyname(const char *pe_name);
|
Completed in 24 milliseconds