Home
last modified time | relevance | path

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

/linux-4.4.14/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()
345 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()
371 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(ipvs, IPPROTO_UDP); in udp_register_app()
392 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(ipvs, IPPROTO_UDP); in udp_unregister_app()
462 struct ip_vs_proto_data *pd) in udp_state_transition()
472 static int __udp_init(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd) in __udp_init()
482 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()
467 static void tcp_timeout_change(struct ip_vs_proto_data *pd, int flags) in tcp_timeout_change()
494 set_tcp_state(struct ip_vs_proto_data *pd, struct ip_vs_conn *cp, in set_tcp_state()
568 struct ip_vs_proto_data *pd) in tcp_state_transition()
600 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(ipvs, IPPROTO_TCP); in tcp_register_app()
621 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(ipvs, IPPROTO_TCP); in tcp_unregister_app()
677 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(cp->ipvs, IPPROTO_TCP); in ip_vs_tcp_conn_listen()
690 static int __ip_vs_tcp_init(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd) in __ip_vs_tcp_init()
701 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.c13 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()
473 const struct sk_buff *skb, struct ip_vs_proto_data *pd) in sctp_state_transition()
492 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(ipvs, IPPROTO_SCTP); in sctp_register_app()
511 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(ipvs, IPPROTO_SCTP); in sctp_unregister_app()
560 static int __ip_vs_sctp_init(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd) in __ip_vs_sctp_init()
570 static void __ip_vs_sctp_exit(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd) in __ip_vs_sctp_exit()
Dip_vs_core.c205 struct ip_vs_proto_data *pd) in ip_vs_set_state()
424 struct ip_vs_proto_data *pd, int *ignored, in ip_vs_schedule()
566 struct ip_vs_proto_data *pd, struct ip_vs_iphdr *iph) in ip_vs_leave()
1105 handle_response(int af, struct sk_buff *skb, struct ip_vs_proto_data *pd, in handle_response()
1177 struct ip_vs_proto_data *pd; in ip_vs_out()
1345 struct ip_vs_proto_data *pd, in ip_vs_try_to_schedule()
1396 struct ip_vs_proto_data *pd; in ip_vs_in_icmp()
1578 struct ip_vs_proto_data *pd; in ip_vs_in_icmp_v6()
1680 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.c647 struct ip_vs_proto_data *pd; in ip_vs_try_bind_dest()
880 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(p->ipvs, in ip_vs_conn_new()
Dip_vs_ctl.c2208 struct ip_vs_proto_data *pd; in ip_vs_set_timeout()
2590 struct ip_vs_proto_data *pd; in __ip_vs_get_timeouts()
Dip_vs_sync.c939 struct ip_vs_proto_data *pd; in ip_vs_proc_conn()
/linux-4.4.14/include/net/
Dip_vs.h420 struct ip_vs_proto_data;
433 int (*init_netns)(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd);
435 void (*exit_netns)(struct netns_ipvs *ipvs, struct ip_vs_proto_data *pd);
439 struct ip_vs_proto_data *pd,
468 struct ip_vs_proto_data *pd);
481 void (*timeout_change)(struct ip_vs_proto_data *pd, int flags);
485 struct ip_vs_proto_data { struct
486 struct ip_vs_proto_data *next; argument
494 struct ip_vs_proto_data *ip_vs_proto_data_get(struct netns_ipvs *ipvs, argument
839 struct ip_vs_proto_data *proto_data_table[IP_VS_PROTO_TAB_SIZE];
[all …]