Searched refs:ip_vs_protocol (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/net/netfilter/ipvs/ |
A D | ip_vs_proto.c | 38 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 …]
|
A D | ip_vs_proto_udp.c | 28 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 = {
|
A D | ip_vs_proto_ah_esp.c | 116 struct ip_vs_protocol ip_vs_protocol_ah = { 138 struct ip_vs_protocol ip_vs_protocol_esp = {
|
A D | ip_vs_xmit.c | 691 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 …]
|
A D | ip_vs_proto_sctp.c | 13 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 = {
|
A D | ip_vs_proto_tcp.c | 32 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 = {
|
A D | ip_vs_core.c | 445 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() 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() 1813 struct ip_vs_protocol *pp; in ip_vs_in_icmp_v6() [all …]
|
A D | ip_vs_app.c | 76 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()
|
A D | ip_vs_sync.c | 965 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.3-rc2/include/net/ |
A D | ip_vs.h | 496 struct ip_vs_protocol { struct 497 struct ip_vs_protocol *next; argument 503 void (*init)(struct ip_vs_protocol *pp); argument 505 void (*exit)(struct ip_vs_protocol *pp); argument 558 struct ip_vs_protocol *pp; argument 862 struct ip_vs_protocol *); 1513 extern struct ip_vs_protocol ip_vs_protocol_tcp; 1514 extern struct ip_vs_protocol ip_vs_protocol_udp; 1517 extern struct ip_vs_protocol ip_vs_protocol_ah; 1645 struct ip_vs_protocol *pp, int offset, [all …]
|
/linux-6.3-rc2/net/netfilter/ |
A D | xt_ipvs.c | 56 struct ip_vs_protocol *pp; in ipvs_mt()
|
Completed in 26 milliseconds