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_udp.c | 32 struct ip_vs_proto_data *pd, in udp_conn_schedule() 332 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(ipvs, IPPROTO_UDP); in udp_register_app() 353 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(ipvs, IPPROTO_UDP); in udp_unregister_app() 419 struct ip_vs_proto_data *pd, in udp_state_transition() 432 static int __udp_init(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd) in __udp_init() 442 static void __udp_exit(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd) in __udp_exit()
|
| H A D | ip_vs_proto_tcp.c | 36 struct ip_vs_proto_data *pd, in tcp_conn_schedule() 449 static void tcp_timeout_change(struct ip_vs_proto_data *pd, int flags) in tcp_timeout_change() 476 set_tcp_state(struct ip_vs_proto_data *pd, struct ip_vs_conn *cp, in set_tcp_state() 552 struct ip_vs_proto_data *pd, in tcp_state_transition() 579 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(ipvs, IPPROTO_TCP); in tcp_register_app() 600 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(ipvs, IPPROTO_TCP); in tcp_unregister_app() 652 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(cp->ipvs, IPPROTO_TCP); in ip_vs_tcp_conn_listen() 665 static int __ip_vs_tcp_init(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd) in __ip_vs_tcp_init() 676 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_sctp.c | 18 struct ip_vs_proto_data *pd, in sctp_conn_schedule() 377 set_sctp_state(struct ip_vs_proto_data *pd, struct ip_vs_conn *cp, in set_sctp_state() 467 const struct sk_buff *skb, struct ip_vs_proto_data *pd, in sctp_state_transition() 487 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(ipvs, IPPROTO_SCTP); in sctp_register_app() 506 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(ipvs, IPPROTO_SCTP); in sctp_unregister_app() 552 static int __ip_vs_sctp_init(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd) in __ip_vs_sctp_init() 562 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 | 400 struct ip_vs_proto_data *pd, unsigned int iph_len) in ip_vs_set_state() 619 struct ip_vs_proto_data *pd, int *ignored, in ip_vs_schedule() 763 struct ip_vs_proto_data *pd, struct ip_vs_iphdr *iph) in ip_vs_leave() 1438 handle_response(int af, struct sk_buff *skb, struct ip_vs_proto_data *pd, in handle_response() 1515 struct ip_vs_proto_data *pd; in ip_vs_out_hook() 1648 struct ip_vs_proto_data *pd, in ip_vs_try_to_schedule() 1767 struct ip_vs_proto_data *pd; in ip_vs_in_icmp() 1998 struct ip_vs_proto_data *pd; in ip_vs_in_icmp_v6() 2102 struct ip_vs_proto_data *pd; in ip_vs_in_hook()
|
| H A D | ip_vs_conn.c | 1182 struct ip_vs_proto_data *pd; in ip_vs_try_bind_dest() 1450 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(p->ipvs, in ip_vs_conn_new()
|
| H A D | ip_vs_sync.c | 941 struct ip_vs_proto_data *pd; in ip_vs_proc_conn()
|
| H A D | ip_vs_ctl.c | 3358 struct ip_vs_proto_data *pd; in ip_vs_set_timeout() 3742 struct ip_vs_proto_data *pd; in __ip_vs_get_timeouts()
|
| /linux/include/net/ |
| H A D | ip_vs.h | 716 struct ip_vs_proto_data; 729 int (*init_netns)(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd); 731 void (*exit_netns)(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd); 735 struct ip_vs_proto_data *pd, 761 struct ip_vs_proto_data *pd, 775 void (*timeout_change)(struct ip_vs_proto_data *pd, int flags); 779 struct ip_vs_proto_data { struct 780 struct ip_vs_proto_data *next; argument 788 struct ip_vs_proto_data *ip_vs_proto_data_get(struct netns_ipvs *ipvs, argument 1169 struct ip_vs_proto_data *proto_data_table[IP_VS_PROTO_TAB_SIZE]; [all …]
|