Searched refs:ip_vs_proto_data (Results 1 – 9 of 9) sorted by relevance
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_proto.c | 68 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 D | ip_vs_proto_tcp.c | 36 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 D | ip_vs_proto_udp.c | 32 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 D | ip_vs_proto_sctp.c | 18 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 D | ip_vs_core.c | 401 struct ip_vs_proto_data *pd) in ip_vs_set_state() 620 struct ip_vs_proto_data *pd, int *ignored, in ip_vs_schedule() 764 struct ip_vs_proto_data *pd, struct ip_vs_iphdr *iph) in ip_vs_leave() 1436 handle_response(int af, struct sk_buff *skb, struct ip_vs_proto_data *pd, in handle_response() 1513 struct ip_vs_proto_data *pd; in ip_vs_out_hook() 1645 struct ip_vs_proto_data *pd, in ip_vs_try_to_schedule() 1765 struct ip_vs_proto_data *pd; in ip_vs_in_icmp() 1987 struct ip_vs_proto_data *pd; in ip_vs_in_icmp_v6() 2092 struct ip_vs_proto_data *pd; in ip_vs_in_hook()
|
| H A D | ip_vs_proto_ah_esp.c | 103 struct ip_vs_proto_data *pd, in ah_esp_conn_schedule()
|
| H A D | ip_vs_conn.c | 1081 struct ip_vs_proto_data *pd; in ip_vs_try_bind_dest() 1359 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(p->ipvs, in ip_vs_conn_new()
|
| H A D | ip_vs_ctl.c | 3206 struct ip_vs_proto_data *pd; in ip_vs_set_timeout() 3590 struct ip_vs_proto_data *pd; in __ip_vs_get_timeouts()
|
| /linux/include/net/ |
| H A D | ip_vs.h | 702 struct ip_vs_proto_data; 715 int (*init_netns)(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd); 717 void (*exit_netns)(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd); 721 struct ip_vs_proto_data *pd, 747 struct ip_vs_proto_data *pd); 760 void (*timeout_change)(struct ip_vs_proto_data *pd, int flags); 764 struct ip_vs_proto_data { struct 765 struct ip_vs_proto_data *next; argument 773 struct ip_vs_proto_data *ip_vs_proto_data_get(struct netns_ipvs *ipvs, argument 1152 struct ip_vs_proto_data *proto_data_table[IP_VS_PROTO_TAB_SIZE]; [all …]
|