Searched refs:cpp (Results 1 – 5 of 5) sorted by relevance
| /net/netfilter/ipvs/ |
| A D | ip_vs_proto_udp.c | 33 int *verdict, struct ip_vs_conn **cpp, in udp_conn_schedule() argument 78 *cpp = ip_vs_schedule(svc, skb, pd, &ignored, iph); in udp_conn_schedule() 79 if (!*cpp && ignored <= 0) { in udp_conn_schedule()
|
| A D | ip_vs_proto_sctp.c | 18 int *verdict, struct ip_vs_conn **cpp, in sctp_conn_schedule() argument 70 *cpp = ip_vs_schedule(svc, skb, pd, &ignored, iph); in sctp_conn_schedule() 71 if (!*cpp && ignored <= 0) { in sctp_conn_schedule()
|
| A D | ip_vs_proto_tcp.c | 37 int *verdict, struct ip_vs_conn **cpp, in tcp_conn_schedule() argument 90 *cpp = ip_vs_schedule(svc, skb, pd, &ignored, iph); in tcp_conn_schedule() 91 if (!*cpp && ignored <= 0) { in tcp_conn_schedule()
|
| A D | ip_vs_proto_ah_esp.c | 105 int *verdict, struct ip_vs_conn **cpp, in ah_esp_conn_schedule() argument
|
| A D | ip_vs_core.c | 1471 int *verdict, struct ip_vs_conn **cpp, in ip_vs_try_to_schedule() argument 1482 if (!pp->conn_schedule(ipvs, af, skb, pd, verdict, cpp, iph)) in ip_vs_try_to_schedule() 1486 if (unlikely(!*cpp)) { in ip_vs_try_to_schedule()
|
Completed in 12 milliseconds