Home
last modified time | relevance | path

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

/linux/net/netfilter/ipvs/
H A Dip_vs_proto.c37 static struct ip_vs_protocol *ip_vs_proto_table[IP_VS_PROTO_TAB_SIZE];
48 static int __used __init register_ip_vs_protocol(struct ip_vs_protocol *pp) in register_ip_vs_protocol()
65 register_ip_vs_proto_netns(struct netns_ipvs *ipvs, struct ip_vs_protocol *pp) in register_ip_vs_proto_netns()
95 static int unregister_ip_vs_protocol(struct ip_vs_protocol *pp) in unregister_ip_vs_protocol()
97 struct ip_vs_protocol **pp_p; in unregister_ip_vs_protocol()
139 struct ip_vs_protocol * ip_vs_proto_get(unsigned short proto) in ip_vs_proto_get()
141 struct ip_vs_protocol *pp; in ip_vs_proto_get()
198 struct ip_vs_protocol *pp; in ip_vs_state_name()
214 ip_vs_tcpudp_debug_packet_v4(struct ip_vs_protocol *pp, in ip_vs_tcpudp_debug_packet_v4()
246 ip_vs_tcpudp_debug_packet_v6(struct ip_vs_protocol *pp, in ip_vs_tcpudp_debug_packet_v6()
[all …]
H A Dip_vs_proto_udp.c27 udp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp,
136 udp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp, in udp_snat_handler()
219 udp_dnat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp, in udp_dnat_handler()
300 udp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp, in udp_csum_check()
475 struct ip_vs_protocol ip_vs_protocol_udp = {
H A Dip_vs_proto_ah_esp.c115 struct ip_vs_protocol ip_vs_protocol_ah = {
137 struct ip_vs_protocol ip_vs_protocol_esp = {
H A Dip_vs_xmit.c708 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_null_xmit()
722 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_bypass_xmit()
747 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_bypass_xmit_v6()
775 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_nat_xmit()
859 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_nat_xmit_v6()
1135 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_tunnel_xmit()
1280 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_tunnel_xmit_v6()
1427 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_dr_xmit()
1457 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_dr_xmit_v6()
1492 struct ip_vs_protocol *pp, int offset, unsigned int hooknum, in ip_vs_icmp_xmit()
[all …]
H A Dip_vs_proto_sctp.c13 sctp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp,
92 sctp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp, in sctp_snat_handler()
140 sctp_dnat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp, in sctp_dnat_handler()
189 sctp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp, in sctp_csum_check()
570 struct ip_vs_protocol ip_vs_protocol_sctp = {
H A Dip_vs_proto_tcp.c31 tcp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp,
147 tcp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp, in tcp_snat_handler()
225 tcp_dnat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp, in tcp_dnat_handler()
304 tcp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp, in tcp_csum_check()
717 struct ip_vs_protocol ip_vs_protocol_tcp = {
H A Dip_vs_app.c75 struct ip_vs_protocol *pp; in ip_vs_app_inc_new()
126 struct ip_vs_protocol *pp; in ip_vs_app_inc_release()
259 struct ip_vs_protocol *pp) in ip_vs_bind_app()
H A Dip_vs_sync.c964 struct ip_vs_protocol *pp; in ip_vs_process_message_v0()
1073 struct ip_vs_protocol *pp; in ip_vs_proc_sync_conn()
/linux/include/net/
H A Dip_vs.h476 struct ip_vs_protocol { struct
477 struct ip_vs_protocol *next; argument
483 void (*init)(struct ip_vs_protocol *pp); argument
485 void (*exit)(struct ip_vs_protocol *pp); argument
509 int (*snat_handler)(struct sk_buff *skb, struct ip_vs_protocol *pp, argument
512 int (*dnat_handler)(struct sk_buff *skb, struct ip_vs_protocol *pp, argument
527 void (*debug_packet)(int af, struct ip_vs_protocol *pp, argument
538 struct ip_vs_protocol *pp; argument
544 struct ip_vs_protocol *ip_vs_proto_get(unsigned short proto);
605 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
[all …]
/linux/net/netfilter/
H A Dxt_ipvs.c56 struct ip_vs_protocol *pp; in ipvs_mt()