Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/ipvs/
Dip_vs_proto.c38 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 netns_ipvs *ipvs, struct ip_vs_protocol *pp) in register_ip_vs_proto_netns()
96 static int unregister_ip_vs_protocol(struct ip_vs_protocol *pp) in unregister_ip_vs_protocol()
98 struct ip_vs_protocol **pp_p; in unregister_ip_vs_protocol()
140 struct ip_vs_protocol * ip_vs_proto_get(unsigned short proto) in ip_vs_proto_get()
142 struct ip_vs_protocol *pp; in ip_vs_proto_get()
199 struct ip_vs_protocol *pp; in ip_vs_state_name()
215 ip_vs_tcpudp_debug_packet_v4(struct ip_vs_protocol *pp, in ip_vs_tcpudp_debug_packet_v4()
247 ip_vs_tcpudp_debug_packet_v6(struct ip_vs_protocol *pp, in ip_vs_tcpudp_debug_packet_v6()
[all …]
Dip_vs_proto_udp.c28 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()
482 struct ip_vs_protocol ip_vs_protocol_udp = {
Dip_vs_proto_ah_esp.c116 struct ip_vs_protocol ip_vs_protocol_ah = {
138 struct ip_vs_protocol ip_vs_protocol_esp = {
Dip_vs_xmit.c691 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_null_xmit()
705 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_bypass_xmit()
734 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_bypass_xmit_v6()
766 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_nat_xmit()
854 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_nat_xmit_v6()
1134 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_tunnel_xmit()
1284 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_tunnel_xmit_v6()
1436 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_dr_xmit()
1470 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_dr_xmit_v6()
1509 struct ip_vs_protocol *pp, int offset, unsigned int hooknum, in ip_vs_icmp_xmit()
[all …]
Dip_vs_proto_sctp.c13 sctp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp);
91 sctp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp, in sctp_snat_handler()
138 sctp_dnat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp, in sctp_dnat_handler()
186 sctp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp) in sctp_csum_check()
574 struct ip_vs_protocol ip_vs_protocol_sctp = {
Dip_vs_proto_tcp.c32 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()
725 struct ip_vs_protocol ip_vs_protocol_tcp = {
Dip_vs_core.c445 struct ip_vs_protocol *pp = pd->pp; in ip_vs_schedule()
748 void ip_vs_nat_icmp(struct sk_buff *skb, struct ip_vs_protocol *pp, in ip_vs_nat_icmp()
794 void ip_vs_nat_icmp_v6(struct sk_buff *skb, struct ip_vs_protocol *pp, in ip_vs_nat_icmp_v6()
859 struct ip_vs_protocol *pp, in handle_response_icmp()
922 struct ip_vs_protocol *pp; in ip_vs_out_icmp()
997 struct ip_vs_protocol *pp; in ip_vs_out_icmp_v6()
1264 struct ip_vs_protocol *pp = pd->pp; in handle_response()
1338 struct ip_vs_protocol *pp; in ip_vs_out_hook()
1480 struct ip_vs_protocol *pp = pd->pp; in ip_vs_try_to_schedule()
1591 struct ip_vs_protocol *pp; in ip_vs_in_icmp()
[all …]
Dip_vs_app.c76 struct ip_vs_protocol *pp; in ip_vs_app_inc_new()
127 struct ip_vs_protocol *pp; in ip_vs_app_inc_release()
260 struct ip_vs_protocol *pp) in ip_vs_bind_app()
Dip_vs_sync.c965 struct ip_vs_protocol *pp; in ip_vs_process_message_v0()
1074 struct ip_vs_protocol *pp; in ip_vs_proc_sync_conn()
/linux-6.1.9/include/net/
Dip_vs.h415 struct ip_vs_protocol { struct
416 struct ip_vs_protocol *next; argument
422 void (*init)(struct ip_vs_protocol *pp); argument
424 void (*exit)(struct ip_vs_protocol *pp); argument
448 int (*snat_handler)(struct sk_buff *skb, struct ip_vs_protocol *pp, argument
451 int (*dnat_handler)(struct sk_buff *skb, struct ip_vs_protocol *pp, argument
466 void (*debug_packet)(int af, struct ip_vs_protocol *pp, argument
477 struct ip_vs_protocol *pp; argument
483 struct ip_vs_protocol *ip_vs_proto_get(unsigned short proto);
544 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
[all …]
/linux-6.1.9/net/netfilter/
Dxt_ipvs.c56 struct ip_vs_protocol *pp; in ipvs_mt()