Home
last modified time | relevance | path

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

/linux-6.15/net/netfilter/ipvs/
H A Dip_vs_proto.c38 static struct ip_vs_protocol *ip_vs_proto_table[IP_VS_PROTO_TAB_SIZE];
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()
280 ip_vs_tcpudp_debug_packet(int af, struct ip_vs_protocol *pp, in ip_vs_tcpudp_debug_packet()
299 static struct ip_vs_protocol *protos[] = { in ip_vs_protocol_net_init()
[all …]
H A 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 = {
H A Dip_vs_proto_ah_esp.c116 struct ip_vs_protocol ip_vs_protocol_ah = {
138 struct ip_vs_protocol ip_vs_protocol_esp = {
H A Dip_vs_xmit.c680 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_null_xmit()
694 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_bypass_xmit()
719 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_bypass_xmit_v6()
747 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_nat_xmit()
831 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_nat_xmit_v6()
1107 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_tunnel_xmit()
1252 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_tunnel_xmit_v6()
1399 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_dr_xmit()
1429 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_dr_xmit_v6()
1464 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);
91 sctp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp, in sctp_snat_handler()
139 sctp_dnat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp, in sctp_dnat_handler()
188 sctp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp) in sctp_csum_check()
576 struct ip_vs_protocol ip_vs_protocol_sctp = {
H A 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 = {
H A 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()
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()
1262 struct ip_vs_protocol *pp = pd->pp; in handle_response()
1334 struct ip_vs_protocol *pp; in ip_vs_out_hook()
1474 struct ip_vs_protocol *pp = pd->pp; in ip_vs_try_to_schedule()
1589 struct ip_vs_protocol *pp; in ip_vs_in_icmp()
1811 struct ip_vs_protocol *pp; in ip_vs_in_icmp_v6()
[all …]
H A 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()
H A 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.15/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
538 struct ip_vs_protocol *pp; argument
844 struct ip_vs_protocol *);
1495 extern struct ip_vs_protocol ip_vs_protocol_tcp;
1496 extern struct ip_vs_protocol ip_vs_protocol_udp;
1499 extern struct ip_vs_protocol ip_vs_protocol_ah;
1627 struct ip_vs_protocol *pp, int offset,
[all …]
/linux-6.15/net/netfilter/
H A Dxt_ipvs.c56 struct ip_vs_protocol *pp; in ipvs_mt()