Home
last modified time | relevance | path

Searched refs:ip_vs_protocol (Results 1 – 11 of 11) sorted by relevance

/linux-3.4.99/net/netfilter/ipvs/
Dip_vs_proto.c43 static struct ip_vs_protocol *ip_vs_proto_table[IP_VS_PROTO_TAB_SIZE];
49 static int __used __init register_ip_vs_protocol(struct ip_vs_protocol *pp) in register_ip_vs_protocol()
66 register_ip_vs_proto_netns(struct net *net, struct ip_vs_protocol *pp) in register_ip_vs_proto_netns()
97 static int unregister_ip_vs_protocol(struct ip_vs_protocol *pp) in unregister_ip_vs_protocol()
99 struct ip_vs_protocol **pp_p; in unregister_ip_vs_protocol()
142 struct ip_vs_protocol * ip_vs_proto_get(unsigned short proto) in ip_vs_proto_get()
144 struct ip_vs_protocol *pp; in ip_vs_proto_get()
230 struct ip_vs_protocol *pp = ip_vs_proto_get(proto); in ip_vs_state_name()
239 ip_vs_tcpudp_debug_packet_v4(struct ip_vs_protocol *pp, in ip_vs_tcpudp_debug_packet_v4()
271 ip_vs_tcpudp_debug_packet_v6(struct ip_vs_protocol *pp, in ip_vs_tcpudp_debug_packet_v6()
[all …]
Dip_vs_proto_ah_esp.c123 struct ip_vs_protocol ip_vs_protocol_ah = {
146 struct ip_vs_protocol ip_vs_protocol_esp = {
Dip_vs_xmit.c382 struct ip_vs_protocol *pp) in ip_vs_null_xmit()
396 struct ip_vs_protocol *pp) in ip_vs_bypass_xmit()
451 struct ip_vs_protocol *pp) in ip_vs_bypass_xmit_v6()
514 struct ip_vs_protocol *pp) in ip_vs_nat_xmit()
632 struct ip_vs_protocol *pp) in ip_vs_nat_xmit_v6()
767 struct ip_vs_protocol *pp) in ip_vs_tunnel_xmit()
885 struct ip_vs_protocol *pp) in ip_vs_tunnel_xmit_v6()
1006 struct ip_vs_protocol *pp) in ip_vs_dr_xmit()
1067 struct ip_vs_protocol *pp) in ip_vs_dr_xmit_v6()
1135 struct ip_vs_protocol *pp, int offset, unsigned int hooknum) in ip_vs_icmp_xmit()
[all …]
Dip_vs_proto_udp.c129 struct ip_vs_protocol *pp, struct ip_vs_conn *cp) in udp_snat_handler()
214 struct ip_vs_protocol *pp, struct ip_vs_conn *cp) in udp_dnat_handler()
296 udp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp) in udp_csum_check()
489 struct ip_vs_protocol ip_vs_protocol_udp = {
Dip_vs_core.c397 struct ip_vs_protocol *pp = pd->pp; in ip_vs_schedule()
685 void ip_vs_nat_icmp(struct sk_buff *skb, struct ip_vs_protocol *pp, in ip_vs_nat_icmp()
731 void ip_vs_nat_icmp_v6(struct sk_buff *skb, struct ip_vs_protocol *pp, in ip_vs_nat_icmp_v6()
784 struct ip_vs_protocol *pp, in handle_response_icmp()
847 struct ip_vs_protocol *pp; in ip_vs_out_icmp()
924 struct ip_vs_protocol *pp; in ip_vs_out_icmp_v6()
1023 struct ip_vs_protocol *pp = pd->pp; in handle_response()
1091 struct ip_vs_protocol *pp; in ip_vs_out()
1304 struct ip_vs_protocol *pp; in ip_vs_in_icmp()
1402 struct ip_vs_protocol *pp; in ip_vs_in_icmp_v6()
[all …]
Dip_vs_app.c69 struct ip_vs_protocol *pp; in ip_vs_app_inc_new()
121 struct ip_vs_protocol *pp; in ip_vs_app_inc_release()
229 struct ip_vs_protocol *pp) in ip_vs_bind_app()
Dip_vs_proto_sctp.c68 struct ip_vs_protocol *pp, struct ip_vs_conn *cp) in sctp_snat_handler()
112 struct ip_vs_protocol *pp, struct ip_vs_conn *cp) in sctp_dnat_handler()
155 sctp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp) in sctp_csum_check()
1111 struct ip_vs_protocol ip_vs_protocol_sctp = {
Dip_vs_proto_tcp.c132 struct ip_vs_protocol *pp, struct ip_vs_conn *cp) in tcp_snat_handler()
212 struct ip_vs_protocol *pp, struct ip_vs_conn *cp) in tcp_dnat_handler()
292 tcp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp) in tcp_csum_check()
700 struct ip_vs_protocol ip_vs_protocol_tcp = {
Dip_vs_sync.c835 struct ip_vs_protocol *pp; in ip_vs_process_message_v0()
947 struct ip_vs_protocol *pp; in ip_vs_proc_sync_conn()
/linux-3.4.99/include/net/
Dip_vs.h385 struct ip_vs_protocol { struct
386 struct ip_vs_protocol *next; argument
392 void (*init)(struct ip_vs_protocol *pp); argument
394 void (*exit)(struct ip_vs_protocol *pp); argument
419 struct ip_vs_protocol *pp, struct ip_vs_conn *cp); argument
422 struct ip_vs_protocol *pp, struct ip_vs_conn *cp); argument
425 struct ip_vs_protocol *pp); argument
439 void (*debug_packet)(int af, struct ip_vs_protocol *pp, argument
452 struct ip_vs_protocol *pp; argument
458 extern struct ip_vs_protocol *ip_vs_proto_get(unsigned short proto);
[all …]
/linux-3.4.99/net/netfilter/
Dxt_ipvs.c54 struct ip_vs_protocol *pp; in ipvs_mt()