Lines Matching refs:pp
241 #define IP_VS_DBG_PKT(level, af, pp, skb, ofs, msg) \ argument
244 pp->debug_packet(af, pp, skb, ofs, msg); \
246 #define IP_VS_DBG_RL_PKT(level, af, pp, skb, ofs, msg) \ argument
250 pp->debug_packet(af, pp, skb, ofs, msg); \
257 #define IP_VS_DBG_PKT(level, af, pp, skb, ofs, msg) do {} while (0) argument
258 #define IP_VS_DBG_RL_PKT(level, af, pp, skb, ofs, msg) do {} while (0) argument
483 void (*init)(struct ip_vs_protocol *pp);
485 void (*exit)(struct ip_vs_protocol *pp);
509 int (*snat_handler)(struct sk_buff *skb, struct ip_vs_protocol *pp,
512 int (*dnat_handler)(struct sk_buff *skb, struct ip_vs_protocol *pp,
527 void (*debug_packet)(int af, struct ip_vs_protocol *pp,
538 struct ip_vs_protocol *pp; member
605 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1460 int ip_vs_bind_app(struct ip_vs_conn *cp, struct ip_vs_protocol *pp);
1491 void ip_vs_tcpudp_debug_packet(int af, struct ip_vs_protocol *pp,
1617 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1619 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1621 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1623 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1625 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1627 struct ip_vs_protocol *pp, int offset,
1633 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1635 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1637 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1639 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1641 struct ip_vs_protocol *pp, int offset,
1706 void ip_vs_nat_icmp(struct sk_buff *skb, struct ip_vs_protocol *pp,
1710 void ip_vs_nat_icmp_v6(struct sk_buff *skb, struct ip_vs_protocol *pp,
1860 tcp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp,
1866 udp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp,