Home
last modified time | relevance | path

Searched refs:ip_vs_proto_data (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/net/netfilter/ipvs/
Dip_vs_proto.c74 struct ip_vs_proto_data *pd = in register_ip_vs_proto_netns()
75 kzalloc(sizeof(struct ip_vs_proto_data), GFP_KERNEL); in register_ip_vs_proto_netns()
123 unregister_ip_vs_proto_netns(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd) in unregister_ip_vs_proto_netns()
125 struct ip_vs_proto_data **pd_p; in unregister_ip_vs_proto_netns()
162 struct ip_vs_proto_data *
165 struct ip_vs_proto_data *pd; in ip_vs_proto_data_get()
182 struct ip_vs_proto_data *pd; in ip_vs_protocol_timeout_change()
336 struct ip_vs_proto_data *pd; in ip_vs_protocol_net_cleanup()
Dip_vs_proto_udp.c33 struct ip_vs_proto_data *pd, in udp_conn_schedule()
368 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(ipvs, IPPROTO_UDP); in udp_register_app()
389 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(ipvs, IPPROTO_UDP); in udp_unregister_app()
455 struct ip_vs_proto_data *pd) in udp_state_transition()
467 static int __udp_init(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd) in __udp_init()
477 static void __udp_exit(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd) in __udp_exit()
Dip_vs_proto_tcp.c36 struct ip_vs_proto_data *pd, in tcp_conn_schedule()
485 static void tcp_timeout_change(struct ip_vs_proto_data *pd, int flags) in tcp_timeout_change()
512 set_tcp_state(struct ip_vs_proto_data *pd, struct ip_vs_conn *cp, in set_tcp_state()
588 struct ip_vs_proto_data *pd) in tcp_state_transition()
620 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(ipvs, IPPROTO_TCP); in tcp_register_app()
641 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(ipvs, IPPROTO_TCP); in tcp_unregister_app()
693 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(cp->ipvs, IPPROTO_TCP); in ip_vs_tcp_conn_listen()
706 static int __ip_vs_tcp_init(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd) in __ip_vs_tcp_init()
717 static void __ip_vs_tcp_exit(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd) in __ip_vs_tcp_exit()
Dip_vs_proto_sctp.c14 struct ip_vs_proto_data *pd, in sctp_conn_schedule()
378 set_sctp_state(struct ip_vs_proto_data *pd, struct ip_vs_conn *cp, in set_sctp_state()
475 const struct sk_buff *skb, struct ip_vs_proto_data *pd) in sctp_state_transition()
494 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(ipvs, IPPROTO_SCTP); in sctp_register_app()
513 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(ipvs, IPPROTO_SCTP); in sctp_unregister_app()
559 static int __ip_vs_sctp_init(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd) in __ip_vs_sctp_init()
569 static void __ip_vs_sctp_exit(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd) in __ip_vs_sctp_exit()
Dip_vs_core.c214 struct ip_vs_proto_data *pd) in ip_vs_set_state()
433 struct ip_vs_proto_data *pd, int *ignored, in ip_vs_schedule()
575 struct ip_vs_proto_data *pd, struct ip_vs_iphdr *iph) in ip_vs_leave()
1254 handle_response(int af, struct sk_buff *skb, struct ip_vs_proto_data *pd, in handle_response()
1326 struct ip_vs_proto_data *pd; in ip_vs_out()
1519 struct ip_vs_proto_data *pd, in ip_vs_try_to_schedule()
1570 struct ip_vs_proto_data *pd; in ip_vs_in_icmp()
1750 struct ip_vs_proto_data *pd; in ip_vs_in_icmp_v6()
1852 struct ip_vs_proto_data *pd; in ip_vs_in()
Dip_vs_proto_ah_esp.c108 struct ip_vs_proto_data *pd, in ah_esp_conn_schedule()
Dip_vs_conn.c659 struct ip_vs_proto_data *pd; in ip_vs_try_bind_dest()
912 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(p->ipvs, in ip_vs_conn_new()
Dip_vs_ctl.c2215 struct ip_vs_proto_data *pd; in ip_vs_set_timeout()
2602 struct ip_vs_proto_data *pd; in __ip_vs_get_timeouts()
Dip_vs_sync.c944 struct ip_vs_proto_data *pd; in ip_vs_proc_conn()
/Linux-v4.19/include/net/
Dip_vs.h415 struct ip_vs_proto_data;
428 int (*init_netns)(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd);
430 void (*exit_netns)(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd);
434 struct ip_vs_proto_data *pd,
463 struct ip_vs_proto_data *pd);
476 void (*timeout_change)(struct ip_vs_proto_data *pd, int flags);
480 struct ip_vs_proto_data { struct
481 struct ip_vs_proto_data *next; argument
489 struct ip_vs_proto_data *ip_vs_proto_data_get(struct netns_ipvs *ipvs, argument
842 struct ip_vs_proto_data *proto_data_table[IP_VS_PROTO_TAB_SIZE];
[all …]