• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/

Lines Matching defs:ip_vs_protocol

292 struct ip_vs_protocol {
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 *pp);
338 struct ip_vs_protocol *pp);
346 void (*debug_packet)(struct ip_vs_protocol *pp,
351 void (*timeout_change)(struct ip_vs_protocol *pp, int flags);
353 int (*set_state_timeout)(struct ip_vs_protocol *pp, char *sname, int to);
356 extern struct ip_vs_protocol * ip_vs_proto_get(unsigned short proto);
399 struct ip_vs_protocol *pp);
576 struct ip_vs_protocol *);
636 struct ip_vs_protocol *pp,
646 struct ip_vs_protocol *pp,
742 extern int ip_vs_bind_app(struct ip_vs_conn *cp, struct ip_vs_protocol *pp);
766 ip_vs_tcpudp_debug_packet(struct ip_vs_protocol *pp, const struct sk_buff *skb,
769 extern struct ip_vs_protocol ip_vs_protocol_tcp;
770 extern struct ip_vs_protocol ip_vs_protocol_udp;
771 extern struct ip_vs_protocol ip_vs_protocol_icmp;
772 extern struct ip_vs_protocol ip_vs_protocol_esp;
773 extern struct ip_vs_protocol ip_vs_protocol_ah;
774 extern struct ip_vs_protocol ip_vs_protocol_sctp;
790 struct ip_vs_protocol *pp);
854 (struct sk_buff *skb, struct ip_vs_conn *cp, struct ip_vs_protocol *pp);
856 (struct sk_buff *skb, struct ip_vs_conn *cp, struct ip_vs_protocol *pp);
858 (struct sk_buff *skb, struct ip_vs_conn *cp, struct ip_vs_protocol *pp);
860 (struct sk_buff *skb, struct ip_vs_conn *cp, struct ip_vs_protocol *pp);
862 (struct sk_buff *skb, struct ip_vs_conn *cp, struct ip_vs_protocol *pp);
864 (struct sk_buff *skb, struct ip_vs_conn *cp, struct ip_vs_protocol *pp, int offset);
869 (struct sk_buff *skb, struct ip_vs_conn *cp, struct ip_vs_protocol *pp);
871 (struct sk_buff *skb, struct ip_vs_conn *cp, struct ip_vs_protocol *pp);
873 (struct sk_buff *skb, struct ip_vs_conn *cp, struct ip_vs_protocol *pp);
875 (struct sk_buff *skb, struct ip_vs_conn *cp, struct ip_vs_protocol *pp);
877 (struct sk_buff *skb, struct ip_vs_conn *cp, struct ip_vs_protocol *pp,
923 extern void ip_vs_nat_icmp(struct sk_buff *skb, struct ip_vs_protocol *pp,
927 extern void ip_vs_nat_icmp_v6(struct sk_buff *skb, struct ip_vs_protocol *pp,