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);
1473 int ip_vs_bind_app(struct ip_vs_conn *cp, struct ip_vs_protocol *pp);
1504 void ip_vs_tcpudp_debug_packet(int af, struct ip_vs_protocol *pp,
1630 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1632 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1634 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1636 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1638 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1640 struct ip_vs_protocol *pp, int offset,
1646 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1648 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1650 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1652 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1654 struct ip_vs_protocol *pp, int offset,
1719 void ip_vs_nat_icmp(struct sk_buff *skb, struct ip_vs_protocol *pp,
1723 void ip_vs_nat_icmp_v6(struct sk_buff *skb, struct ip_vs_protocol *pp,
1873 tcp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp,
1879 udp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp,