Home
last modified time | relevance | path

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

/Linux-v6.1/net/netfilter/ipvs/
Dip_vs_proto.c69 struct ip_vs_proto_data *pd = in register_ip_vs_proto_netns()
70 kzalloc(sizeof(struct ip_vs_proto_data), GFP_KERNEL); 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()
120 struct ip_vs_proto_data **pd_p; in unregister_ip_vs_proto_netns()
157 struct ip_vs_proto_data *
160 struct ip_vs_proto_data *pd; in ip_vs_proto_data_get()
177 struct ip_vs_proto_data *pd; in ip_vs_protocol_timeout_change()
331 struct ip_vs_proto_data *pd; in ip_vs_protocol_net_cleanup()
Dip_vs_proto_udp.c32 struct ip_vs_proto_data *pd, in udp_conn_schedule()
367 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(ipvs, IPPROTO_UDP); in udp_register_app()
388 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(ipvs, IPPROTO_UDP); in udp_unregister_app()
454 struct ip_vs_proto_data *pd) in udp_state_transition()
466 static int __udp_init(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd) in __udp_init()
476 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()
590 struct ip_vs_proto_data *pd) in tcp_state_transition()
622 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(ipvs, IPPROTO_TCP); in tcp_register_app()
643 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(ipvs, IPPROTO_TCP); in tcp_unregister_app()
695 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(cp->ipvs, IPPROTO_TCP); in ip_vs_tcp_conn_listen()
708 static int __ip_vs_tcp_init(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd) in __ip_vs_tcp_init()
719 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.c17 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.c223 struct ip_vs_proto_data *pd) in ip_vs_set_state()
442 struct ip_vs_proto_data *pd, int *ignored, in ip_vs_schedule()
586 struct ip_vs_proto_data *pd, struct ip_vs_iphdr *iph) in ip_vs_leave()
1260 handle_response(int af, struct sk_buff *skb, struct ip_vs_proto_data *pd, in handle_response()
1339 struct ip_vs_proto_data *pd; in ip_vs_out_hook()
1476 struct ip_vs_proto_data *pd, in ip_vs_try_to_schedule()
1592 struct ip_vs_proto_data *pd; in ip_vs_in_icmp()
1814 struct ip_vs_proto_data *pd; in ip_vs_in_icmp_v6()
1919 struct ip_vs_proto_data *pd; in ip_vs_in_hook()
Dip_vs_proto_ah_esp.c104 struct ip_vs_proto_data *pd, in ah_esp_conn_schedule()
Dip_vs_conn.c666 struct ip_vs_proto_data *pd; in ip_vs_try_bind_dest()
947 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(p->ipvs, in ip_vs_conn_new()
Dip_vs_sync.c945 struct ip_vs_proto_data *pd; in ip_vs_proc_conn()
Dip_vs_ctl.c2342 struct ip_vs_proto_data *pd; in ip_vs_set_timeout()
2734 struct ip_vs_proto_data *pd; in __ip_vs_get_timeouts()
/Linux-v6.1/include/net/
Dip_vs.h413 struct ip_vs_proto_data;
426 int (*init_netns)(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd);
428 void (*exit_netns)(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd);
432 struct ip_vs_proto_data *pd,
458 struct ip_vs_proto_data *pd);
471 void (*timeout_change)(struct ip_vs_proto_data *pd, int flags);
475 struct ip_vs_proto_data { struct
476 struct ip_vs_proto_data *next; argument
484 struct ip_vs_proto_data *ip_vs_proto_data_get(struct netns_ipvs *ipvs, argument
845 struct ip_vs_proto_data *proto_data_table[IP_VS_PROTO_TAB_SIZE];
[all …]