IP_VS_DBG_PKT(11, pp, skb,0,"Incoming packet");/* Check the server status */if(cp->dest && !(cp->dest->flags & IP_VS_DEST_F_AVAILABLE)) {/* the destination server is not available */if(sysctl_ip_vs_expire_nodest_conn) {/* try to expire the connection immediately */ip_vs...