Searched refs:ip_vs_protocol (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_proto_ah_esp.c45 ah_esp_conn_in_get(int af, const struct sk_buff *skb, struct ip_vs_protocol *pp,
84 struct ip_vs_protocol *pp,
119 ah_esp_conn_schedule(int af, struct sk_buff *skb, struct ip_vs_protocol *pp,
131 ah_esp_debug_packet_v4(struct ip_vs_protocol *pp, const struct sk_buff *skb,
148 ah_esp_debug_packet_v6(struct ip_vs_protocol *pp, const struct sk_buff *skb,
165 ah_esp_debug_packet(struct ip_vs_protocol *pp, const struct sk_buff *skb,
177 static void ah_esp_init(struct ip_vs_protocol *pp)
183 static void ah_esp_exit(struct ip_vs_protocol *pp)
190 struct ip_vs_protocol ip_vs_protocol_ah = {
214 struct ip_vs_protocol ip_vs_protocol_es
[all...]
H A Dip_vs_proto.c44 static struct ip_vs_protocol *ip_vs_proto_table[IP_VS_PROTO_TAB_SIZE];
50 static int __used __init register_ip_vs_protocol(struct ip_vs_protocol *pp)
67 static int unregister_ip_vs_protocol(struct ip_vs_protocol *pp)
69 struct ip_vs_protocol **pp_p;
87 * get ip_vs_protocol object by its proto.
89 struct ip_vs_protocol * ip_vs_proto_get(unsigned short proto)
91 struct ip_vs_protocol *pp;
109 struct ip_vs_protocol *pp;
152 struct ip_vs_protocol *pp = ip_vs_proto_get(proto);
161 ip_vs_tcpudp_debug_packet_v4(struct ip_vs_protocol *p
[all...]
H A Dip_vs_proto_udp.c31 udp_conn_schedule(int af, struct sk_buff *skb, struct ip_vs_protocol *pp,
119 struct ip_vs_protocol *pp, struct ip_vs_conn *cp)
194 struct ip_vs_protocol *pp, struct ip_vs_conn *cp)
267 udp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp)
430 udp_set_state_timeout(struct ip_vs_protocol *pp, char *sname, int to)
446 struct ip_vs_protocol *pp)
452 static void udp_init(struct ip_vs_protocol *pp)
458 static void udp_exit(struct ip_vs_protocol *pp)
463 struct ip_vs_protocol ip_vs_protocol_udp = {
H A Dip_vs_proto_sctp.c12 sctp_conn_schedule(int af, struct sk_buff *skb, struct ip_vs_protocol *pp,
60 struct ip_vs_protocol *pp, struct ip_vs_conn *cp)
103 struct ip_vs_protocol *pp, struct ip_vs_conn *cp)
146 sctp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp)
900 static void sctp_timeout_change(struct ip_vs_protocol *pp, int flags)
905 sctp_set_state_timeout(struct ip_vs_protocol *pp, char *sname, int to)
913 set_sctp_state(struct ip_vs_protocol *pp, struct ip_vs_conn *cp,
1003 const struct sk_buff *skb, struct ip_vs_protocol *pp)
1100 static void ip_vs_sctp_init(struct ip_vs_protocol *pp)
1107 static void ip_vs_sctp_exit(struct ip_vs_protocol *p
[all...]
H A Dip_vs_proto_tcp.c31 tcp_conn_schedule(int af, struct sk_buff *skb, struct ip_vs_protocol *pp,
118 struct ip_vs_protocol *pp, struct ip_vs_conn *cp)
188 struct ip_vs_protocol *pp, struct ip_vs_conn *cp)
259 tcp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp)
421 static void tcp_timeout_change(struct ip_vs_protocol *pp, int flags)
429 tcp_set_state_timeout(struct ip_vs_protocol *pp, char *sname, int to)
449 set_tcp_state(struct ip_vs_protocol *pp, struct ip_vs_conn *cp,
520 struct ip_vs_protocol *pp)
649 static void ip_vs_tcp_init(struct ip_vs_protocol *pp)
656 static void ip_vs_tcp_exit(struct ip_vs_protocol *p
[all...]
H A Dip_vs_xmit.c211 struct ip_vs_protocol *pp)
225 struct ip_vs_protocol *pp)
290 struct ip_vs_protocol *pp)
388 struct ip_vs_protocol *pp)
462 struct ip_vs_protocol *pp)
557 struct ip_vs_protocol *pp)
669 struct ip_vs_protocol *pp)
780 struct ip_vs_protocol *pp)
833 struct ip_vs_protocol *pp)
891 struct ip_vs_protocol *p
[all...]
H A Dip_vs_core.c171 struct ip_vs_protocol *pp)
449 struct ip_vs_protocol *pp)
565 void ip_vs_nat_icmp(struct sk_buff *skb, struct ip_vs_protocol *pp,
611 void ip_vs_nat_icmp_v6(struct sk_buff *skb, struct ip_vs_protocol *pp,
660 struct ip_vs_protocol *pp,
715 struct ip_vs_protocol *pp;
790 struct ip_vs_protocol *pp;
886 handle_response(int af, struct sk_buff *skb, struct ip_vs_protocol *pp,
951 struct ip_vs_protocol *pp;
1076 struct ip_vs_protocol *p
[all...]
H A Dip_vs_app.c72 struct ip_vs_protocol *pp;
124 struct ip_vs_protocol *pp;
229 int ip_vs_bind_app(struct ip_vs_conn *cp, struct ip_vs_protocol *pp)
H A Dip_vs_conn.c276 struct ip_vs_protocol *pp,
384 struct ip_vs_protocol *pp,
760 struct ip_vs_protocol *pp = ip_vs_proto_get(proto);
H A Dip_vs_sync.c302 struct ip_vs_protocol *pp;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dip_vs.h292 struct ip_vs_protocol { struct
293 struct ip_vs_protocol *next;
301 void (*init)(struct ip_vs_protocol *pp);
303 void (*exit)(struct ip_vs_protocol *pp);
306 struct ip_vs_protocol *pp,
312 struct ip_vs_protocol *pp,
320 struct ip_vs_protocol *pp,
326 struct ip_vs_protocol *pp, struct ip_vs_conn *cp);
329 struct ip_vs_protocol *pp, struct ip_vs_conn *cp);
332 struct ip_vs_protocol *p
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_ipvs.c55 struct ip_vs_protocol *pp;

Completed in 121 milliseconds