Home
last modified time | relevance | path

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

/linux/net/netfilter/ipvs/
H A Dip_vs_proto.c68 struct ip_vs_proto_data *pd = in register_ip_vs_proto_netns()
69 kzalloc_obj(struct ip_vs_proto_data); in register_ip_vs_proto_netns()
117 unregister_ip_vs_proto_netns(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd) in unregister_ip_vs_proto_netns()
119 struct ip_vs_proto_data **pd_p; in unregister_ip_vs_proto_netns()
156 struct ip_vs_proto_data *
159 struct ip_vs_proto_data *pd; in ip_vs_proto_data_get()
176 struct ip_vs_proto_data *pd; in ip_vs_protocol_timeout_change()
330 struct ip_vs_proto_data *pd; in ip_vs_protocol_net_cleanup()
H A Dip_vs_proto_tcp.c36 struct ip_vs_proto_data *pd, in tcp_conn_schedule()
477 static void tcp_timeout_change(struct ip_vs_proto_data *pd, int flags) in tcp_timeout_change()
504 set_tcp_state(struct ip_vs_proto_data *pd, struct ip_vs_conn *cp, in set_tcp_state()
582 struct ip_vs_proto_data *pd) in tcp_state_transition()
614 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(ipvs, IPPROTO_TCP); in tcp_register_app()
635 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(ipvs, IPPROTO_TCP); in tcp_unregister_app()
687 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(cp->ipvs, IPPROTO_TCP); in ip_vs_tcp_conn_listen()
700 static int __ip_vs_tcp_init(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd) in __ip_vs_tcp_init()
711 static void __ip_vs_tcp_exit(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd) in __ip_vs_tcp_exit()
H A Dip_vs_proto_udp.c32 struct ip_vs_proto_data *pd, in udp_conn_schedule()
360 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(ipvs, IPPROTO_UDP); in udp_register_app()
381 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(ipvs, IPPROTO_UDP); in udp_unregister_app()
447 struct ip_vs_proto_data *pd) in udp_state_transition()
459 static int __udp_init(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd) in __udp_init()
469 static void __udp_exit(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd) in __udp_exit()
H A Dip_vs_proto_sctp.c18 struct ip_vs_proto_data *pd, in sctp_conn_schedule()
374 set_sctp_state(struct ip_vs_proto_data *pd, struct ip_vs_conn *cp, in set_sctp_state()
471 const struct sk_buff *skb, struct ip_vs_proto_data *pd) in sctp_state_transition()
490 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(ipvs, IPPROTO_SCTP); in sctp_register_app()
509 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(ipvs, IPPROTO_SCTP); in sctp_unregister_app()
555 static int __ip_vs_sctp_init(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd) in __ip_vs_sctp_init()
565 static void __ip_vs_sctp_exit(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd) in __ip_vs_sctp_exit()
H A Dip_vs_proto_ah_esp.c103 struct ip_vs_proto_data *pd, in ah_esp_conn_schedule()
H A Dip_vs_conn.c665 struct ip_vs_proto_data *pd; in ip_vs_try_bind_dest()
946 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(p->ipvs, in ip_vs_conn_new()
H A Dip_vs_sync.c944 struct ip_vs_proto_data *pd; in ip_vs_proc_conn()
H A Dip_vs_ctl.c2577 struct ip_vs_proto_data *pd; in ip_vs_set_timeout()
2974 struct ip_vs_proto_data *pd; in __ip_vs_get_timeouts()
/linux/include/net/
H A Dip_vs.h474 struct ip_vs_proto_data;
487 int (*init_netns)(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd);
489 void (*exit_netns)(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd);
493 struct ip_vs_proto_data *pd,
519 struct ip_vs_proto_data *pd);
532 void (*timeout_change)(struct ip_vs_proto_data *pd, int flags);
536 struct ip_vs_proto_data { struct
537 struct ip_vs_proto_data *next; argument
545 struct ip_vs_proto_data *ip_vs_proto_data_get(struct netns_ipvs *ipvs, argument
909 struct ip_vs_proto_data *proto_data_table[IP_VS_PROTO_TAB_SIZE];
[all …]