Home
last modified time | relevance | path

Searched refs:ip_vs_protocol (Results 1 – 9 of 9) 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_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_core.c623 struct ip_vs_protocol *pp = pd->pp; in ip_vs_schedule()
926 void ip_vs_nat_icmp(struct sk_buff *skb, struct ip_vs_protocol *pp, in ip_vs_nat_icmp()
972 void ip_vs_nat_icmp_v6(struct sk_buff *skb, struct ip_vs_protocol *pp, in ip_vs_nat_icmp_v6()
1037 struct ip_vs_protocol *pp, in handle_response_icmp()
1100 struct ip_vs_protocol *pp; in ip_vs_out_icmp()
1175 struct ip_vs_protocol *pp; in ip_vs_out_icmp_v6()
1440 struct ip_vs_protocol *pp = pd->pp; in handle_response()
1512 struct ip_vs_protocol *pp; in ip_vs_out_hook()
1649 struct ip_vs_protocol *pp = pd->pp; in ip_vs_try_to_schedule()
1764 struct ip_vs_protocol *pp; in ip_vs_in_icmp()
[all …]
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()
/linux/include/net/
H A Dip_vs.h704 struct ip_vs_protocol { struct
705 struct ip_vs_protocol *next; argument
711 void (*init)(struct ip_vs_protocol *pp); argument
713 void (*exit)(struct ip_vs_protocol *pp); argument
737 int (*snat_handler)(struct sk_buff *skb, struct ip_vs_protocol *pp, argument
740 int (*dnat_handler)(struct sk_buff *skb, struct ip_vs_protocol *pp, argument
755 void (*debug_packet)(int af, struct ip_vs_protocol *pp, argument
766 struct ip_vs_protocol *pp; argument
772 struct ip_vs_protocol *ip_vs_proto_get(unsigned short proto);
863 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()