Lines Matching refs:pp
238 #define IP_VS_DBG_PKT(level, af, pp, skb, ofs, msg) \ argument
241 pp->debug_packet(af, pp, skb, ofs, msg); \
243 #define IP_VS_DBG_RL_PKT(level, af, pp, skb, ofs, msg) \ argument
247 pp->debug_packet(af, pp, skb, ofs, msg); \
254 #define IP_VS_DBG_PKT(level, af, pp, skb, ofs, msg) do {} while (0) argument
255 #define IP_VS_DBG_RL_PKT(level, af, pp, skb, ofs, msg) do {} while (0) argument
422 void (*init)(struct ip_vs_protocol *pp);
424 void (*exit)(struct ip_vs_protocol *pp);
448 int (*snat_handler)(struct sk_buff *skb, struct ip_vs_protocol *pp,
451 int (*dnat_handler)(struct sk_buff *skb, struct ip_vs_protocol *pp,
466 void (*debug_packet)(int af, struct ip_vs_protocol *pp,
477 struct ip_vs_protocol *pp; member
544 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1350 int ip_vs_bind_app(struct ip_vs_conn *cp, struct ip_vs_protocol *pp);
1381 void ip_vs_tcpudp_debug_packet(int af, struct ip_vs_protocol *pp,
1476 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1478 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1480 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1482 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1484 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1486 struct ip_vs_protocol *pp, int offset,
1492 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1494 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1496 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1498 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1500 struct ip_vs_protocol *pp, int offset,
1565 void ip_vs_nat_icmp(struct sk_buff *skb, struct ip_vs_protocol *pp,
1569 void ip_vs_nat_icmp_v6(struct sk_buff *skb, struct ip_vs_protocol *pp,
1719 tcp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp,
1725 udp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp,