Home
last modified time | relevance | path

Searched refs:ipvs (Results 1 – 25 of 25) sorted by relevance

/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_sync.c196 struct netns_ipvs *ipvs; member
303 sb_dequeue(struct netns_ipvs *ipvs, struct ipvs_master_sync_state *ms) in sb_dequeue() argument
307 spin_lock_bh(&ipvs->sync_lock); in sb_dequeue()
319 spin_unlock_bh(&ipvs->sync_lock); in sb_dequeue()
328 ip_vs_sync_buff_create(struct netns_ipvs *ipvs, unsigned int len) in ip_vs_sync_buff_create() argument
336 ipvs->mcfg.sync_maxlen); in ip_vs_sync_buff_create()
344 sb->mesg->syncid = ipvs->mcfg.syncid; in ip_vs_sync_buff_create()
361 static inline void sb_queue_tail(struct netns_ipvs *ipvs, in sb_queue_tail() argument
366 spin_lock(&ipvs->sync_lock); in sb_queue_tail()
367 if (ipvs->sync_state & IP_VS_STATE_MASTER && in sb_queue_tail()
[all …]
Dip_vs_ctl.c97 static void update_defense_level(struct netns_ipvs *ipvs) in update_defense_level() argument
113 nomem = (availmem < ipvs->sysctl_amemthresh); in update_defense_level()
118 spin_lock(&ipvs->dropentry_lock); in update_defense_level()
119 switch (ipvs->sysctl_drop_entry) { in update_defense_level()
121 atomic_set(&ipvs->dropentry, 0); in update_defense_level()
125 atomic_set(&ipvs->dropentry, 1); in update_defense_level()
126 ipvs->sysctl_drop_entry = 2; in update_defense_level()
128 atomic_set(&ipvs->dropentry, 0); in update_defense_level()
133 atomic_set(&ipvs->dropentry, 1); in update_defense_level()
135 atomic_set(&ipvs->dropentry, 0); in update_defense_level()
[all …]
Dip_vs_core.c115 struct netns_ipvs *ipvs = cp->ipvs; in ip_vs_in_stats() local
136 s = this_cpu_ptr(ipvs->tot_stats.cpustats); in ip_vs_in_stats()
149 struct netns_ipvs *ipvs = cp->ipvs; in ip_vs_out_stats() local
170 s = this_cpu_ptr(ipvs->tot_stats.cpustats); in ip_vs_out_stats()
182 struct netns_ipvs *ipvs = svc->ipvs; in ip_vs_conn_stats() local
195 s = this_cpu_ptr(ipvs->tot_stats.cpustats); in ip_vs_conn_stats()
218 ip_vs_conn_fill_param(svc->ipvs, svc->af, protocol, caddr, cport, vaddr, in ip_vs_conn_fill_param_persist()
379 ip_vs_conn_fill_param(svc->ipvs, svc->af, iph->protocol, src_addr, in ip_vs_sched_persist()
472 cp = pp->conn_in_get(svc->ipvs, svc->af, skb, iph); in ip_vs_schedule()
527 ip_vs_conn_fill_param(svc->ipvs, svc->af, iph->protocol, in ip_vs_schedule()
[all …]
Dip_vs_est.c105 struct netns_ipvs *ipvs = (struct netns_ipvs *)arg; in estimation_timer() local
107 spin_lock(&ipvs->est_lock); in estimation_timer()
108 list_for_each_entry(e, &ipvs->est_list, list) { in estimation_timer()
137 spin_unlock(&ipvs->est_lock); in estimation_timer()
138 mod_timer(&ipvs->est_timer, jiffies + 2*HZ); in estimation_timer()
141 void ip_vs_start_estimator(struct netns_ipvs *ipvs, struct ip_vs_stats *stats) in ip_vs_start_estimator() argument
147 spin_lock_bh(&ipvs->est_lock); in ip_vs_start_estimator()
148 list_add(&est->list, &ipvs->est_list); in ip_vs_start_estimator()
149 spin_unlock_bh(&ipvs->est_lock); in ip_vs_start_estimator()
152 void ip_vs_stop_estimator(struct netns_ipvs *ipvs, struct ip_vs_stats *stats) in ip_vs_stop_estimator() argument
[all …]
Dip_vs_proto.c66 register_ip_vs_proto_netns(struct netns_ipvs *ipvs, struct ip_vs_protocol *pp) in register_ip_vs_proto_netns() argument
76 pd->next = ipvs->proto_data_table[hash]; in register_ip_vs_proto_netns()
77 ipvs->proto_data_table[hash] = pd; in register_ip_vs_proto_netns()
81 int ret = pp->init_netns(ipvs, pd); in register_ip_vs_proto_netns()
84 ipvs->proto_data_table[hash] = pd->next; in register_ip_vs_proto_netns()
118 unregister_ip_vs_proto_netns(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd) in unregister_ip_vs_proto_netns() argument
123 pd_p = &ipvs->proto_data_table[hash]; in unregister_ip_vs_proto_netns()
128 pd->pp->exit_netns(ipvs, pd); in unregister_ip_vs_proto_netns()
158 ip_vs_proto_data_get(struct netns_ipvs *ipvs, unsigned short proto) in ip_vs_proto_data_get() argument
163 for (pd = ipvs->proto_data_table[hash]; pd; pd = pd->next) { in ip_vs_proto_data_get()
[all …]
Dip_vs_conn.c111 static unsigned int ip_vs_conn_hashkey(struct netns_ipvs *ipvs, int af, unsigned int proto, in ip_vs_conn_hashkey() argument
119 ((size_t)ipvs>>8)) & ip_vs_conn_tab_mask; in ip_vs_conn_hashkey()
123 ((size_t)ipvs>>8)) & ip_vs_conn_tab_mask; in ip_vs_conn_hashkey()
144 return ip_vs_conn_hashkey(p->ipvs, p->af, p->protocol, addr, port); in ip_vs_conn_hashkey_param()
151 ip_vs_conn_fill_param(cp->ipvs, cp->af, cp->protocol, in ip_vs_conn_hashkey_conn()
282 cp->ipvs == p->ipvs) { in __ip_vs_conn_in_get()
317 ip_vs_conn_fill_param_proto(struct netns_ipvs *ipvs, in ip_vs_conn_fill_param_proto() argument
329 ip_vs_conn_fill_param(ipvs, af, iph->protocol, &iph->saddr, in ip_vs_conn_fill_param_proto()
332 ip_vs_conn_fill_param(ipvs, af, iph->protocol, &iph->daddr, in ip_vs_conn_fill_param_proto()
338 ip_vs_conn_in_get_proto(struct netns_ipvs *ipvs, int af, in ip_vs_conn_in_get_proto() argument
[all …]
Dip_vs_app.c78 ip_vs_app_inc_new(struct netns_ipvs *ipvs, struct ip_vs_app *app, __u16 proto, in ip_vs_app_inc_new() argument
110 ret = pp->register_app(ipvs, inc); in ip_vs_app_inc_new()
130 ip_vs_app_inc_release(struct netns_ipvs *ipvs, struct ip_vs_app *inc) in ip_vs_app_inc_release() argument
138 pp->unregister_app(ipvs, inc); in ip_vs_app_inc_release()
178 register_ip_vs_app_inc(struct netns_ipvs *ipvs, struct ip_vs_app *app, __u16 proto, in register_ip_vs_app_inc() argument
185 result = ip_vs_app_inc_new(ipvs, app, proto, port); in register_ip_vs_app_inc()
194 struct ip_vs_app *register_ip_vs_app(struct netns_ipvs *ipvs, struct ip_vs_app *app) in register_ip_vs_app() argument
201 list_for_each_entry(a, &ipvs->app_list, a_list) { in register_ip_vs_app()
213 list_add(&a->a_list, &ipvs->app_list); in register_ip_vs_app()
229 void unregister_ip_vs_app(struct netns_ipvs *ipvs, struct ip_vs_app *app) in unregister_ip_vs_app() argument
[all …]
Dip_vs_proto_ah_esp.c44 ah_esp_conn_fill_param_proto(struct netns_ipvs *ipvs, int af, in ah_esp_conn_fill_param_proto() argument
49 ip_vs_conn_fill_param(ipvs, af, IPPROTO_UDP, in ah_esp_conn_fill_param_proto()
53 ip_vs_conn_fill_param(ipvs, af, IPPROTO_UDP, in ah_esp_conn_fill_param_proto()
59 ah_esp_conn_in_get(struct netns_ipvs *ipvs, int af, const struct sk_buff *skb, in ah_esp_conn_in_get() argument
65 ah_esp_conn_fill_param_proto(ipvs, af, iph, &p); in ah_esp_conn_in_get()
85 ah_esp_conn_out_get(struct netns_ipvs *ipvs, int af, const struct sk_buff *skb, in ah_esp_conn_out_get() argument
91 ah_esp_conn_fill_param_proto(ipvs, af, iph, &p); in ah_esp_conn_out_get()
107 ah_esp_conn_schedule(struct netns_ipvs *ipvs, int af, struct sk_buff *skb, in ah_esp_conn_schedule() argument
Dip_vs_lblc.c253 return svc->ipvs->sysctl_lblc_expiration; in sysctl_lblc_expiration()
554 struct netns_ipvs *ipvs = net_ipvs(net); in __ip_vs_lblc_init() local
556 if (!ipvs) in __ip_vs_lblc_init()
560 ipvs->lblc_ctl_table = kmemdup(vs_vars_table, in __ip_vs_lblc_init()
563 if (ipvs->lblc_ctl_table == NULL) in __ip_vs_lblc_init()
568 ipvs->lblc_ctl_table[0].procname = NULL; in __ip_vs_lblc_init()
571 ipvs->lblc_ctl_table = vs_vars_table; in __ip_vs_lblc_init()
572 ipvs->sysctl_lblc_expiration = DEFAULT_EXPIRATION; in __ip_vs_lblc_init()
573 ipvs->lblc_ctl_table[0].data = &ipvs->sysctl_lblc_expiration; in __ip_vs_lblc_init()
575 ipvs->lblc_ctl_header = in __ip_vs_lblc_init()
[all …]
Dip_vs_proto_udp.c32 udp_conn_schedule(struct netns_ipvs *ipvs, int af, struct sk_buff *skb, in udp_conn_schedule() argument
58 svc = ip_vs_service_find(ipvs, af, skb->mark, iph->protocol, in udp_conn_schedule()
61 svc = ip_vs_service_find(ipvs, af, skb->mark, iph->protocol, in udp_conn_schedule()
67 if (ip_vs_todrop(ipvs)) { in udp_conn_schedule()
365 static int udp_register_app(struct netns_ipvs *ipvs, struct ip_vs_app *inc) in udp_register_app() argument
371 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(ipvs, IPPROTO_UDP); in udp_register_app()
375 list_for_each_entry(i, &ipvs->udp_apps[hash], p_list) { in udp_register_app()
381 list_add_rcu(&inc->p_list, &ipvs->udp_apps[hash]); in udp_register_app()
390 udp_unregister_app(struct netns_ipvs *ipvs, struct ip_vs_app *inc) in udp_unregister_app() argument
392 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(ipvs, IPPROTO_UDP); in udp_unregister_app()
[all …]
Dip_vs_ftp.c225 ip_vs_conn_fill_param(cp->ipvs, AF_INET, in ip_vs_ftp_out()
232 ip_vs_conn_fill_param(cp->ipvs, in ip_vs_ftp_out()
392 ip_vs_conn_fill_param(cp->ipvs, AF_INET, in ip_vs_ftp_in()
441 struct netns_ipvs *ipvs = net_ipvs(net); in __ip_vs_ftp_init() local
443 if (!ipvs) in __ip_vs_ftp_init()
446 app = register_ip_vs_app(ipvs, &ip_vs_ftp); in __ip_vs_ftp_init()
453 ret = register_ip_vs_app_inc(ipvs, app, app->protocol, ports[i]); in __ip_vs_ftp_init()
462 unregister_ip_vs_app(ipvs, &ip_vs_ftp); in __ip_vs_ftp_init()
470 struct netns_ipvs *ipvs = net_ipvs(net); in __ip_vs_ftp_exit() local
472 if (!ipvs) in __ip_vs_ftp_exit()
[all …]
Dip_vs_lblcr.c418 return svc->ipvs->sysctl_lblcr_expiration; in sysctl_lblcr_expiration()
740 struct netns_ipvs *ipvs = net_ipvs(net); in __ip_vs_lblcr_init() local
742 if (!ipvs) in __ip_vs_lblcr_init()
746 ipvs->lblcr_ctl_table = kmemdup(vs_vars_table, in __ip_vs_lblcr_init()
749 if (ipvs->lblcr_ctl_table == NULL) in __ip_vs_lblcr_init()
754 ipvs->lblcr_ctl_table[0].procname = NULL; in __ip_vs_lblcr_init()
756 ipvs->lblcr_ctl_table = vs_vars_table; in __ip_vs_lblcr_init()
757 ipvs->sysctl_lblcr_expiration = DEFAULT_EXPIRATION; in __ip_vs_lblcr_init()
758 ipvs->lblcr_ctl_table[0].data = &ipvs->sysctl_lblcr_expiration; in __ip_vs_lblcr_init()
760 ipvs->lblcr_ctl_header = in __ip_vs_lblcr_init()
[all …]
Dip_vs_proto_sctp.c12 sctp_conn_schedule(struct netns_ipvs *ipvs, int af, struct sk_buff *skb, in sctp_conn_schedule() argument
29 sysctl_sloppy_sctp(ipvs))) in sctp_conn_schedule()
44 svc = ip_vs_service_find(ipvs, af, skb->mark, iph->protocol, in sctp_conn_schedule()
47 svc = ip_vs_service_find(ipvs, af, skb->mark, iph->protocol, in sctp_conn_schedule()
52 if (ip_vs_todrop(ipvs)) { in sctp_conn_schedule()
486 static int sctp_register_app(struct netns_ipvs *ipvs, struct ip_vs_app *inc) in sctp_register_app() argument
492 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(ipvs, IPPROTO_SCTP); in sctp_register_app()
496 list_for_each_entry(i, &ipvs->sctp_apps[hash], p_list) { in sctp_register_app()
502 list_add_rcu(&inc->p_list, &ipvs->sctp_apps[hash]); in sctp_register_app()
509 static void sctp_unregister_app(struct netns_ipvs *ipvs, struct ip_vs_app *inc) in sctp_unregister_app() argument
[all …]
Dip_vs_proto_tcp.c35 tcp_conn_schedule(struct netns_ipvs *ipvs, int af, struct sk_buff *skb, in tcp_conn_schedule() argument
51 if (th->rst || !(sysctl_sloppy_tcp(ipvs) || th->syn)) in tcp_conn_schedule()
69 svc = ip_vs_service_find(ipvs, af, skb->mark, iph->protocol, in tcp_conn_schedule()
72 svc = ip_vs_service_find(ipvs, af, skb->mark, iph->protocol, in tcp_conn_schedule()
78 if (ip_vs_todrop(ipvs)) { in tcp_conn_schedule()
594 static int tcp_register_app(struct netns_ipvs *ipvs, struct ip_vs_app *inc) in tcp_register_app() argument
600 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(ipvs, IPPROTO_TCP); in tcp_register_app()
604 list_for_each_entry(i, &ipvs->tcp_apps[hash], p_list) { in tcp_register_app()
610 list_add_rcu(&inc->p_list, &ipvs->tcp_apps[hash]); in tcp_register_app()
619 tcp_unregister_app(struct netns_ipvs *ipvs, struct ip_vs_app *inc) in tcp_unregister_app() argument
[all …]
Dip_vs_xmit.c215 static inline bool ensure_mtu_is_adequate(struct netns_ipvs *ipvs, int skb_af, in ensure_mtu_is_adequate() argument
222 struct net *net = ipvs->net; in ensure_mtu_is_adequate()
240 if ((rt_mode & IP_VS_RT_MODE_TUNNEL) && !sysctl_pmtu_disc(ipvs)) in ensure_mtu_is_adequate()
259 __ip_vs_get_out_rt(struct netns_ipvs *ipvs, int skb_af, struct sk_buff *skb, in __ip_vs_get_out_rt() argument
264 struct net *net = ipvs->net; in __ip_vs_get_out_rt()
340 if (!ensure_mtu_is_adequate(ipvs, skb_af, rt_mode, ipvsh, skb, mtu)) in __ip_vs_get_out_rt()
406 __ip_vs_get_out_rt_v6(struct netns_ipvs *ipvs, int skb_af, struct sk_buff *skb, in __ip_vs_get_out_rt_v6() argument
411 struct net *net = ipvs->net; in __ip_vs_get_out_rt_v6()
489 if (!ensure_mtu_is_adequate(ipvs, skb_af, rt_mode, ipvsh, skb, mtu)) in __ip_vs_get_out_rt_v6()
578 NF_HOOK(pf, NF_INET_LOCAL_OUT, cp->ipvs->net, NULL, skb, in ip_vs_nat_send_or_cont()
[all …]
Dip_vs_nfct.c277 h = nf_conntrack_find_get(cp->ipvs->net, &nf_ct_zone_dflt, &tuple); in ip_vs_conn_drop_conntrack()
/linux-4.4.14/include/net/
Dip_vs.h38 return net->ipvs; in net_ipvs()
433 int (*init_netns)(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd);
435 void (*exit_netns)(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd);
437 int (*conn_schedule)(struct netns_ipvs *ipvs,
444 (*conn_in_get)(struct netns_ipvs *ipvs,
450 (*conn_out_get)(struct netns_ipvs *ipvs,
470 int (*register_app)(struct netns_ipvs *ipvs, struct ip_vs_app *inc);
472 void (*unregister_app)(struct netns_ipvs *ipvs, struct ip_vs_app *inc);
494 struct ip_vs_proto_data *ip_vs_proto_data_get(struct netns_ipvs *ipvs,
498 struct netns_ipvs *ipvs; member
[all …]
Dnet_namespace.h135 struct netns_ipvs *ipvs; member
/linux-4.4.14/net/netfilter/
Dxt_ipvs.c51 struct netns_ipvs *ipvs = net_ipvs(par->net); in ipvs_mt() local
89 cp = pp->conn_out_get(ipvs, family, skb, &iph); in ipvs_mt()
DMakefile176 obj-$(CONFIG_IP_VS) += ipvs/
DKconfig1184 tristate '"ipvs" match support'
1463 source "net/netfilter/ipvs/Kconfig"
/linux-4.4.14/Documentation/networking/
Dipvs-sysctl.txt28 Controls how ipvs will deal with connections that are detected
164 If set, ipvs will set the ipvs_property on all packets which are of
167 packets that have been tunneled to the ipvs host (i.e. to prevent
168 ipvs routing loops when ipvs is also acting as a real server).
D00-INDEX121 ipvs-sysctl.txt
/linux-4.4.14/Documentation/sysctl/
Dnet.txt203 Please see: Documentation/networking/ip-sysctl.txt and ipvs-sysctl.txt for
/linux-4.4.14/
DMAINTAINERS5755 F: Documentation/networking/ipvs-sysctl.txt
5758 F: net/netfilter/ipvs/